summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-10-1349441: _timeout: Add OpenBSDMatthew Martin2-2/+6
2021-10-1149464: _basenc: new completionJun-ichi Takimoto2-0/+34
2021-10-0549433: Don't assume EPROG references are bounded by function depth.Peter Stephenson2-4/+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 Schaefer6-10/+36
2021-09-2949440: Make double-flag parameter expansion syntax more discoverable in docsivan tkachenko2-3/+9
2021-09-2949435: Remove trailing whitespaces in expn.yoivan tkachenko2-13/+15
2021-09-2849444: libarchive tar can actually extract much more formatsAlex Xu (Hello71)2-1/+4
2021-09-28Add support for multi-project builds to _gradleMarlon Richert2-8/+33
2021-09-2849454: open dump file once only instead of reopening it for appendsOliver Kiddle2-28/+33
2021-09-2849450: don't display explanation with compadd -x if any of -D, -A or -O are ↵Oliver Kiddle2-1/+6
also used
2021-09-26unposted: Fix typosDaniel Shahaf6-5/+11
2021-09-2249422: improve support of --disable-dynamic-nssJun-ichi Takimoto6-14/+34
see also 49392 (Vincent) and 49412 (Axel)
2021-09-0949353: Fix comments in sourced file.Peter Stephenson3-1/+15
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 Schaefer2-1/+3
2021-09-0849389: leading variables in autoload file completionBart Schaefer2-2/+5
2021-09-0849387: suffix highlight with "compadd -R"Bart Schaefer2-6/+5
2021-09-0849386: handle separate source/build treesBart Schaefer2-1/+5
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 Takimoto6-5/+9
2021-09-08unposted: add 'static' to shinsavestackJun-ichi Takimoto2-1/+3
2021-09-0849377: fix segfault by 'bindkey -d' with reordered keymapnamtabJun-ichi Takimoto3-1/+41
2021-09-0645180: clarify doc for POSIX EREs, fix an issue with PCRE when the ↵Stephane Chazelas4-32/+95
replacement was empty or generated more than one element
2021-09-0649154: clarify status on exec failurezerkous2-8/+17
2021-09-0649292: Src/Zle/complist.c: turn off colors before clearing to end of lineMarlon Richert2-14/+22
2021-09-0649378: skip check for collision of aliases and functions when NO_EXECMarlon Richert2-1/+4
2021-09-0649282: missed ChangeLog entry in previous commitBart Schaefer1-0/+2
2021-09-0649282: set $0 correctly when calling functions from hooksBart Schaefer1-2/+12
2021-09-0649266: fix segfault on metacharacters in long job textsBart Schaefer2-0/+4
2021-09-0649218: run-help filters cmd_args before calling run-help-<command>Marlon Richert9-26/+125
2021-09-06unposted (cf. 49202 and 49217): insertlastword ignores blank/missing history ↵Bart Schaefer2-2/+10
entries when repeating
2021-09-0649196: gdbm keys not present in the database appear unset in tied hashesBart Schaefer2-0/+5
2021-09-0648969: fix for "zle -N" completionMarlon Richert2-4/+6
2021-09-0648888: improve doc for $$ and $PPID, add fail test for PPID readonly-nessBart Schaefer4-10/+17
2021-09-0648832: try _gnu_generic firstBart Schaefer2-1/+5
2021-09-0449343: Fix file name completion of GNU digest utilitiesShohei YOSHIDA2-1/+7
2021-09-0449345: fix git file completion for paths starting with ../Oliver Kiddle2-4/+9
2021-08-2949327: complete for new git maintenance, for-each-repo, sparse-checkout and ↵Oliver Kiddle2-2/+109
bugreport commands
2021-08-2949319: completion options updateOliver Kiddle50-209/+466
2021-08-2949317: cleanup inappropriate use of {...} specs with _arguments or _alternativeOliver Kiddle5-30/+35
2021-08-2949316: add (-.) glob qualifier to globs where only files are applicableOliver Kiddle6-17/+20
2021-08-2949315: list units in brackets at the end of group descriptionsOliver Kiddle11-32/+37
2021-08-28users/26982, subset not already integrated: use standard #include formatPeter A. Castro2-2/+8
2021-08-2749290: Replace stdio for buffered shell input.Peter Stephenson3-19/+123
The previous method allowed memory management to interact with signal handlers, causing occasional crashes on some system. Instead, use a simple pre-allocated buffer and raw system calls.
2021-08-2749272: Set $COLUMNS in _call_program to ensure cached command output is ↵Marlon Richert2-0/+5
sufficiently wide
2021-08-27unposted (based on Marlon: 49273): add -x to local completionOliver Kiddle2-2/+5
2021-08-2749309: update the strace completion through strace 5.13Oliver Kiddle2-43/+82
2021-08-2749306: fix file completion for the second parameter to losetupOliver Kiddle2-2/+6
2021-08-2749234: add missing options in python completionŠtěpán Němec2-2/+10
2021-08-2649307 with doc update: POSIX_TRAPS fix.Peter Stephenson4-6/+20
With POSIX_TRAPS set, an ignored signal stays ignored when entering a subshell.