Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-15 | 52308: FAQ for new features, fix some old answers | Bart Schaefer | 2 | -15/+123 | |
2023-11-15 | 52275: rationality in zgetdir() and zgetcwd() | Bart Schaefer | 2 | -48/+56 | |
2023-11-15 | 52202: improve handling of quoting in ${var/pattern/replacement} | Bart Schaefer | 4 | -25/+49 | |
2023-11-14 | github #106: update tmux completion (20230919); tweak Util/check-tmux-state | Matt Koscica | 3 | -3/+14 | |
- update tmux completion functions - tweak check-tmux-state to take current file format into account | |||||
2023-11-14 | unposted (cf. 52167): mutt's -a takes a list of files terminated by -- | Oliver Kiddle | 2 | -3/+7 | |
2023-11-14 | 52301: update options in completions for ruby 3.2, gem 3.4.10 and ri 6.5 | Oliver Kiddle | 4 | -36/+52 | |
2023-11-14 | 52300: update completion options for ansible 2.15.2 | Oliver Kiddle | 2 | -3/+14 | |
2023-11-09 | 52280: update git completion for new options in git through to version 2.42.0 | Oliver Kiddle | 2 | -93/+243 | |
2023-11-08 | github #105: add "-I" for "zle" completion | Shotaro Aoyama | 2 | -0/+4 | |
2023-11-08 | 52168: add completion for xfce's xfconf-query(1) | Eric Cook | 2 | -0/+36 | |
2023-11-08 | 52271: use correct form for unused parameter | Oliver Kiddle | 2 | -1/+5 | |
2023-11-03 | Unposted: List of files was omitted from 50569 log entry | Bart Schaefer | 1 | -1/+2 | |
2023-11-02 | 50569: missed file from commit f36fccbb | Bart Schaefer | 1 | -0/+18 | |
2023-11-02 | 52268: update nmcli completion to networkmanager 1.42.2 | Oliver Kiddle | 2 | -2/+22 | |
2023-11-02 | 52266: update completion for strace to 2.6.5 | Oliver Kiddle | 1 | -3/+11 | |
2023-11-02 | 52265: update completions for some util-linux tools to version 2.39.2 | Oliver Kiddle | 4 | -3/+27 | |
2023-11-02 | 52253: support pcre callouts with shell evaluation of the callout string | Oliver Kiddle | 3 | -2/+40 | |
2023-11-02 | 52260: handle variable assignments before the command in sudo completion | Oliver Kiddle | 2 | -15/+46 | |
2023-11-01 | 52252: Coverity defect 1547827 | Oliver Kiddle | 2 | -1/+4 | |
2023-11-01 | 52179: Fix gradlew completion when it isn't in PATH | Shohei Yoshida | 2 | -1/+6 | |
2023-10-29 | github #102: Ensure todo.sh completion uses builtin commands | Ulysse Buonomo | 2 | -3/+8 | |
the `todo.sh` script allows redefining commands locally, which can mess up this completion script. We are using the `command` subcommand to avoid that. | |||||
2023-10-26 | 50569 (Daniel Shahaf): main keymap defaults to emacs | Bart Schaefer | 2 | -9/+5 | |
Tweaked to make the sample .zshrc code better match the former C code, and to remove the declaration of no-longer-used variable "ed". | |||||
2023-10-26 | 52240: use work-var $s not $suffix when setting flags | Sebastian Gniazdowski | 2 | -1/+4 | |
2023-10-26 | 52244: Fix a batch of minor defects reported by Coverity. | Bart Schaefer | 10 | -37/+38 | |
Coverity defects 1547831, 1547826 (remove unused function), 1521551, 1500752, 1500747, 1401549, 1372423, 1270645, 1255799, 1255792, 1255789, 1255787, 1255782, 1255750 | |||||
2023-10-24 | github #104: fix small typo | ErrrorMaxx | 2 | -1/+3 | |
2023-10-24 | github #103: fix completion for zpool upgrade | Christian Heusel | 2 | -1/+6 | |
This is done by simply adding a missing backslash to the code. Fixes: 85bf9740a0 ("49668: update zfs completion") Signed-off-by: Christian Heusel <christian@heusel.eu> | |||||
2023-10-17 | Unposted (cf. 52221, 52227, 52228): typos and unnecessary inclusions | Bart Schaefer | 1 | -7/+2 | |
2023-10-17 | 52222: Document bracketed-paste-url-magic | Mikael Magnusson | 2 | -0/+29 | |
2023-10-16 | 51490: Use time_t for lastt which stores result of time(0) | Mikael Magnusson | 2 | -2/+5 | |
Coverity complained about this, and possibly some more people would in 15 years | |||||
2023-10-16 | 52056: _sccs: don't handle subcommands in main namespace | Mikael Magnusson | 2 | -1/+6 | |
If someone using sccs wants to save typing, they can just do alias get="sccs get" anyway. | |||||
2023-10-15 | unposted (cf. 52219): fix typo | Bart Schaefer | 1 | -1/+1 | |
2023-10-15 | 52218: update notes since 5.9 release | Bart Schaefer | 4 | -2/+51 | |
2023-10-11 | 52189: ignore compadd -M if -U also specified as they don't make sense together | Oliver Kiddle | 3 | -2/+9 | |
This fixes df completion. | |||||
2023-10-11 | 52217: update completions for FreeBSD 14 | Oliver Kiddle | 21 | -124/+213 | |
2023-10-11 | 52216: metafy usernames to allow for them to be UTF-8 encoded | Oliver Kiddle | 2 | -8/+21 | |
2023-10-11 | 52214: allow extra byte for nul terminator in allocation | Oliver Kiddle | 2 | -1/+3 | |
2023-10-11 | unposted (cf. 52166): remove obsolete helper for svk | Oliver Kiddle | 2 | -1/+3 | |
2023-10-11 | 51812: run-help for docker, perf, podman, ssh, svnadmin | Jörg Sommer | 6 | -0/+33 | |
2023-10-05 | 52204: fix thinko, unmeta() buffer should not be freed | Bart Schaefer | 2 | -2/+4 | |
2023-10-03 | 52198: put back incorrectly removed zfree() | Bart Schaefer | 2 | -0/+5 | |
2023-10-01 | 52195: cached_username is already metafied when initializing LOGNAME | Bart Schaefer | 2 | -4/+6 | |
2023-10-01 | 52193: handle UTF8-encoded USERNAME and therefore home directory in zcompile | Bart Schaefer | 5 | -7/+20 | |
Includes one unposted thinko fix ztrdup -> dupstring | |||||
2023-09-27 | 52188: skip tests that fail if multibyte is not available | Jun-ichi Takimoto | 2 | -6/+17 | |
2023-09-27 | 52169: a few more improvements of (#) flag | Jun-ichi Takimoto | 3 | -124/+125 | |
fix (#X) in C locale in FreeBSD, DragonFly, NetBSD. Negative values such as ${(#X):--1} are now error. UCS4 is limited to < 0x8000_0000 (in OSes without __STDC_ISO_10646__). | |||||
2023-09-23 | 52180: clarify array behavior of ${|var|...} and REPLY | Bart Schaefer | 2 | -2/+8 | |
2023-09-22 | 52176: metafy return from ${ ... } substitution | Bart Schaefer | 2 | -3/+9 | |
2023-09-21 | 51747: ip accepts the reduction of link to l. | Jörg Sommer | 2 | -1/+4 | |
2023-09-21 | 51776: run-help-openssl: Reduce code and use new manpages | Jörg Sommer | 2 | -7/+4 | |
Openssl switches the naming of manpages to the common style openssl-$SUBCOMMAND, e.g. openssl-enc. For backward compatibility try to show the manpage with the old name if the new one doesn't exist. | |||||
2023-09-20 | 51857: Include fusermount3 in fusermount completions | Wim de With | 2 | -1/+4 | |
fusermount3 is part of libfuse version 3, while fusermount is part of libfuse version 2. Since they share the exact same command line interface, we can reuse the completions. | |||||
2023-09-20 | 51980: Add glob qualifier grouping operator to completion | Atte Peltomäki | 3 | -5/+10 | |
Also improve wording in documentation to make glob qualifier grouping easier to find by explicit use of terms 'logical OR' and 'logical AND'. |