summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2022-09-2950671: enable spell check in *.ztst by vimJun-ichi Takimoto1-0/+4
2022-09-2850695: Completion/Unix/Command/_mysql_utils add --protocol optionEric Cook1-0/+3
2022-09-2850399: Completion/Base/Widget/_complete_debugBart Schaefer1-0/+4
Properly local scope PS4 change
2022-09-2750668: treat 8bit chars correctly when multibyte is unsetJun-ichi Takimoto1-0/+5
The problem was found in character range, but may have existed in other occasions
2022-09-2650662: unset LC_* for all the testsJun-ichi Takimoto1-0/+2
2022-09-2650658 + test: Enable to switch between C/UTF-8 locales in PCREJun-ichi Takimoto1-0/+5
2022-09-2550648: Use $ZCALC_HISTORY where appropriateJulian Prein1-0/+5
2022-09-2150641: use 'int main()' in test C-codes in configureNicholas Vinson1-0/+5
2022-09-1550629: do not use egrep in testsJun-ichi Takimoto1-0/+6
2022-08-28unposted: _imagemagick: Add *.svg and *.webp files.Daniel Shahaf1-0/+5
As a comment just above the hunk indicates, many more formats could be added.
2022-08-05Felipe Contreras: 50435+50436 (+50444): do not build anythingJun-ichi Takimoto1-0/+6
Use 'make -nqp' to ensure nothing is actually built by completion. Also include some performance improvements, but it can be still rather slow in a large project's source tree.
2022-07-2450421: add context as the 1st arg to _dispatchJun-ichi Takimoto1-0/+3
2022-07-2450418: use setenv(3)/getenv(3) on newer macOSJun-ichi Takimoto1-0/+5
2022-07-16users/27852: local _compskip to avoid propagating any changes by _normalBart Schaefer1-0/+5
2022-06-2150379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l)Bart Schaefer1-0/+3
2022-06-2150368: adjust ztie'd bitflags so local variables cannot mess with databaseBart Schaefer1-0/+5
2022-06-1650372: remove Usenet references from FAQPeter Stephenson1-0/+5
2022-06-1450365: fix indent in FAQ (text version)Jun-ichi Takimoto1-0/+4
Lack of indent of the 1st line of a paragraph is fixed, but now two or more consecutive blank lines will be copied to text output as is.
2022-06-1150355: documentation and return status consistency in zsh/system moduleBart Schaefer1-0/+6
2022-06-1150356: work around a yodl bug (mishandling of \'e)Jun-ichi Takimoto1-0/+4
the bug has been fixed at least in yodl-4.04.02
2022-06-0950363: avoid use of heap memory that depends on parameter scopingBart Schaefer1-0/+5
2022-06-0950359: fix bad sticky-emulation in "functions -c"Matthew Martin1-0/+4
2022-06-0950351: "functions -c" can set signal trapsBart Schaefer1-0/+4
2022-06-0950342: fix test added by 50306Jun-ichi Takimoto1-0/+5
2022-06-0850341: disallow here-document markers containing newlineBart Schaefer1-0/+2
2022-06-0850335: simplify "wait" usage, fix signal handlingBart Schaefer1-0/+5
- remove the preliminary "wait" for all the process - remove "nomonitor" (because it was only needed for that "wait") - explicitly adds traps to exit for tty-generated signals plus TERM - capture the signal trap context and restore it in background jobs - wrap in an "always" block to clean up local helper functions - update comments to note another buglet and drop support for zsh 4.x.
2022-06-07Tweaks to MULTI_FUNC_DEFPeter Stephenson1-0/+6
Output multiple function definitions using "function" form. Note exceptions to errors with NO_MULTI_FUNC_DEF
2022-06-0450323: create helper for shadowing builtins or existing functions and use it ↵Bart Schaefer1-0/+7
when redefining compadd et al.
2022-06-0350325: revert 38150 and fix in calling function cfp_matcher_range() insteadBart Schaefer1-0/+5
2022-06-0350306: fix wait for child that was stopped/continuedJun-ichi Takimoto1-0/+5
do not call addbgstatus() when child is stopped/continued
2022-05-30Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide ↵Bart Schaefer1-0/+6
with directory names when completing
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