summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-12-1352393: fix tests on Solaris by omitting -a option to diff as it is not ↵Oliver Kiddle2-1/+6
supported there
2023-12-1352392: use octal escape to match = without error messages from awkOliver Kiddle2-1/+4
2023-12-1352382: avoid the non-standard \e in C code, preferring \033Oliver Kiddle3-2/+6
2023-12-09unposted: Fix longstanding typo in commentBart Schaefer1-1/+1
2023-12-0952366 + fix typo: rename find_targets as _ant_targets, replace one sed with ↵Bart Schaefer2-5/+9
substitution
2023-12-0952365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer3-13/+27
2023-12-0552326, 52372: add -q option to kill for sigqueueOliver Kiddle5-3/+43
2023-12-0552373: fix _numbers for suffixes containing % and update affected functionsOliver Kiddle4-10/+17
2023-12-04unposted: Undo typo in previous commitBart Schaefer1-1/+1
2023-12-0452356: add missing function index entriesJun-ichi Takimoto2-0/+8
2023-12-0252361: fix quoting of _ant target filesBart Schaefer2-3/+6
2023-12-0252360: simplify and improve bad-descriptor detection in %prep sectionBart Schaefer2-3/+8
2023-12-02unposted: Fix email address in some entry attributionsBart Schaefer1-5/+5
2023-11-2952145: Prompt theme with current time and abbreviated VCS_info.Sebastian Gniazdowski2-0/+133
2023-11-2352325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer6-13/+25
Unposted whitespace change avoids a parse error in ${ ... } with comments.
2023-11-22unposted: fix missing closing brace from 52301Oliver Kiddle2-1/+3
2023-11-2252315: completion options updateOliver Kiddle53-199/+475
2023-11-1852313: Src/exec.c: multios are not interactive and check for write errors.Bart Schaefer2-2/+11
2023-11-18Unposted (cf. 52296): correct description of "vared -e"Bart Schaefer1-1/+1
2023-11-1752307: new completion for many SELinux toolsOliver Kiddle11-38/+821
2023-11-1752303: updates to completions for macOS 13Oliver Kiddle20-73/+100
2023-11-1552309: fix cases that hang with all signals blocked.Bart Schaefer2-2/+6
* no job control inside <<(substition) * allow interrupt of multios reading from a terminal
2023-11-1552308: FAQ for new features, fix some old answersBart Schaefer2-15/+123
2023-11-1552275: rationality in zgetdir() and zgetcwd()Bart Schaefer2-48/+56
2023-11-1552202: improve handling of quoting in ${var/pattern/replacement}Bart Schaefer4-25/+49
2023-11-14github #106: update tmux completion (20230919); tweak Util/check-tmux-stateMatt Koscica3-3/+14
- update tmux completion functions - tweak check-tmux-state to take current file format into account
2023-11-14unposted (cf. 52167): mutt's -a takes a list of files terminated by --Oliver Kiddle2-3/+7
2023-11-1452301: update options in completions for ruby 3.2, gem 3.4.10 and ri 6.5Oliver Kiddle4-36/+52
2023-11-1452300: update completion options for ansible 2.15.2Oliver Kiddle2-3/+14
2023-11-0952280: update git completion for new options in git through to version 2.42.0Oliver Kiddle2-93/+243
2023-11-08github #105: add "-I" for "zle" completionShotaro Aoyama2-0/+4
2023-11-0852168: add completion for xfce's xfconf-query(1)Eric Cook2-0/+36
2023-11-0852271: use correct form for unused parameterOliver Kiddle2-1/+5
2023-11-03Unposted: List of files was omitted from 50569 log entryBart Schaefer1-1/+2
2023-11-0250569: missed file from commit f36fccbbBart Schaefer1-0/+18
2023-11-0252268: update nmcli completion to networkmanager 1.42.2Oliver Kiddle2-2/+22
2023-11-0252266: update completion for strace to 2.6.5Oliver Kiddle1-3/+11
2023-11-0252265: update completions for some util-linux tools to version 2.39.2Oliver Kiddle4-3/+27
2023-11-0252253: support pcre callouts with shell evaluation of the callout stringOliver Kiddle3-2/+40
2023-11-0252260: handle variable assignments before the command in sudo completionOliver Kiddle2-15/+46
2023-11-0152252: Coverity defect 1547827Oliver Kiddle2-1/+4
2023-11-0152179: Fix gradlew completion when it isn't in PATHShohei Yoshida2-1/+6
2023-10-29github #102: Ensure todo.sh completion uses builtin commandsUlysse Buonomo2-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-2650569 (Daniel Shahaf): main keymap defaults to emacsBart Schaefer2-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-2652240: use work-var $s not $suffix when setting flagsSebastian Gniazdowski2-1/+4
2023-10-2652244: Fix a batch of minor defects reported by Coverity.Bart Schaefer10-37/+38
Coverity defects 1547831, 1547826 (remove unused function), 1521551, 1500752, 1500747, 1401549, 1372423, 1270645, 1255799, 1255792, 1255789, 1255787, 1255782, 1255750
2023-10-24github #104: fix small typoErrrorMaxx2-1/+3
2023-10-24github #103: fix completion for zpool upgradeChristian Heusel2-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-17Unposted (cf. 52221, 52227, 52228): typos and unnecessary inclusionsBart Schaefer1-7/+2
2023-10-1752222: Document bracketed-paste-url-magicMikael Magnusson2-0/+29