about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 52405, 52502: add empty elements to $match for optional captures that don't ↵Oliver Kiddle2024-01-263-1/+12
| | | | match
* github #110: Fix incorrect completion for `dnf --showduplicates`OpenSauce2024-01-262-1/+4
|
* github #108: add perlbrew completionAurélien Olivier2024-01-262-0/+320
|
* 52385: avoid "tr" in test output formattingBart Schaefer2024-01-252-2/+7
|
* 52496 + 52377: clarify SPROMPT behavior when CORRECT_ALL is setBart Schaefer2024-01-243-4/+17
|
* 52492: prevent indexing error on recursive arithmetic in array subscriptBart Schaefer2024-01-242-1/+9
| | | | Operator returns error when operand returns error
* 52482: strip trailing newlines in emulation modes of ${ command; }Bart Schaefer2024-01-242-0/+9
|
* 52476 + cf. 52479: more FAQs about nofork substitutionBart Schaefer2024-01-242-0/+40
|
* 52477: fix "zcurses mouse delay ..." and one other typoBart Schaefer2024-01-242-2/+4
|
* 52473: zstyle -q for testing existence of a zstyle settingBart Schaefer2024-01-243-0/+41
|
* 52468: save and restore state of correct TTY when using read -s / -dBart Schaefer2024-01-243-15/+34
|
* Fix a typoWu Zhenyu2024-01-142-1/+6
| | | | | $ valgrind --tool=massif --help | grep time-unit --time-unit=i|ms|B time unit: instructions executed, milliseconds
* 52465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exitBart Schaefer2024-01-053-5/+16
|
* 52413: support Citrus version of iconv on macOS, DragonFly, NetBSDJun-ichi Takimoto2023-12-162-1/+6
|
* 52383: Avoid incompatible pointer types in terminfo global variable checksFlorian Weimer2023-12-132-6/+9
|
* 52394: alter form of /dev/fd test to work where /bin/sh is ksh such as on ↵Oliver Kiddle2023-12-132-1/+4
| | | | Solaris 11
* 52393: fix tests on Solaris by omitting -a option to diff as it is not ↵Oliver Kiddle2023-12-132-1/+6
| | | | supported there
* 52392: use octal escape to match = without error messages from awkOliver Kiddle2023-12-132-1/+4
|
* 52382: avoid the non-standard \e in C code, preferring \033Oliver Kiddle2023-12-133-2/+6
|
* unposted: Fix longstanding typo in commentBart Schaefer2023-12-091-1/+1
|
* 52366 + fix typo: rename find_targets as _ant_targets, replace one sed with ↵Bart Schaefer2023-12-092-5/+9
| | | | substitution
* 52365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer2023-12-093-13/+27
|
* 52326, 52372: add -q option to kill for sigqueueOliver Kiddle2023-12-055-3/+43
|
* 52373: fix _numbers for suffixes containing % and update affected functionsOliver Kiddle2023-12-054-10/+17
|
* unposted: Undo typo in previous commitBart Schaefer2023-12-041-1/+1
|
* 52356: add missing function index entriesJun-ichi Takimoto2023-12-042-0/+8
|
* 52361: fix quoting of _ant target filesBart Schaefer2023-12-022-3/+6
|
* 52360: simplify and improve bad-descriptor detection in %prep sectionBart Schaefer2023-12-022-3/+8
|
* 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-292-0/+133
|
* 52325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer2023-11-236-13/+25
| | | | Unposted whitespace change avoids a parse error in ${ ... } with comments.
* unposted: fix missing closing brace from 52301Oliver Kiddle2023-11-222-1/+3
|
* 52315: completion options updateOliver Kiddle2023-11-2253-199/+475
|
* 52313: Src/exec.c: multios are not interactive and check for write errors.Bart Schaefer2023-11-182-2/+11
|
* Unposted (cf. 52296): correct description of "vared -e"Bart Schaefer2023-11-181-1/+1
|
* 52307: new completion for many SELinux toolsOliver Kiddle2023-11-1711-38/+821
|
* 52303: updates to completions for macOS 13Oliver Kiddle2023-11-1720-73/+100
|
* 52309: fix cases that hang with all signals blocked.Bart Schaefer2023-11-152-2/+6
| | | | | * no job control inside <<(substition) * allow interrupt of multios reading from a terminal
* 52308: FAQ for new features, fix some old answersBart Schaefer2023-11-152-15/+123
|
* 52275: rationality in zgetdir() and zgetcwd()Bart Schaefer2023-11-152-48/+56
|
* 52202: improve handling of quoting in ${var/pattern/replacement}Bart Schaefer2023-11-154-25/+49
|
* github #106: update tmux completion (20230919); tweak Util/check-tmux-stateMatt Koscica2023-11-143-3/+14
| | | | | - 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-142-3/+7
|
* 52301: update options in completions for ruby 3.2, gem 3.4.10 and ri 6.5Oliver Kiddle2023-11-144-36/+52
|
* 52300: update completion options for ansible 2.15.2Oliver Kiddle2023-11-142-3/+14
|
* 52280: update git completion for new options in git through to version 2.42.0Oliver Kiddle2023-11-092-93/+243
|
* github #105: add "-I" for "zle" completionShotaro Aoyama2023-11-082-0/+4
|
* 52168: add completion for xfce's xfconf-query(1)Eric Cook2023-11-082-0/+36
|
* 52271: use correct form for unused parameterOliver Kiddle2023-11-082-1/+5
|
* Unposted: List of files was omitted from 50569 log entryBart Schaefer2023-11-031-1/+2
|