summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2024-11-0553209 + tests: do not unmetafy via string pointers into global parameter tableBart Schaefer1-0/+5
2024-10-1653146: flags cannot be copied from an undefined function (cf. ca6f4466)Bart Schaefer1-0/+5
2024-10-0253134: use -undefined dynamic_lookup on recent macOSJun-ichi Takimoto1-0/+4
2024-09-2153103: fix spurious test failure on SolarisBart Schaefer1-0/+4
2024-09-1853095: fix completion for chmod/chown --reference with escaped filenamePhilip Sequeira1-0/+4
2024-09-1853094: remove unused autoconf testsOliver Kiddle1-0/+2
2024-09-1853093: silence compiler warning when USE_LSEEK is not definedOliver Kiddle1-0/+3
2024-09-1853092: silence deprecated header warning on older Linux systemsOliver Kiddle1-0/+4
2024-09-1453088: enable `time' on builtins, assignments, and current-shell actionsBart Schaefer1-0/+6
2024-09-14unposted (c.f. Emil Velikov: 53072): remove completion that has been ↵Oliver Kiddle1-0/+3
imported by the upstream project
2024-09-1453087: don't produce spurious error when zpty is missingOliver Kiddle1-0/+3
2024-09-1453086: change flags used for building dynamic modules on Haiku OSOliver Kiddle1-0/+3
2024-09-1453085: support for BSDs in $ZSH_EXEPATH implementationOliver Kiddle1-0/+3
2024-09-1453084: yet another approach to the /dev/fd autoconf test because of shells ↵Oliver Kiddle1-0/+3
emulating /dev/fd
2024-09-1453083: handle Haiku specific resource limit for open vnode monitorsOliver Kiddle1-0/+3
2024-09-1453082: remove a couple of unused #definesOliver Kiddle1-0/+2
2024-09-1453081: remove old BeOS support codeOliver Kiddle1-0/+3
2024-09-1453080: remove code for systems that only have the old pre-POSIX signal()Oliver Kiddle1-0/+5
2024-08-3153060: silence build warningsClinton Bunch1-0/+3
2024-08-3153056: new zsh/random module defining an SRANDOM parameter and zrand_float() ↵Clinton Bunch1-0/+6
and zrand_int() math functions
2024-08-31github #120: Update _git to reflect `--recursive` being an aliasSemnodime1-0/+3
`--recursive` and `--recurse-submodules` are aliased according to https://github.com/git/git/blob/99c33bed562b41de6ce9bd3fd561303d39645048/builtin/clone.c#L105
2024-08-3153058: new completion for zstdOliver Kiddle1-0/+2
2024-08-3153057: complete glob qualifiers following an equals expansionOliver Kiddle1-0/+3
2024-08-3153052: update setxkbmap completion with newer optionsOliver Kiddle1-0/+5
2024-08-26unposted: remove reference to removed sample codeJun-ichi Takimoto1-0/+4
the example in expn.yo was mdified by commit bb441f77a7 and does not use _wanted any more
2024-08-15unposted: fix parsing of Bang token in value side of array element assignmentBart Schaefer1-0/+5
2024-08-1353031: Completion/Unix/Command/_git: add missing terminator in case statementChristian Heusel1-0/+5
2024-08-0653026: fix failure to free old value when setting new value of referenceJun. T1-0/+5
2024-08-0553025: fix memory leaks and pointer errors upon named reference self-referenceBart Schaefer1-0/+3
2024-08-0553023: fix memory leak of unset private parameterBart Schaefer1-0/+4
2024-08-0453005: off-by-one error when resetting signals on subshell entrancePhilippe Altherr1-0/+5
2024-08-0352989: _rsync: support rsync 3.2.4+ remote filename handling.Eric Cook1-0/+6
2024-07-2852999: import OLDPWD from environment if setPeter Stephenson1-0/+5
2024-07-13Missed commit of ChangeLog for 52977 / da733f5dBart Schaefer1-0/+6
2024-07-0452985: avoid adding original param to restorelistJun-ichi Takimoto1-0/+4
2024-06-2452968: use pdfroff to create intro.pdfJun-ichi Takimoto1-0/+4
roff2ps is removed in groff-1.23.0 (Jul. 2023). The "doubled output" problem was fixed in groff-1.22.3 (Nov. 2014).
2024-06-1352951: make sure to close memstream for 'print -v'Jun-ichi Takimoto1-0/+4
2024-06-0852946: Revert "Handle completer filenames with funny characters in them"Mikael Magnusson1-0/+4
This reverts commit 88f47569030b12345aee3bd857e424351ee61726.
2024-05-24users/29882: Explain $RANDOM predictabilityBart Schaefer1-0/+2
2024-05-2452910: Improve handling of **/ patternsBart Schaefer1-0/+2
2024-05-2452904: Improve quoting of paths passed via _call_program to "git ls-files"Bart Schaefer1-0/+5
2024-05-2052895: Partial revert of 44274 which broke _baudratesMikael Magnusson1-0/+5
_description does not accept -o numeric, which resulted in _description:zformat:89: invalid argument: expl The array is already sorted correctly in the completer so I don't see any need to have the completion sort it again anyway.
2024-05-1052924: Set zfsessions to NULL after freePeter Stephenson1-0/+4
2024-05-0852915: be explicit about pattern syntax in conditionsPeter Stephenson1-0/+5
2024-04-0752878: Fix ${foo:^bar} where bar is an associative arrayMikael Magnusson1-0/+5
2024-04-0152865: Documentation update for 52864Bart Schaefer1-0/+3
2024-04-0152864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}Bart Schaefer1-0/+4
2024-04-0152781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significantBart Schaefer1-0/+5
2024-04-01github #115: completion(ruby): completer opts for irbOKURA Masafumi1-0/+3
IRB now has `--regexp-completor` and `--type-completor` options added by: https://github.com/ruby/irb/commit/1dec2708c92559487e51c5f3a3030b74a62270e5
2024-04-0152859: use _date_formats for fc and complete -m/-M for varedOliver Kiddle1-0/+5