about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 52366 + fix typo: rename find_targets as _ant_targets, replace one sed with ↵Bart Schaefer2023-12-091-0/+3
| | | | substitution
* 52365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer2023-12-091-0/+5
|
* 52326, 52372: add -q option to kill for sigqueueOliver Kiddle2023-12-051-0/+3
|
* 52373: fix _numbers for suffixes containing % and update affected functionsOliver Kiddle2023-12-051-0/+6
|
* unposted: Undo typo in previous commitBart Schaefer2023-12-041-1/+1
|
* 52356: add missing function index entriesJun-ichi Takimoto2023-12-041-0/+5
|
* 52361: fix quoting of _ant target filesBart Schaefer2023-12-021-1/+4
|
* 52360: simplify and improve bad-descriptor detection in %prep sectionBart Schaefer2023-12-021-0/+6
|
* unposted: Fix email address in some entry attributionsBart Schaefer2023-12-021-5/+5
|
* 52145: Prompt theme with current time and abbreviated VCS_info.Sebastian Gniazdowski2023-11-291-0/+5
|
* 52325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer2023-11-231-0/+9
| | | | Unposted whitespace change avoids a parse error in ${ ... } with comments.
* unposted: fix missing closing brace from 52301Oliver Kiddle2023-11-221-0/+2
|
* 52315: completion options updateOliver Kiddle2023-11-221-0/+4
|
* 52313: Src/exec.c: multios are not interactive and check for write errors.Bart Schaefer2023-11-181-0/+5
|
* 52307: new completion for many SELinux toolsOliver Kiddle2023-11-171-0/+7
|
* 52303: updates to completions for macOS 13Oliver Kiddle2023-11-171-0/+14
|
* 52309: fix cases that hang with all signals blocked.Bart Schaefer2023-11-151-0/+4
| | | | | * no job control inside <<(substition) * allow interrupt of multios reading from a terminal
* 52308: FAQ for new features, fix some old answersBart Schaefer2023-11-151-0/+2
|
* 52275: rationality in zgetdir() and zgetcwd()Bart Schaefer2023-11-151-0/+4
|
* 52202: improve handling of quoting in ${var/pattern/replacement}Bart Schaefer2023-11-151-0/+6
|
* github #106: update tmux completion (20230919); tweak Util/check-tmux-stateMatt Koscica2023-11-141-0/+3
| | | | | - update tmux completion functions - tweak check-tmux-state to take current file format into account
* unposted (cf. 52167): mutt's -a takes a list of files terminated by --Oliver Kiddle2023-11-141-0/+3
|
* 52301: update options in completions for ruby 3.2, gem 3.4.10 and ri 6.5Oliver Kiddle2023-11-141-0/+4
|
* 52300: update completion options for ansible 2.15.2Oliver Kiddle2023-11-141-0/+4
|
* 52280: update git completion for new options in git through to version 2.42.0Oliver Kiddle2023-11-091-0/+5
|
* github #105: add "-I" for "zle" completionShotaro Aoyama2023-11-081-0/+3
|
* 52168: add completion for xfce's xfconf-query(1)Eric Cook2023-11-081-0/+3
|
* 52271: use correct form for unused parameterOliver Kiddle2023-11-081-0/+4
|
* Unposted: List of files was omitted from 50569 log entryBart Schaefer2023-11-031-1/+2
|
* 52268: update nmcli completion to networkmanager 1.42.2Oliver Kiddle2023-11-021-0/+4
|
* 52265: update completions for some util-linux tools to version 2.39.2Oliver Kiddle2023-11-021-0/+4
|
* 52253: support pcre callouts with shell evaluation of the callout stringOliver Kiddle2023-11-021-0/+3
|
* 52260: handle variable assignments before the command in sudo completionOliver Kiddle2023-11-021-0/+5
|
* 52252: Coverity defect 1547827Oliver Kiddle2023-11-011-0/+2
|
* 52179: Fix gradlew completion when it isn't in PATHShohei Yoshida2023-11-011-0/+5
|
* github #102: Ensure todo.sh completion uses builtin commandsUlysse Buonomo2023-10-291-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.
* 50569 (Daniel Shahaf): main keymap defaults to emacsBart Schaefer2023-10-261-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".
* 52240: use work-var $s not $suffix when setting flagsSebastian Gniazdowski2023-10-261-0/+3
|
* 52244: Fix a batch of minor defects reported by Coverity.Bart Schaefer2023-10-261-0/+9
| | | | | | Coverity defects 1547831, 1547826 (remove unused function), 1521551, 1500752, 1500747, 1401549, 1372423, 1270645, 1255799, 1255792, 1255789, 1255787, 1255782, 1255750
* github #104: fix small typoErrrorMaxx2023-10-241-0/+2
|
* github #103: fix completion for zpool upgradeChristian Heusel2023-10-241-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>
* 52222: Document bracketed-paste-url-magicMikael Magnusson2023-10-171-0/+2
|
* 51490: Use time_t for lastt which stores result of time(0)Mikael Magnusson2023-10-161-0/+3
| | | | | Coverity complained about this, and possibly some more people would in 15 years
* 52056: _sccs: don't handle subcommands in main namespaceMikael Magnusson2023-10-161-0/+5
| | | | | If someone using sccs wants to save typing, they can just do alias get="sccs get" anyway.
* 52218: update notes since 5.9 releaseBart Schaefer2023-10-151-0/+4
|
* 52189: ignore compadd -M if -U also specified as they don't make sense togetherOliver Kiddle2023-10-111-0/+4
| | | | This fixes df completion.
* 52217: update completions for FreeBSD 14Oliver Kiddle2023-10-111-0/+13
|
* 52216: metafy usernames to allow for them to be UTF-8 encodedOliver Kiddle2023-10-111-0/+3
|
* 52214: allow extra byte for nul terminator in allocationOliver Kiddle2023-10-111-0/+2
|
* unposted (cf. 52166): remove obsolete helper for svkOliver Kiddle2023-10-111-0/+3
|