summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2022-05-2650287: Use getcwd by default.Peter Stephenson1-0/+3
2022-05-2650286: avoid zed error if nounset is in effectPeter Stephenson1-0/+4
2022-05-25github #94: Support .zst kernel modules with modutilsNorbert Lange1-0/+3
2022-05-25github #93: Replace /etc/mtab with /proc/self/mounts for LinuxNorbert Lange1-0/+7
/proc/self/mounts has been available since Linux 2.4.19, released in 2002. /etc/mtab is usually a symlink to this file but might not exist
2022-05-2250278: use `man -w` in preference to `manpath`; fix caching and precedence of -MBart Schaefer1-0/+5
2022-05-20github #91: _find (gnu/freebsd/darwin): Add some flags and syntaxesArvid Norlander1-0/+5
* -exec and -execdir can take ; or + as an ending marker. Previously only ; was supported. This is part of POSIX for -exec (support for + for -ok is optional and none of the implementations I looked at seem to support that). * Missing completion for -files0-from (GNU find 4.9.0 and later). This flag needs to go with the global flags at the beginning and load the paths from the given file instead of from the command line. * Missing completion for the -newerXY family of flags (GNU find 4.3.3, also available in FreeBSD and MacOS at least).
2022-05-1450229: TypoBart Schaefer1-0/+2
2022-05-14Jan Brieg: 50212 (and discussion): Add "bright" color variantsBart Schaefer1-0/+5
2022-05-1550220: Documentation: Fix typos found by Debian's Lintian toolAxel Beckert1-0/+5
2022-05-14unposted: Post-release version bumpdana1-0/+2
2022-05-14unposted: Release 5.9dana1-0/+4
2022-05-1150192: use set{u,g}id() for dropping privilege on NetBSDJun-ichi Takimoto1-0/+5
2022-05-0850176 (tweaked): Improve htop completiondana1-0/+5
* Correct -v to -V * Make -u argument optional * Enable option stacking * Improve descriptions * Fix broken sort keys with htop 3.x and add new key descriptions * Remove _sequence limit on -p * Add several missing options + Fixed a typo and an erroneous comment in the original patch Thanks to GitHub user xpufx, whose work formed the initial basis of this change (see zsh-users/zsh pull #89)
2022-05-0750184: fix inclusion of -S separator in -r options passed to compadd through ↵Bart Schaefer1-0/+3
_describe
2022-05-07Marlon Richert: 49954: gradle completion improvementsBart Schaefer1-0/+3
* Adjust the pattern for matching tasks. The old one was too strict, causing it to filter out perfectly valid tasks. * Add completion of subproject names. * Prevent subproject tasks from overwriting the main task description. * Require `:` prefix for showing subprojects. * Require a subproject prefix before showing subproject tasks. * Standardize the use of completion tags. * Rebuild the cache if it can't be read or doesn't contain the required arrays.
2022-05-07unposted: cross-reference "typeset -f" for "functions -[Tt]"Bart Schaefer1-0/+5
2022-05-02Fix problems with tests for 50126 and 50150.Bart Schaefer1-0/+9
2022-05-01unposted: Test release: 5.8.1.3-testdana1-0/+2
2022-05-01unposted: Mention #zsh topic in creating-a-releasedana1-0/+4
Per off-list suggestion
2022-05-0150160: Regression tests for 50126, 50136, and 50149Bart Schaefer1-1/+4
2022-05-0150157: Tests for 50150Daniel Shahaf1-0/+2
2022-05-0150159: Tests for sysread, including 50101 regressionBart Schaefer1-0/+4
2022-04-30unposted: remove the reference to debian #924736, and correct another editBart Schaefer1-0/+3
2022-04-30Typo in previous commitBart Schaefer1-1/+1
2022-04-30unposted: Add details about ${(*)...} expansionBart Schaefer1-0/+2
2022-04-3050150: Filenames need unmetafy for printingBart Schaefer1-0/+2
2022-04-30Add entry for 50149Bart Schaefer1-0/+5
2022-04-2950136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609Bart Schaefer1-0/+3
2022-04-2950134: Tweak process group handling to prevent unkillable pipelinesBart Schaefer1-1/+4
In some cases the process group leader of the forked-left side of a pipe needs to be set to the pipe process PID rather than to the group leader PID returned by entersubsh().
2022-04-29Details about STTY handling; consistency nitBart Schaefer1-0/+4
2022-04-2850138: Note ERRNO must be set before use.Bart Schaefer1-0/+2
2022-04-2850133: use read-ahead and lseek-rewind for efficient line-buffered inputBart Schaefer1-0/+4
2022-04-2850101: sysread -o with param adjusted to match documentationBart Schaefer1-1/+3
2022-04-2850162: Fix multios with current-shell "exec" (aka nullexec).Bart Schaefer1-0/+4
2022-04-26unposted: Fix util-linux variant detection in _getoptdana1-0/+3
This had been broken all along for the actual util-linux getopt; i think the 'enhanced' text comes from the original author's version, which Homebrew was still using when the function was written
2022-04-26unposted: Adjust NEWS dedication wordingdana1-0/+4
Per off-list feedback
2022-04-2650089: unset LC_* for multibyte tests in X03zlebindkeyJun-ichi Takimoto1-0/+4
2022-04-2550049: care with signed charactersPeter Stephenson1-0/+6
Some signed-to-unsigned casts needed for a couple of cases of pointers used as indices.
2022-04-2050081: reset global mbstate_t variables when LC_CTYPE changesJun-ichi Takimoto1-0/+3
2022-04-2050080: add missing STOUC() in casemodify()Jun-ichi Takimoto1-0/+4
2022-04-19unposted (cf. users/27656 (Tomasz Pala), users/27660): fix $SUFFIX when ↵Bart Schaefer1-1/+6
GLOB_COMPLETE
2022-04-1450069: ChangeLog and test description for 50068Bart Schaefer1-0/+7
2022-04-1450052: do nothing when skipping test V14systemJun-ichi Takimoto1-0/+2
2022-04-1450046: ztst.zsh: export LANG to child zshJun-ichi Takimoto1-0/+4
2022-04-1250013: skip %test if a chunk in %prep failsJun-ichi Takimoto1-0/+3
Only %test is skipped if a chunk in %prep returns nonzero. Both %test and %clean are skipped if ZTST_unimplemented is set in a chunk of %prep. ZTST_cleanup is run in both cases.
2022-04-1249996 (Peter) + 50012: add ZTST_continueJun-ichi Takimoto1-0/+3
2022-04-1250017: allow lowercase to match with uppercase in timezone nameJun-ichi Takimoto1-0/+5
2022-04-1150043: avoid spurious test failures when "make check" as rootBart Schaefer1-0/+5
2022-04-1150042: Another fix for 49915Mikael Magnusson1-0/+4
If the last element in the list is a duplicate, we would walk off the end
2022-04-10unposted: NEWS: Improve flow between the paragraph and its links.Daniel Shahaf1-0/+5