Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | github #94: Support .zst kernel modules with modutils | Norbert Lange | 2022-05-25 | 2 | -1/+4 | |
| | ||||||
* | github #93: Replace /etc/mtab with /proc/self/mounts for Linux | Norbert Lange | 2022-05-25 | 4 | -3/+15 | |
| | | | | | | /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 | |||||
* | 50278: use `man -w` in preference to `manpath`; fix caching and precedence of -M | Bart Schaefer | 2022-05-22 | 2 | -17/+33 | |
| | ||||||
* | github #91: _find (gnu/freebsd/darwin): Add some flags and syntaxes | Arvid Norlander | 2022-05-20 | 2 | -3/+14 | |
| | | | | | | | | | | | | | * -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). | |||||
* | 50229: Typo | Bart Schaefer | 2022-05-14 | 2 | -1/+3 | |
| | ||||||
* | Jan Brieg: 50212 (and discussion): Add "bright" color variants | Bart Schaefer | 2022-05-14 | 2 | -2/+21 | |
| | ||||||
* | 50220: Documentation: Fix typos found by Debian's Lintian tool | Axel Beckert | 2022-05-15 | 3 | -2/+7 | |
| | ||||||
* | unposted: Post-release version bump | dana | 2022-05-14 | 2 | -2/+4 | |
| | ||||||
* | unposted: Release 5.9 zsh-5.9 | dana | 2022-05-14 | 2 | -2/+6 | |
| | ||||||
* | 50192: use set{u,g}id() for dropping privilege on NetBSD | Jun-ichi Takimoto | 2022-05-11 | 2 | -0/+15 | |
| | ||||||
* | 50176 (tweaked): Improve htop completion | dana | 2022-05-08 | 2 | -11/+60 | |
| | | | | | | | | | | | | | | | * 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) | |||||
* | 50184: fix inclusion of -S separator in -r options passed to compadd through ↵ | Bart Schaefer | 2022-05-07 | 2 | -1/+4 | |
| | | | | _describe | |||||
* | Marlon Richert: 49954: gradle completion improvements | Bart Schaefer | 2022-05-07 | 2 | -53/+64 | |
| | | | | | | | | | | | | * 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. | |||||
* | unposted: cross-reference "typeset -f" for "functions -[Tt]" | Bart Schaefer | 2022-05-07 | 2 | -1/+7 | |
| | ||||||
* | Fix problems with tests for 50126 and 50150. | Bart Schaefer | 2022-05-02 | 3 | -1/+14 | |
| | ||||||
* | Merge because I forgot to "git pull" before committing Test changes | Bart Schaefer | 2022-05-01 | 0 | -0/+0 | |
|\ | ||||||
| * | unposted: Test release: 5.8.1.3-test zsh-5.8.1.3-test | dana | 2022-05-01 | 2 | -2/+4 | |
| | | ||||||
| * | unposted: Mention #zsh topic in creating-a-release | dana | 2022-05-01 | 2 | -1/+6 | |
| | | | | | | | | Per off-list suggestion | |||||
* | | unposted: Test release: 5.8.1.3-test | dana | 2022-05-01 | 2 | -2/+4 | |
| | | ||||||
* | | unposted: Mention #zsh topic in creating-a-release | dana | 2022-05-01 | 2 | -1/+6 | |
| | | | | | | | | Per off-list suggestion | |||||
* | | 50160: Regression tests for 50126, 50136, and 50149 | Bart Schaefer | 2022-05-01 | 3 | -1/+30 | |
| | | ||||||
* | | 50157: Tests for 50150 | Daniel Shahaf | 2022-05-01 | 2 | -0/+13 | |
| | | ||||||
* | | 50159: Tests for sysread, including 50101 regression | Bart Schaefer | 2022-05-01 | 2 | -0/+70 | |
|/ | ||||||
* | unposted: remove the reference to debian #924736, and correct another edit | Bart Schaefer | 2022-04-30 | 2 | -3/+4 | |
| | ||||||
* | Typo in previous commit | Bart Schaefer | 2022-04-30 | 1 | -1/+1 | |
| | ||||||
* | unposted: Add details about ${(*)...} expansion | Bart Schaefer | 2022-04-30 | 3 | -1/+10 | |
| | ||||||
* | 50150: Filenames need unmetafy for printing | Bart Schaefer | 2022-04-30 | 2 | -5/+9 | |
| | ||||||
* | Add entry for 50149 | Bart Schaefer | 2022-04-30 | 1 | -0/+5 | |
| | ||||||
* | 50149: Remove all remaining =(...) files at shell exit | Bart Schaefer | 2022-04-30 | 3 | -2/+13 | |
| | ||||||
* | 50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609 | Bart Schaefer | 2022-04-29 | 3 | -6/+3 | |
| | ||||||
* | 50134: Tweak process group handling to prevent unkillable pipelines | Bart Schaefer | 2022-04-29 | 2 | -2/+8 | |
| | | | | | | 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(). | |||||
* | Details about STTY handling; consistency nit | Bart Schaefer | 2022-04-29 | 2 | -2/+8 | |
| | ||||||
* | 50138: Note ERRNO must be set before use. | Bart Schaefer | 2022-04-28 | 2 | -0/+5 | |
| | ||||||
* | 50133: use read-ahead and lseek-rewind for efficient line-buffered input | Bart Schaefer | 2022-04-28 | 3 | -1/+86 | |
| | ||||||
* | 50101: sysread -o with param adjusted to match documentation | Bart Schaefer | 2022-04-28 | 2 | -5/+3 | |
| | ||||||
* | 50162: Fix multios with current-shell "exec" (aka nullexec). | Bart Schaefer | 2022-04-28 | 3 | -6/+8 | |
| | ||||||
* | unposted: Fix util-linux variant detection in _getopt | dana | 2022-04-26 | 2 | -3/+7 | |
| | | | | | | 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 | |||||
* | unposted: Adjust NEWS dedication wording | dana | 2022-04-26 | 2 | -1/+5 | |
| | | | | Per off-list feedback | |||||
* | 50089: unset LC_* for multibyte tests in X03zlebindkey | Jun-ichi Takimoto | 2022-04-26 | 2 | -0/+5 | |
| | ||||||
* | 50049: care with signed characters | Peter Stephenson | 2022-04-25 | 3 | -2/+8 | |
| | | | | | Some signed-to-unsigned casts needed for a couple of cases of pointers used as indices. | |||||
* | 50081: reset global mbstate_t variables when LC_CTYPE changes | Jun-ichi Takimoto | 2022-04-20 | 3 | -1/+32 | |
| | ||||||
* | 50080: add missing STOUC() in casemodify() | Jun-ichi Takimoto | 2022-04-20 | 2 | -2/+6 | |
| | ||||||
* | unposted (cf. users/27656 (Tomasz Pala), users/27660): fix $SUFFIX when ↵ | Bart Schaefer | 2022-04-19 | 2 | -2/+7 | |
| | | | | GLOB_COMPLETE | |||||
* | unposted (see 50072): check exit status in exit-from-trap test | Bart Schaefer | 2022-04-17 | 1 | -1/+1 | |
| | ||||||
* | 50069: ChangeLog and test description for 50068 | Bart Schaefer | 2022-04-14 | 2 | -1/+8 | |
| | ||||||
* | 50068: 'exit' in trap causes calling function to return | Bart Schaefer | 2022-04-14 | 3 | -4/+3 | |
| | ||||||
* | 50052: do nothing when skipping test V14system | Jun-ichi Takimoto | 2022-04-14 | 2 | -1/+3 | |
| | ||||||
* | 50046: ztst.zsh: export LANG to child zsh | Jun-ichi Takimoto | 2022-04-14 | 2 | -0/+7 | |
| | ||||||
* | 50013: skip %test if a chunk in %prep fails | Jun-ichi Takimoto | 2022-04-12 | 3 | -26/+34 | |
| | | | | | | 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. | |||||
* | 49996 (Peter) + 50012: add ZTST_continue | Jun-ichi Takimoto | 2022-04-12 | 3 | -7/+31 | |
| |