summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2024-01-2452468: save and restore state of correct TTY when using read -s / -dBart Schaefer1-0/+5
2024-01-14Fix a typoWu Zhenyu1-0/+5
$ valgrind --tool=massif --help | grep time-unit --time-unit=i|ms|B time unit: instructions executed, milliseconds
2024-01-0552465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exitBart Schaefer1-0/+5
2023-12-1652413: support Citrus version of iconv on macOS, DragonFly, NetBSDJun-ichi Takimoto1-0/+5
2023-12-1352383: Avoid incompatible pointer types in terminfo global variable checksFlorian Weimer1-0/+3
2023-12-1352394: alter form of /dev/fd test to work where /bin/sh is ksh such as on ↵Oliver Kiddle1-0/+3
Solaris 11
2023-12-1352393: fix tests on Solaris by omitting -a option to diff as it is not ↵Oliver Kiddle1-0/+3
supported there
2023-12-1352392: use octal escape to match = without error messages from awkOliver Kiddle1-0/+3
2023-12-1352382: avoid the non-standard \e in C code, preferring \033Oliver Kiddle1-0/+4
2023-12-0952366 + fix typo: rename find_targets as _ant_targets, replace one sed with ↵Bart Schaefer1-0/+3
substitution
2023-12-0952365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer1-0/+5
2023-12-0552326, 52372: add -q option to kill for sigqueueOliver Kiddle1-0/+3
2023-12-0552373: fix _numbers for suffixes containing % and update affected functionsOliver Kiddle1-0/+6
2023-12-04unposted: Undo typo in previous commitBart Schaefer1-1/+1
2023-12-0452356: add missing function index entriesJun-ichi Takimoto1-0/+5
2023-12-0252361: fix quoting of _ant target filesBart Schaefer1-1/+4
2023-12-0252360: simplify and improve bad-descriptor detection in %prep sectionBart Schaefer1-0/+6
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 Gniazdowski1-0/+5
2023-11-2352325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer1-0/+9
Unposted whitespace change avoids a parse error in ${ ... } with comments.
2023-11-22unposted: fix missing closing brace from 52301Oliver Kiddle1-0/+2
2023-11-2252315: completion options updateOliver Kiddle1-0/+4
2023-11-1852313: Src/exec.c: multios are not interactive and check for write errors.Bart Schaefer1-0/+5
2023-11-1752307: new completion for many SELinux toolsOliver Kiddle1-0/+7
2023-11-1752303: updates to completions for macOS 13Oliver Kiddle1-0/+14
2023-11-1552309: fix cases that hang with all signals blocked.Bart Schaefer1-0/+4
* no job control inside <<(substition) * allow interrupt of multios reading from a terminal
2023-11-1552308: FAQ for new features, fix some old answersBart Schaefer1-0/+2
2023-11-1552275: rationality in zgetdir() and zgetcwd()Bart Schaefer1-0/+4
2023-11-1552202: improve handling of quoting in ${var/pattern/replacement}Bart Schaefer1-0/+6
2023-11-14github #106: update tmux completion (20230919); tweak Util/check-tmux-stateMatt Koscica1-0/+3
- 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 Kiddle1-0/+3
2023-11-1452301: update options in completions for ruby 3.2, gem 3.4.10 and ri 6.5Oliver Kiddle1-0/+4
2023-11-1452300: update completion options for ansible 2.15.2Oliver Kiddle1-0/+4
2023-11-0952280: update git completion for new options in git through to version 2.42.0Oliver Kiddle1-0/+5
2023-11-08github #105: add "-I" for "zle" completionShotaro Aoyama1-0/+3
2023-11-0852168: add completion for xfce's xfconf-query(1)Eric Cook1-0/+3
2023-11-0852271: use correct form for unused parameterOliver Kiddle1-0/+4
2023-11-03Unposted: List of files was omitted from 50569 log entryBart Schaefer1-1/+2
2023-11-0252268: update nmcli completion to networkmanager 1.42.2Oliver Kiddle1-0/+4
2023-11-0252265: update completions for some util-linux tools to version 2.39.2Oliver Kiddle1-0/+4
2023-11-0252253: support pcre callouts with shell evaluation of the callout stringOliver Kiddle1-0/+3
2023-11-0252260: handle variable assignments before the command in sudo completionOliver Kiddle1-0/+5
2023-11-0152252: Coverity defect 1547827Oliver Kiddle1-0/+2
2023-11-0152179: Fix gradlew completion when it isn't in PATHShohei Yoshida1-0/+5
2023-10-29github #102: Ensure todo.sh completion uses builtin commandsUlysse Buonomo1-0/+5
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 Schaefer1-0/+2
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 Gniazdowski1-0/+3
2023-10-2652244: Fix a batch of minor defects reported by Coverity.Bart Schaefer1-0/+9
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 typoErrrorMaxx1-0/+2
2023-10-24github #103: fix completion for zpool upgradeChristian Heusel1-0/+5
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>