Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-04 | 41621: _mkdir: Honour the 'command' and 'builtin' precommand modifiers. | Daniel Shahaf | 2 | -13/+15 | |
2017-09-04 | 41620 (tweaked per 41622): _mkdir: Don't offer a linux-specific option in ↵ | Daniel Shahaf | 2 | -9/+10 | |
the 'zsh' variant. | |||||
2017-09-04 | 41637: add explicit objdump completion | Marc Aldorasi | 2 | -2/+109 | |
2017-09-02 | 41623: Update FAQ.yo for Yodl 3 | Peter Stephenson | 2 | -23/+27 | |
2017-08-31 | Make mbegin, mend, match local in zed. | Peter Stephenson | 2 | -0/+6 | |
Needed for zstyle -m. | |||||
2017-08-31 | Fix problem with ERR_RETURN. | Peter Stephenson | 3 | -4/+43 | |
It wasn't suppressed properly in the code following an if in some circumstances, in particular in initialsation scripts and also in a nested function where the caller had suppressed it. | |||||
2017-08-30 | 41567: _tmux: Complete detached sessions first for attach-session. | Daniel Shahaf | 2 | -1/+23 | |
2017-08-30 | 41566: _tmux: Complete only attached sessions for detach-session. | Daniel Shahaf | 2 | -1/+11 | |
2017-08-30 | 41564: _tmux: Complete environment variables and their values for ↵ | Daniel Shahaf | 2 | -5/+98 | |
set-environment and show-environment. Also, teach show-environment not to offer --options after positional arguments. | |||||
2017-08-30 | 41557: _tmux: show-environment, set-environment: Make -g,-t mutually exclusive. | Daniel Shahaf | 2 | -4/+7 | |
tmux does not error out on the combination, but it does ignore one of the two when both are specified. | |||||
2017-08-30 | 41558: _tmux: Complete option names for show-options and show-window-options. | Daniel Shahaf | 2 | -6/+28 | |
2017-08-29 | 41608 (plus tests): restore ERR_EXIT before function. | Peter Stephenson | 3 | -1/+41 | |
There was an exception to the usual ERR_EXIT pattern that causes problems when executing a function in an else branch. It seems the exception is no longer needed as the regression tests pass without it. | |||||
2017-08-29 | 41618: Added some arguments autocompletion to _todo.sh. | Андрей Стоцкий (_RuRo_) | 2 | -0/+17 | |
2017-08-29 | 41617: complete new tracepath options | Oliver Kiddle | 3 | -5/+11 | |
2017-08-29 | 41616: update completion options to entr 3.8 | Oliver Kiddle | 2 | -2/+18 | |
2017-08-29 | unposted: add missing #autoload directive | Oliver Kiddle | 2 | -0/+7 | |
2017-08-28 | unposted: Post-release version bump. | Daniel Shahaf | 2 | -2/+6 | |
2017-08-27 | unposted: 5.4.2 | Peter Stephenson | 2 | -2/+6 | |
2017-08-27 | unposted: Fix changelog typo introduced by the previous commit. | Daniel Shahaf | 1 | -1/+1 | |
2017-08-25 | 41599: info updates for 5.4.2 | Peter Stephenson | 3 | -7/+11 | |
2017-08-25 | 41602 (tweaked): Improve wording in gpg completion. | William da Silva | 2 | -6/+11 | |
2017-08-25 | 41601: handle system differences in arp completion and add function for route | Oliver Kiddle | 3 | -15/+353 | |
2017-08-25 | 41600: fix quoting of songs for mpc completion | Oliver Kiddle | 2 | -23/+91 | |
also avoid sending errors to stderr and update completion of options and subcommands | |||||
2017-08-25 | 41598: new who and w completions | Oliver Kiddle | 3 | -0/+116 | |
2017-08-24 | 41590 modified as 41595: make ERR_RETURN more logical. | Peter Stephenson | 9 | -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-22 | 41565: vcs_info patch2subject: Support `svn log -r N --diff` output. | Daniel Shahaf | 2 | -2/+14 | |
2017-08-22 | Declare compliance with Debian Policy 4.1.0. (No changes needed.) | Axel Beckert | 1 | -1/+1 | |
2017-08-18 | 41568: complete vmstat options on NetBSD and Solaris and add some exclusion ↵ | Oliver Kiddle | 2 | -23/+70 | |
lists | |||||
2017-08-18 | 41563: fix completion description alignment with _regex_words | Oliver Kiddle | 2 | -9/+15 | |
2017-08-18 | 41562: correct completed word | Oliver Kiddle | 2 | -1/+3 | |
2017-08-18 | 41561: update dhclient completion | Oliver Kiddle | 2 | -22/+67 | |
handle Free/OpenBSD implementations and bring options up-to-date for the ISC implementation | |||||
2017-08-18 | 41560: cleanup chsh completion for different platforms | Oliver Kiddle | 2 | -35/+67 | |
2017-08-17 | users/22834: fix irritating bug in file glob for Linux kernel modules | Tomasz Pala | 2 | -1/+4 | |
2017-08-16 | users/22834: allow completion after -c and a few other new ip options | Tomasz Pala | 2 | -0/+18 | |
2017-08-16 | 41556: complete BPF (libpcap) filters | Oliver Kiddle | 5 | -156/+384 | |
2017-08-16 | 41552: complete only branches after git worktree add --detach | Oliver Kiddle | 2 | -2/+8 | |
the --detach is superfluous for other commits | |||||
2017-08-15 | posted but has not shown up: fix fd problem in subshell. | Peter Stephenson | 3 | -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-14 | 41542: Fix pcre logic for extracting matched parentheses. | Peter Stephenson | 3 | -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-11 | Document change of default behaviour in 5.4.1 in NEWS.Debian | Axel Beckert | 1 | -0/+34 | |
Closes: #871816 | |||||
2017-08-11 | 41527 (tweaked for heap memory): fix [[ -<cond> ]] from modules | Phil Pennock | 3 | -2/+27 | |
2017-08-11 | Upload to unstable as 5.4.1-1 | Axel Beckert | 1 | -6/+20 | |
2017-08-11 | Replace dh_autotools-dev_*config with dh_update_autotools_config (+ dh_clean) | Axel Beckert | 2 | -4/+1 | |
Also remove just added Lintian override again. | |||||
2017-08-10 | Change the value of $ZSH_PATCHLEVEL. | Daniel Shahaf | 1 | -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-10 | Add lintian override for missing-build-dependency-for-dh_-command, see #871711 | Axel Beckert | 1 | -0/+2 | |
2017-08-10 | Drop build-dependencies on autotools-dev and dh-autoreconf | Axel Beckert | 1 | -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-10 | Drop all but two patches for 5.4.1, add changelog entry for 5.4.1-1 | Axel Beckert | 10 | -336/+8 | |
2017-08-10 | Merge tag '5.4.1' into debian | Axel Beckert | 228 | -2489/+8184 | |
Release 5.4.1. | |||||
2017-08-09 | unposted: fix README typo | Peter Stephenson | 2 | -1/+3 | |
2017-08-09 | 41504: make empty strings work in case patterns with no leading parenthesis | Peter Stephenson | 4 | -13/+84 | |
2017-08-08 | unposted: update to 5.4.1-dev-0 | Peter Stephenson | 2 | -1/+3 | |