summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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
2021-09-0449345: fix git file completion for paths starting with ../Oliver Kiddle1-0/+5
2021-08-2949327: complete for new git maintenance, for-each-repo, sparse-checkout and ↵Oliver Kiddle1-0/+3
bugreport commands
2021-08-2949319: completion options updateOliver Kiddle1-0/+2
2021-08-2949317: cleanup inappropriate use of {...} specs with _arguments or _alternativeOliver Kiddle1-0/+5
2021-08-2949316: add (-.) glob qualifier to globs where only files are applicableOliver Kiddle1-0/+5
2021-08-2949315: list units in brackets at the end of group descriptionsOliver Kiddle1-0/+11
2021-08-28users/26982, subset not already integrated: use standard #include formatPeter A. Castro1-0/+6
2021-08-2749290: Replace stdio for buffered shell input.Peter Stephenson1-0/+6
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 Richert1-0/+4
sufficiently wide
2021-08-27unposted (based on Marlon: 49273): add -x to local completionOliver Kiddle1-0/+3
2021-08-2749309: update the strace completion through strace 5.13Oliver Kiddle1-0/+3
2021-08-2749306: fix file completion for the second parameter to losetupOliver Kiddle1-0/+3
2021-08-2749234: add missing options in python completionŠtěpán Němec1-0/+5
2021-08-2649307 with doc update: POSIX_TRAPS fix.Peter Stephenson1-0/+6
With POSIX_TRAPS set, an ignored signal stays ignored when entering a subshell.
2021-08-2449297 (quoting amended): error message in files module.Peter Stephenson1-0/+5
If ENONENT it could be the other argument that doesn't exist, so check.
2021-08-24github #78: Fix completions in _pandocDCsunset1-0/+5
2021-08-1649268: use an empty string search to find matches for info --index-search= ↵Oliver Kiddle1-0/+3
completion Also include info output to the right of " -- " for further info node completion matches and fix quoting of a blank argument to _call_program.
2021-08-1649160: fix quoting for xmllint --pretty completionOliver Kiddle1-0/+5
2021-08-14users/26734: docs: read: Notate the parameter name argument as optional.Daniel Shahaf1-0/+5
2021-08-1049269: Fix "[ ! -o ]".Peter Stephenson1-0/+6
This should detect "-o" as non-empty string; "-a" was alrady working. Update the test.
2021-07-30github #77: Improve subl completions for Sublime Text v4Stavros Ntentos1-0/+5
2021-07-3049211: _typeset: correctly set return valueJun-ichi Takimoto1-0/+4
do not include '-' in onopts so that 'functions -- <TAB>' works.
2021-07-2349029: Prevent shell from sending duplicate signals with MONITORErik Paulson1-0/+3
2021-07-2349182: Turn off correction inside command substition.Peter Stephenson1-0/+5
In "A=$(PWD)" we dont't have the information to correct at the level of the PWD subcommand, so don't try to do it as this causes a crash.
2021-07-1949147: fix completion of linux kernel modulesEric Cook1-0/+5
2021-07-1949166: fix coredump in ${name:offset:length} with ill-formatted lengthJun-ichi Takimoto1-0/+5
2021-07-1149158: remove superfluous function definitionsOliver Kiddle1-0/+10