summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2023-05-1351723: migrate pcre module to pcre2Oliver Kiddle1-0/+3
2023-05-1350612: vcs_info: fix typoFelipe Contreras1-0/+2
2023-05-13github #98: feat: add `shortcuts` completionsVidhan Bhatt1-0/+5
2023-05-11users/29070: clean up tokens in cmdstr before compctl completionBart Schaefer1-0/+3
2023-05-1151609: fix reference to select(2)Jim1-0/+3
2023-05-1151340: update _rake for version 13Shohei YOSHIDA1-0/+3
2023-05-1151331: update _pydoc for version 3.11Shohei YOSHIDA1-0/+5
2023-05-1051593: improve search for command name after skipping prefix assignmentsBart Schaefer1-0/+5
This is aimed mostly at use of run-help as a standalone function rather than as a widget. When run-help is invoked outside widget context, there's no source line to search for the original command name, so this attempts searching the arguments.
2023-05-0851692: not skip tests for [[ -r/-N file ]] on CygwinJun-ichi Takimoto1-0/+5
2023-04-2251670: prevent possible underflow in gettext()Bart Schaefer1-0/+4
2023-04-1851663: fix a typo in 51582 (_ssh)Jun-ichi Takimoto1-0/+4
2023-04-1751652: fix running of TRAPEXIT explicitly.Peter Stephenson1-0/+5
This is a special case where TRAPEXIT is unset within a TRAPEXIT as it should never run in a nested context, so just save the function structure temporarily on the heap.
2023-04-13Add missed ChangeLog entry for 12e5db14Peter Stephenson1-0/+5
2023-04-1151639: new parameter ZSH_EXEPATH (full path of zsh executable)Jun-ichi Takimoto1-0/+6
The full pathname is obatined by a reliable method on macOS and systems that support procfs. But on other systems (FreeBSD, OpenBSD, ...) it is guessed from argv[0], PWD and PATH.
2023-04-0951631: initialize $_ by copying it from environmentJun-ichi Takimoto1-0/+3
2023-04-0951632: nmetafy $_ when exporting it to childJun-ichi Takimoto1-0/+4
2023-04-0351597: fix 'vared -c var' when var is unsetJun-ichi Takimoto1-0/+4
2023-03-3051604: %M in TIMEFMT should report in kilobytesJun-ichi Takimoto1-0/+5
2023-03-2851602: Handle SIGIOT as an alias to SIGABRT if they are the same signal numberMikael Magnusson1-0/+5
2023-03-2751589: Update nm optionsShohei YOSHIDA1-0/+3
- Update Binutils nm 2.40.0 - Update elftoolchain nm 0.7.1
2023-03-2751603: complete dates and times in the form that git acceptsOliver Kiddle1-1/+6
2023-03-2258586: print "%s" with invalid multibyte characterPeter Stephenson1-0/+6
Treat each byte that is invalid or part of an incopmlete set as a single byte.
2023-03-1651583: update completion of git attributesOliver Kiddle1-0/+3
2023-03-1651582: openssh 9.3 completion updateOliver Kiddle1-0/+2
2023-03-1651581: update completions to cover changes in OpenBSD 7.2Oliver Kiddle1-0/+7
2023-03-1451573: additional "typset -p -m" fix for namespacesBart Schaefer1-0/+4
The "-m pattern" option is supposed to enable printing namespaces, but that didn't work when combined with -p. The -p option could also cause an unset parameter to become set if a named reference pointed at it.
2023-03-1351572: fix "shift" error when running standaloneBart Schaefer1-0/+2
2023-03-13Sven Joachim: 51563: Fix unmatched double quoteSven Joachim1-0/+4
2023-03-11Merge intervening change by OPK.Bart Schaefer1-0/+5
2023-03-1151558: Clarify "for" with positional parameters and named reference.Bart Schaefer1-1/+3
2023-03-1151557: Clarify availability of ksh-mode parameters, improve vi-mode detection.Bart Schaefer1-0/+5
2023-03-1151539: don't complete diff options to git blameOliver Kiddle1-0/+5
2023-03-0751534: update for recent changes in zsh.hBart Schaefer1-0/+4
2023-03-0651511: More discussion of unsupported ksh featuresBart Schaefer1-0/+2
2023-03-0651511: Documentation for namespacesBart Schaefer1-0/+2
2023-03-0651510: Skip namespaces in "set"/"typeset" output, add tests, fix bugBart Schaefer1-0/+5
2023-03-0651509 (+ fix typo): Add ${(!)name} for the referred-to name of a named referenceBart Schaefer1-0/+4
Extend ${!name} in ksh emulation for same
2023-03-0651524: dependency on zsh/zle for linkageBart Schaefer1-0/+4
2023-03-0551486: clarify module development sectionBart Schaefer1-0/+2
2023-03-0551485: module for several ksh93 features, mostly enabled only in ksh emulation.Bart Schaefer1-0/+4
2023-03-0551484: Extend named reference handling for special parameters, improve doc.Bart Schaefer1-0/+3
2023-03-0551483: Enable assignment and expansion of parameters with ksh-like namespace ↵Bart Schaefer1-0/+5
prefixes.
2023-03-05unposted: fix memory leak flagged by coverityBart Schaefer1-0/+4
2023-02-2851491: Check should use zlemetacs instead of zlecsMikael Magnusson1-0/+5
Coverity noticed that this first branch of the if statement has "meta" added to all the variable names except this zlecs at the end, so change it to match.
2023-02-2651464: utility to interpret zsh.h constantsBart Schaefer1-0/+2
2023-02-26Fix typoBart Schaefer1-0/+2
2023-02-2651460: avoid crash on bad parameter autofeatureBart Schaefer1-0/+4
2023-02-2451473: Update cal/ncal completionShohei YOSHIDA1-0/+3
- Support util-linux and bsdmainutils cal on Linux - Support each BSD's implementations
2023-02-2451470 (tweaked, c.f. 51476): Separate cdpath elements in path-directories ↵Sebastian Stark1-0/+4
completion
2023-02-2451474: make -e and --vault-id options repeatable and update for new options ↵Oliver Kiddle1-0/+5
to ansible 2.13.2