summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-05Set $(VENDOR) to sanitized output of "dpkg-vendor --query vendor"Axel Beckert1-0/+4
Closes: #794696
2015-07-28Upload to unstable as 5.0.8-4Axel Beckert1-0/+10
2015-07-28Add thefuck to bug-script's fallback list of packages with code to be ↵Axel Beckert1-1/+1
sourced in .zshrc
2015-07-26Cherry-pick upstream fix for segfault upon $((…)<Tab>Axel Beckert2-0/+22
2015-07-26Cherry-pick 771381c2+dd8079e0 to fix $((...)) completionAxel Beckert3-0/+72
Closes: #793168
2015-07-20Upload to unstable as 5.0.8-3Axel Beckert1-0/+9
2015-07-16Adjust include paths in /usr/include/zsh/ as suggested in #776964Axel Beckert1-0/+2
2015-07-16Include all .h and .mdh files including generated ones in zsh-devAxel Beckert1-7/+12
Closes: #776964
2015-06-29Upload to unstable as 5.0.8-2Axel Beckert1-0/+12
2015-06-29Cherry-pick upstream fix to avoid warnings in prompt adam1 with Perl 5.22Axel Beckert2-0/+32
2015-06-29Cherry-pick upstream crash fix to handle failure of gettempname() in namedpipe()Axel Beckert2-0/+22
2015-06-28Cherry-pick upstream patch to fix signal queueing in zcontext_save_partial()Axel Beckert2-0/+30
Closes: #790282
2015-06-26Use "service" instead of "/etc/init.d" in debian/examples/carsten.zshrcAxel Beckert1-3/+2
That way the example also supports systemd as init system.
2015-06-13Upload to unstable as 5.0.8-1Axel Beckert1-3/+5
2015-06-03Add git commit IDs and Debian bug numbers of bugs fixed upstream in the last ↵Axel Beckert1-0/+5
upload
2015-06-02Update changelog for 5.0.8 releaseAxel Beckert1-3/+4
Git-Dch: Ignore
2015-06-02New upstream release: Merge tag 'zsh-5.0.8' / branch 'upstream' into 'debian'.Axel Beckert18-100/+238
2015-05-31unposted: release 5.0.8Peter Stephenson3-4/+6
2015-05-3135343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson5-4/+28
2015-05-30users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer3-16/+29
Also avoid invoking the editor on empty results.
2015-05-3035234: better zfget completion with pathsHan Pingtian2-5/+22
2015-05-3035311: typo in zfuput behaviourHan Pingtian2-1/+6
2015-05-3035310 (plus undo 35268 (git 899613f)): fix quoting of cached arraysOliver Kiddle2-5/+18
Also add file name reference to ChangeLog entry from rev 899613f.
2015-05-2935326: $#- was misparsed as ${#-}Peter Stephenson3-3/+11
2015-05-2920237: fix typo in foregoing commitPeter Stephenson1-1/+1
2015-05-292037: ${functions[foo]} shouldn't be unmetafied.Peter Stephenson2-5/+5
When passed back from the parameter-specific "get" handler it's still in the shell's internals, so remains metafied. This caused mayhem with UTF-8 characters in function bodies.
2015-05-2935098: completion: git: provide --amend also with "message" groupDaniel Hahler2-2/+7
Especially during a git rebase, you would use `git commit -m foo --amend`.
2015-05-2835315: replace inappropriate uses of _path_commandsOliver Kiddle3-49/+55
2015-05-2835318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson5-5/+24
It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
2015-05-28Add preliminary changelog entry for new upstream release candidateAxel Beckert1-0/+10
Git-Dch: Ignore
2015-05-28Drop all but one patch (issues fixed upstream)Axel Beckert3-60/+0
2015-05-28Merge branch 'upstream' and tag 'zsh-5.0.7-dev-4' into 'debian'Axel Beckert90-884/+2217
2015-05-2735306: "test -z \(" failed due to parse confusionPeter Stephenson3-8/+34
2015-05-27Update to 5.0.7-dev-4Peter Stephenson2-2/+6
2015-05-2735293: fix zstyle lookup with _php: use trailing colonDaniel Hahler2-1/+4
2015-05-2735286: fix zstyle lookups with _baz and _tlaDaniel Hahler3-4/+7
Add trailing colons to context being used with `zstyle -s`.
2015-05-2735285: _cdr: fix zstyle lookup for recent-dirs-insertDaniel Hahler2-1/+6
The string was quoted incorrectly and missed the final ":".
2015-05-2735299: Improve effect of zfdir -rHan Pingtian2-3/+9
2015-05-2635289: fix typos in the description of emulateJun-ichi Takimoto2-2/+7
based on 34981 by Han Pingtian
2015-05-26Mention how to use bash completion with zsh in README.Debian (c.f. #786881)Axel Beckert1-0/+9
2015-05-26Make README.Debian a little bit more markdownyAxel Beckert1-1/+1
Git-Dch: Ignore
2015-05-26c.f. 35268: revert completion cache optimisation for nowPeter Stephenson2-9/+6
2015-05-2635295: Try harder with zftp directory listingHan Pingtian2-1/+10
2015-05-2635292: yum install complets local filesEric Cook2-4/+23
2015-05-2335127#1: Fix _describe/compdescribe problem with unsorted groupsDaniel Shahaf3-7/+47
2015-05-22Tweak test for function level of exit.Peter Stephenson2-1/+6
Sometimes local level jumps so we need an inequality instead of an equality.
2015-05-2335255: if available, use texi2any instead of texi2htmlJun-ichi Takimoto3-6/+20
2015-05-22ChangeLog: for previous commit; fix date for older oneDaniel Hahler1-1/+6
2015-05-2235261: completion: git: __git_recent_commits: local retDaniel Hahler1-1/+1
Without this, `ret` will be set to 1 with `git diff --ex<tab>` and result in duplicate entries: % git diff --ex<tab> -- option -- --exit-code -- report exit code 1 if differences, 0 otherwise --exit-code -- report exit code 1 if differences, 0 otherwise --ext-diff -- allow external diff helper to be executed --ext-diff -- allow external diff helper to be executed --no-ext-diff -- disallow external diff helper to be executed -- recent commit object name --
2015-05-2135250: Fix case documentation (SH_GLOB)Peter Stephenson3-7/+15