about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 47830: Fix some documentation typosLawrence Velázquez2021-02-161-0/+4
|
* unposted (Daniel): add exclusion list missed in recent OpenBSD update to ↵Oliver Kiddle2021-02-131-0/+3
| | | | locale completion
* github #68: support section suffix completion for man pagestaiyu2021-02-131-0/+4
| | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
* 47905: Add leading '-' to zparseopts option parsing errorsJoshua Krusell2021-02-131-0/+6
|
* 47997: Disable XTRACE around user-defined completion widgets.Bart Schaefer2021-02-111-0/+6
|
* 47944: update completions for NetBSD 9Oliver Kiddle2021-02-081-0/+4
|
* 47943: update completions for DragonflyBSD 5.8.3Oliver Kiddle2021-02-081-0/+3
|
* 47932: update completions for procps 3.3.16Oliver Kiddle2021-02-071-0/+4
|
* 47931: update completions for OpenBSD base up to 6.8Oliver Kiddle2021-02-071-0/+5
|
* 47930: update completions for FreeBSD base up to 12.2Oliver Kiddle2021-02-071-0/+4
|
* 47929: complete newer possible values for the sort styleOliver Kiddle2021-02-071-0/+3
|
* based on github #62: return proper exit statusoxiedi2021-02-071-0/+3
|
* github #66: Add more commands to _todo.shDCsunset2021-02-071-0/+3
|
* github #63: fix regression caused by 44274, with sort style -o could break ↵oxiedi2021-02-071-0/+3
| | | | _values
* github #72: Fix unix command lldb tab-completionSemnodime2021-02-071-0/+3
| | | | | The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg
* gitlab !16: Allow spaces between short options and their parameters in ↵aaaz2021-02-071-0/+6
| | | | | | _transmission This matches the summary listed in the `transmission-remote` man page and the program's actual behavior.
* 47919: use common function for completing BSD login classesOliver Kiddle2021-02-061-0/+6
| | | | also update for options to env on FreeBSD and Dragonfly
* 47918: new util-linux completions for nsenter and unshareOliver Kiddle2021-02-061-0/+5
|
* unposted: Add cindex entries for some subsectionsBart Schaefer2021-02-051-0/+4
|
* 47895: Remove trailing spaces from "print -ac" output lines.Bart Schaefer2021-02-041-0/+3
|
* 47865: More tests for globbing in restricted directoriesBart Schaefer2021-02-041-0/+2
|
* 47889: Update csh aliasing equivalencesBart Schaefer2021-02-041-0/+4
|
* 47899: Improve error message from zparseopts.Joshua Krusell2021-02-031-0/+5
|
* 47883: _awk: support gawk ver.5Jun-ichi Takimoto2021-02-011-0/+4
|
* 47873: Improve completion within dynamic directory namesPeter Stephenson2021-01-271-0/+5
|
* 47744: Fix vi repeats with hooks in use.GammaFunction2021-01-271-0/+5
|
* unposted: Etc/FAQ.yo: Fix a typo in the front matter.Daniel Shahaf2021-01-261-0/+4
|
* github #71: _xrandr: Complete providersPaul Seyfert2021-01-241-0/+5
| | | | | * complete `xrandr --setprovideroutputsource` by calling `xrandr --listproviders`
* users/26406: preserve caller setopts in zargsBart Schaefer2021-01-231-0/+4
|
* 47849: do not skip tests requiring zpty on CygwinJun-ichi Takimoto2021-01-201-0/+6
|
* 47840: make zpty module work on CygwinPeiyuan Song2021-01-201-0/+5
|
* NEWS: Catch up on new featuresdana2020-12-121-0/+4
|
* 47731 (+unposted): add run-help assistant for btrfsJun-ichi Takimoto2020-12-111-0/+4
| | | | also fix format errors in contrib.yo
* 43946: call run-help for the command given to sudoSamir Benmendil2020-12-111-0/+5
|
* unposted: index compprefuncs and comppostfuncsBart Schaefer2020-12-051-1/+5
|
* 47716: Etc/BUGS: Add Alekxandr's vcs_info patch.Daniel Shahaf2020-12-041-0/+4
|
* 47704: fix scope for "private -p"Bart Schaefer2020-12-021-0/+4
|
* unposted: missed update from users/26150 commitBart Schaefer2020-12-021-0/+4
|
* 47547: docs: Specify the exact kind of quoting which is assumed when parsing ↵ivan tkachenko2020-11-161-0/+5
| | | | arithmetic expressions
* 47560: add includes/prototypes for tests in configureJun-ichi Takimoto2020-11-161-0/+5
| | | | On macOS 11.0 it is now an error to use a function without prototype.
* users/26107: complete changed files after git diff HEADOliver Kiddle2020-10-291-0/+5
|
* 47494, 47495: Add -n option to strftimeMikael Magnusson2020-10-251-0/+4
|
* 47302: Test for print -v fixMikael Magnusson2020-10-251-0/+3
|
* 47301: Fix print -v metaficationJun-ichi Takimoto2020-10-251-0/+5
|
* Fix a race condition in zf_mkdir -pRoman Perepelitsa2020-10-231-0/+5
| | | | | | If ~/foo does not exist and `zf_mkdir -p zf_mkdir -p` is executed concurrently in multiple shells, it was possible prior to this patch for the command to fail with EEXIST.
* 47468: Doc/Zsh/contrib.yo: Fix typoAxel Beckert2020-10-181-0/+4
|
* users/26088: docs: zle -R: Clarify that it needs not be called in the normal ↵Daniel Shahaf2020-10-031-0/+6
| | | | course of things, but only when an immediate, interim redisplay is desired.
* github #65: _nmap: Rename option flags (s/_/-/g)Meng Bo2020-09-231-0/+5
| | | | Nmap commands that previously included an underscore (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been renamed to use a hyphen in the preferred format.
* 47395: _store_cache: Don't leak the variable ${_cache_dir}.Jacob Menke2020-09-221-0/+5
|
* 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer2020-09-131-0/+8
| | | | Mikael Magnusson: 47382: Completion for 47364