summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2021-11-0149535: fix completion for ${<TAB> and ${(a)<TAB>Jun-ichi Takimoto1-0/+5
2021-10-31users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH optionBart Schaefer1-0/+5
2021-10-3049533: add null check for preprompt functions list that could occur ↵Oliver Kiddle1-0/+3
following an error when loading a module
2021-10-3049528: allow multiple -D options to compaddOliver Kiddle1-0/+4
2021-10-30unposted (c.f. Bart: 49531): fix completion test where a typo marked it as ↵Oliver Kiddle1-0/+4
expected to fail
2021-10-2749529: Add rogue and descriptions to _rcctl lsMatthew Martin1-0/+5
2021-10-2649431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processingPeter Palfrader1-0/+3
When iterating over the ssh config file, iterate over the array linearly instead of always processing the first and then removing it from the list. This speeds up processing significantly.
2021-10-2649521: Define correct behavior of || completion matchersMarlon Richert1-0/+3
* Add xfail tests to show how :||= matchers should behave in order to provide completion features that cannot be implemented with :|= matchers. * Update compwid.yo to further describe the correct behavior. * Update compwid.yo to use completion terminology more consistently.
2021-10-2649519: quote completed options as needed and remove the now superfluous ↵Oliver Kiddle1-1/+8
quotes from option specifications
2021-10-2649516: bail out early from matching control if command line content is too ↵Oliver Kiddle1-0/+5
short for the coanchor
2021-10-2449520: document $_args_chache_cmdJun-ichi Takimoto1-0/+2
2021-10-2449493: fix '_arguments --' to correctly recognize optional argumentJun-ichi Takimoto1-0/+5
2021-10-2349499 based on 49496 by Jun T.: fixes to option -A of _argumentsOliver Kiddle1-0/+3
2021-10-2349500: new lsns completionOliver Kiddle1-0/+4
2021-10-16github #79 (tweaked): _ssh: update options in apple's version of ssh-addXavier Hsinyuan1-0/+6
2021-10-1349441: _timeout: Add OpenBSDMatthew Martin1-0/+4
2021-10-1149464: _basenc: new completionJun-ichi Takimoto1-0/+4
2021-10-0549433: Don't assume EPROG references are bounded by function depth.Peter Stephenson1-0/+5
We use references for efficient function copy, so there is no useful limit any more.
2021-10-0449456: clean up detection of private params in nested scopes, update docBart Schaefer1-0/+6
2021-09-2949440: Make double-flag parameter expansion syntax more discoverable in docsivan tkachenko1-0/+3
2021-09-2949435: Remove trailing whitespaces in expn.yoivan tkachenko1-0/+2
2021-09-2849444: libarchive tar can actually extract much more formatsAlex Xu (Hello71)1-0/+3
2021-09-28Add support for multi-project builds to _gradleMarlon Richert1-0/+3
2021-09-2849454: open dump file once only instead of reopening it for appendsOliver Kiddle1-0/+3
2021-09-2849450: don't display explanation with compadd -x if any of -D, -A or -O are ↵Oliver Kiddle1-0/+5
also used
2021-09-26unposted: Fix typosDaniel Shahaf1-0/+6
2021-09-2249422: improve support of --disable-dynamic-nssJun-ichi Takimoto1-0/+5
see also 49392 (Vincent) and 49412 (Axel)
2021-09-0949353: Fix comments in sourced file.Peter Stephenson1-0/+5
If the file was sourced from an interactive shell with INTERACTIVE_COMMENTS not set, comments were not parsed. Note there is a remaining edge case where the sourced file is in fact entered at the comment line.
2021-09-08unposted: fix typo in earlier log entryBart Schaefer1-1/+1
2021-09-0849391: Document default bracketed-paste bindingsBart Schaefer1-0/+2
2021-09-0849389: leading variables in autoload file completionBart Schaefer1-0/+3
2021-09-0849387: suffix highlight with "compadd -R"Bart Schaefer1-0/+2
2021-09-0849386: handle separate source/build treesBart Schaefer1-0/+4
2021-09-08unposted: fix wrong name of changed file in earlier commitBart Schaefer1-1/+1
2021-09-08unposted: add/remove UNUSED() for some function parametersJun-ichi Takimoto1-0/+4
2021-09-08unposted: add 'static' to shinsavestackJun-ichi Takimoto1-0/+2
2021-09-0849377: fix segfault by 'bindkey -d' with reordered keymapnamtabJun-ichi Takimoto1-0/+5
2021-09-0645180: clarify doc for POSIX EREs, fix an issue with PCRE when the ↵Stephane Chazelas1-0/+5
replacement was empty or generated more than one element
2021-09-0649154: clarify status on exec failurezerkous1-0/+2
2021-09-0649292: Src/Zle/complist.c: turn off colors before clearing to end of lineMarlon Richert1-0/+3
2021-09-0649378: skip check for collision of aliases and functions when NO_EXECMarlon Richert1-0/+3
2021-09-0649282: missed ChangeLog entry in previous commitBart Schaefer1-0/+2
2021-09-0649266: fix segfault on metacharacters in long job textsBart Schaefer1-0/+2
2021-09-0649218: run-help filters cmd_args before calling run-help-<command>Marlon Richert1-0/+6
2021-09-06unposted (cf. 49202 and 49217): insertlastword ignores blank/missing history ↵Bart Schaefer1-0/+3
entries when repeating
2021-09-0649196: gdbm keys not present in the database appear unset in tied hashesBart Schaefer1-0/+3
2021-09-0648969: fix for "zle -N" completionMarlon Richert1-0/+2
2021-09-0648888: improve doc for $$ and $PPID, add fail test for PPID readonly-nessBart Schaefer1-0/+3
2021-09-0648832: try _gnu_generic firstBart Schaefer1-0/+4
2021-09-0449343: Fix file name completion of GNU digest utilitiesShohei YOSHIDA1-0/+3