summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-12Merge tag 'zsh-5.4.2' into debianAxel Beckert36-366/+1579
Release 5.4.2
2017-08-27unposted: 5.4.2Peter Stephenson2-2/+6
2017-08-27unposted: Fix changelog typo introduced by the previous commit.Daniel Shahaf1-1/+1
2017-08-2541599: info updates for 5.4.2Peter Stephenson3-7/+11
2017-08-2541602 (tweaked): Improve wording in gpg completion.William da Silva2-6/+11
2017-08-2541601: handle system differences in arp completion and add function for routeOliver Kiddle3-15/+353
2017-08-2541600: fix quoting of songs for mpc completionOliver Kiddle2-23/+91
also avoid sending errors to stderr and update completion of options and subcommands
2017-08-2541598: new who and w completionsOliver Kiddle3-0/+116
2017-08-2441590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson9-20/+121
It now operates separately at each function depth. To keep ERR_EXIT global, make the noerrexit variable usd bit flags. Extend tests.
2017-08-2241565: vcs_info patch2subject: Support `svn log -r N --diff` output.Daniel Shahaf2-2/+14
2017-08-22Declare compliance with Debian Policy 4.1.0. (No changes needed.)Axel Beckert1-1/+1
2017-08-1841568: complete vmstat options on NetBSD and Solaris and add some exclusion ↵Oliver Kiddle2-23/+70
lists
2017-08-1841563: fix completion description alignment with _regex_wordsOliver Kiddle2-9/+15
2017-08-1841562: correct completed wordOliver Kiddle2-1/+3
2017-08-1841561: update dhclient completionOliver Kiddle2-22/+67
handle Free/OpenBSD implementations and bring options up-to-date for the ISC implementation
2017-08-1841560: cleanup chsh completion for different platformsOliver Kiddle2-35/+67
2017-08-17users/22834: fix irritating bug in file glob for Linux kernel modulesTomasz Pala2-1/+4
2017-08-16users/22834: allow completion after -c and a few other new ip optionsTomasz Pala2-0/+18
2017-08-1641556: complete BPF (libpcap) filtersOliver Kiddle5-156/+384
2017-08-1641552: complete only branches after git worktree add --detachOliver Kiddle2-2/+8
the --detach is superfluous for other commits
2017-08-15posted but has not shown up: fix fd problem in subshell.Peter Stephenson3-3/+33
Record fd's that have been saved in fdtable and if the shell forks close them as they will never be restored.
2017-08-1441542: Fix pcre logic for extracting matched parentheses.Peter Stephenson3-25/+73
When we went off the end of the array but measured the length implicitly, we got lucky before. After 41308 we were looking up lengths in stale memory. Rename some variables, clean up the logic, be easier to understand. Add tests.
2017-08-11Document change of default behaviour in 5.4.1 in NEWS.DebianAxel Beckert1-0/+34
Closes: #871816
2017-08-1141527 (tweaked for heap memory): fix [[ -<cond> ]] from modulesPhil Pennock3-2/+27
2017-08-11Upload to unstable as 5.4.1-1Axel Beckert1-6/+20
2017-08-11Replace dh_autotools-dev_*config with dh_update_autotools_config (+ dh_clean)Axel Beckert2-4/+1
Also remove just added Lintian override again.
2017-08-10Change the value of $ZSH_PATCHLEVEL.Daniel Shahaf1-1/+2
Before this patch the value was 'Debian'. With this patch the value embeds the vendor name and package version number: 'debian/5.3.1-5'. Upstream's default is `git describe` output, e.g., '5.3.1-test-2-0-gd17f9d32f'.
2017-08-10Add lintian override for missing-build-dependency-for-dh_-command, see #871711Axel Beckert1-0/+2
2017-08-10Drop build-dependencies on autotools-dev and dh-autoreconfAxel Beckert1-3/+1
No more needed with debhelper compatibility level 10 and the according versioned build-dependency. Thanks: Lintian for the hint. Gbp-Dch: Full
2017-08-10Drop all but two patches for 5.4.1, add changelog entry for 5.4.1-1Axel Beckert10-336/+8
2017-08-10Merge tag '5.4.1' into debianAxel Beckert228-2489/+8184
Release 5.4.1.
2017-08-09unposted: fix README typoPeter Stephenson2-1/+3
2017-08-0941504: make empty strings work in case patterns with no leading parenthesisPeter Stephenson4-13/+84
2017-08-08unposted: update to 5.4.1-dev-0Peter Stephenson2-1/+3
2017-08-08unposted: update to 5.4.1Peter Stephenson4-6/+10
2017-08-08Revert "41499 (with one further tweak): POSIX_STRINGS behaviour."Peter Stephenson4-80/+16
This reverts commit 2eacbef91913fe967335812900d43cf2edfa54d9. Conflicts: ChangeLog
2017-08-0841510: update doc for $ZSH_PATCHLEVELPeter Stephenson2-2/+6
2017-08-0841481: _df: Complete mounted device and mount points.Daniel Shahaf4-45/+52
This splits umount's "udevordir" completion from _mount to a new file, without changing it.
2017-08-0841486: _tmux: Correct completions of new-window, split-window, ↵Daniel Shahaf2-4/+7
respawn-window, respawn-pane. This follows up to 41467 which patched new-session.
2017-08-08unposted: Post-release version number bump to 5.4-dev-0.Daniel Shahaf2-2/+7
2017-08-07unposted: version 5.4Peter Stephenson2-2/+4
2017-08-0741499 (with one further tweak): POSIX_STRINGS behaviour.Peter Stephenson4-11/+86
Ignore a terminating delimiter when splitting as separators despite being called separators are terminators.
2017-08-0741500: document "-" to end zparseopts optionsAnthony Heading2-1/+6
2017-08-0641493: fix to not print hash into terminal and update options for git 2.14Oliver Kiddle2-2/+10
2017-08-0541492: update some options in completionsOliver Kiddle5-32/+61
2017-08-0341485: test for previous fixPeter Stephenson2-0/+7
2017-08-0341484: Make ${(q+)...} quote backsleshes.Martijn Dekker2-1/+10
2017-08-0241479: _xz: Complete compressed, rather than uncompressed, files after -d.Daniel Shahaf2-1/+4
2017-08-0241475: _git: Complete files after 'reset' when there are no commits, when ↵Daniel Shahaf2-0/+12
the 'verbose' style is set.
2017-08-0141470: Another note on new effect of POSIX_BUILTINSPeter Stephenson2-1/+10
exec now won't find precommand modifiers after it with the option set. This may need further attention.