about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 50379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l)Bart Schaefer2022-06-212-1/+4
* 50368: adjust ztie'd bitflags so local variables cannot mess with databaseBart Schaefer2022-06-212-3/+8
* 50372: remove Usenet references from FAQPeter Stephenson2022-06-162-36/+9
* 50365: fix indent in FAQ (text version)Jun-ichi Takimoto2022-06-142-62/+11
* 50355: documentation and return status consistency in zsh/system moduleBart Schaefer2022-06-113-5/+36
* 50356: work around a yodl bug (mishandling of \'e)Jun-ichi Takimoto2022-06-112-1/+6
* 50363: avoid use of heap memory that depends on parameter scopingBart Schaefer2022-06-092-1/+16
* 50359: fix bad sticky-emulation in "functions -c"Matthew Martin2022-06-092-1/+5
* 50351: "functions -c" can set signal trapsBart Schaefer2022-06-092-1/+20
* 50342: fix test added by 50306Jun-ichi Takimoto2022-06-093-1/+8
* 50341: disallow here-document markers containing newlineBart Schaefer2022-06-082-0/+5
* 50335: simplify "wait" usage, fix signal handlingBart Schaefer2022-06-082-10/+35
* Tweaks to MULTI_FUNC_DEFPeter Stephenson2022-06-074-2/+41
* 50323: create helper for shadowing builtins or existing functions and use it ...Bart Schaefer2022-06-044-2/+82
* 50325: revert 38150 and fix in calling function cfp_matcher_range() insteadBart Schaefer2022-06-033-2/+7
* 50306: fix wait for child that was stopped/continuedJun-ichi Takimoto2022-06-034-8/+34
* Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide with...Bart Schaefer2022-05-302-0/+7
* 50287: Use getcwd by default.Peter Stephenson2022-05-262-2/+9
* 50286: avoid zed error if nounset is in effectPeter Stephenson2022-05-262-6/+12
* github #94: Support .zst kernel modules with modutilsNorbert Lange2022-05-252-1/+4
* github #93: Replace /etc/mtab with /proc/self/mounts for LinuxNorbert Lange2022-05-254-3/+15
* 50278: use `man -w` in preference to `manpath`; fix caching and precedence of -MBart Schaefer2022-05-222-17/+33
* github #91: _find (gnu/freebsd/darwin): Add some flags and syntaxesArvid Norlander2022-05-202-3/+14
* 50229: TypoBart Schaefer2022-05-142-1/+3
* Jan Brieg: 50212 (and discussion): Add "bright" color variantsBart Schaefer2022-05-142-2/+21
* 50220: Documentation: Fix typos found by Debian's Lintian toolAxel Beckert2022-05-153-2/+7
* unposted: Post-release version bumpdana2022-05-142-2/+4
* unposted: Release 5.9 zsh-5.9dana2022-05-142-2/+6
* 50192: use set{u,g}id() for dropping privilege on NetBSDJun-ichi Takimoto2022-05-112-0/+15
* 50176 (tweaked): Improve htop completiondana2022-05-082-11/+60
* 50184: fix inclusion of -S separator in -r options passed to compadd through ...Bart Schaefer2022-05-072-1/+4
* Marlon Richert: 49954: gradle completion improvementsBart Schaefer2022-05-072-53/+64
* unposted: cross-reference "typeset -f" for "functions -[Tt]"Bart Schaefer2022-05-072-1/+7
* Fix problems with tests for 50126 and 50150.Bart Schaefer2022-05-023-1/+14
* Merge because I forgot to "git pull" before committing Test changesBart Schaefer2022-05-010-0/+0
|\
| * unposted: Test release: 5.8.1.3-test zsh-5.8.1.3-testdana2022-05-012-2/+4
| * unposted: Mention #zsh topic in creating-a-releasedana2022-05-012-1/+6
* | unposted: Test release: 5.8.1.3-testdana2022-05-012-2/+4
* | unposted: Mention #zsh topic in creating-a-releasedana2022-05-012-1/+6
* | 50160: Regression tests for 50126, 50136, and 50149Bart Schaefer2022-05-013-1/+30
* | 50157: Tests for 50150Daniel Shahaf2022-05-012-0/+13
* | 50159: Tests for sysread, including 50101 regressionBart Schaefer2022-05-012-0/+70
|/
* unposted: remove the reference to debian #924736, and correct another editBart Schaefer2022-04-302-3/+4
* Typo in previous commitBart Schaefer2022-04-301-1/+1
* unposted: Add details about ${(*)...} expansionBart Schaefer2022-04-303-1/+10
* 50150: Filenames need unmetafy for printingBart Schaefer2022-04-302-5/+9
* Add entry for 50149Bart Schaefer2022-04-301-0/+5
* 50149: Remove all remaining =(...) files at shell exitBart Schaefer2022-04-303-2/+13
* 50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609Bart Schaefer2022-04-293-6/+3
* 50134: Tweak process group handling to prevent unkillable pipelinesBart Schaefer2022-04-292-2/+8