Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-29 | 50671: enable spell check in *.ztst by vim | Jun-ichi Takimoto | 2 | -2/+6 | |
2022-09-28 | 50695: Completion/Unix/Command/_mysql_utils add --protocol option | Eric Cook | 2 | -0/+4 | |
2022-09-28 | 50399: Completion/Base/Widget/_complete_debug | Bart Schaefer | 2 | -1/+5 | |
Properly local scope PS4 change | |||||
2022-09-27 | 50668: treat 8bit chars correctly when multibyte is unset | Jun-ichi Takimoto | 3 | -1/+13 | |
The problem was found in character range, but may have existed in other occasions | |||||
2022-09-26 | 50662: unset LC_* for all the tests | Jun-ichi Takimoto | 2 | -13/+5 | |
2022-09-26 | 50658 + test: Enable to switch between C/UTF-8 locales in PCRE | Jun-ichi Takimoto | 3 | -8/+18 | |
2022-09-25 | 50648: Use $ZCALC_HISTORY where appropriate | Julian Prein | 3 | -3/+13 | |
2022-09-21 | 50641: use 'int main()' in test C-codes in configure | Nicholas Vinson | 3 | -86/+77 | |
2022-09-15 | 50629: do not use egrep in tests | Jun-ichi Takimoto | 8 | -59/+29 | |
2022-08-28 | unposted: _imagemagick: Add *.svg and *.webp files. | Daniel Shahaf | 2 | -1/+6 | |
As a comment just above the hunk indicates, many more formats could be added. | |||||
2022-08-05 | Felipe Contreras: 50435+50436 (+50444): do not build anything | Jun-ichi Takimoto | 2 | -3/+37 | |
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-24 | 50421: add context as the 1st arg to _dispatch | Jun-ichi Takimoto | 2 | -1/+5 | |
2022-07-24 | 50418: use setenv(3)/getenv(3) on newer macOS | Jun-ichi Takimoto | 3 | -1/+15 | |
2022-07-16 | users/27852: local _compskip to avoid propagating any changes by _normal | Bart Schaefer | 2 | -1/+6 | |
2022-06-21 | 50379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l) | Bart Schaefer | 2 | -1/+4 | |
2022-06-21 | 50368: adjust ztie'd bitflags so local variables cannot mess with database | Bart Schaefer | 2 | -3/+8 | |
2022-06-16 | 50372: remove Usenet references from FAQ | Peter Stephenson | 2 | -36/+9 | |
2022-06-14 | 50365: fix indent in FAQ (text version) | Jun-ichi Takimoto | 2 | -62/+11 | |
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-11 | 50355: documentation and return status consistency in zsh/system module | Bart Schaefer | 3 | -5/+36 | |
2022-06-11 | 50356: work around a yodl bug (mishandling of \'e) | Jun-ichi Takimoto | 2 | -1/+6 | |
the bug has been fixed at least in yodl-4.04.02 | |||||
2022-06-09 | 50363: avoid use of heap memory that depends on parameter scoping | Bart Schaefer | 2 | -1/+16 | |
2022-06-09 | 50359: fix bad sticky-emulation in "functions -c" | Matthew Martin | 2 | -1/+5 | |
2022-06-09 | 50351: "functions -c" can set signal traps | Bart Schaefer | 2 | -1/+20 | |
2022-06-09 | 50342: fix test added by 50306 | Jun-ichi Takimoto | 3 | -1/+8 | |
2022-06-08 | 50341: disallow here-document markers containing newline | Bart Schaefer | 2 | -0/+5 | |
2022-06-08 | 50335: simplify "wait" usage, fix signal handling | Bart Schaefer | 2 | -10/+35 | |
- 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-07 | Tweaks to MULTI_FUNC_DEF | Peter Stephenson | 4 | -2/+41 | |
Output multiple function definitions using "function" form. Note exceptions to errors with NO_MULTI_FUNC_DEF | |||||
2022-06-04 | 50323: create helper for shadowing builtins or existing functions and use it ↵ | Bart Schaefer | 4 | -2/+82 | |
when redefining compadd et al. | |||||
2022-06-03 | 50325: revert 38150 and fix in calling function cfp_matcher_range() instead | Bart Schaefer | 3 | -2/+7 | |
2022-06-03 | 50306: fix wait for child that was stopped/continued | Jun-ichi Takimoto | 4 | -8/+34 | |
do not call addbgstatus() when child is stopped/continued | |||||
2022-05-30 | Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide ↵ | Bart Schaefer | 2 | -0/+7 | |
with directory names when completing | |||||
2022-05-26 | 50287: Use getcwd by default. | Peter Stephenson | 2 | -2/+9 | |
2022-05-26 | 50286: avoid zed error if nounset is in effect | Peter Stephenson | 2 | -6/+12 | |
2022-05-25 | github #94: Support .zst kernel modules with modutils | Norbert Lange | 2 | -1/+4 | |
2022-05-25 | github #93: Replace /etc/mtab with /proc/self/mounts for Linux | Norbert Lange | 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 | |||||
2022-05-22 | 50278: use `man -w` in preference to `manpath`; fix caching and precedence of -M | Bart Schaefer | 2 | -17/+33 | |
2022-05-20 | github #91: _find (gnu/freebsd/darwin): Add some flags and syntaxes | Arvid Norlander | 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). | |||||
2022-05-14 | 50229: Typo | Bart Schaefer | 2 | -1/+3 | |
2022-05-14 | Jan Brieg: 50212 (and discussion): Add "bright" color variants | Bart Schaefer | 2 | -2/+21 | |
2022-05-15 | Upload to unstable as 5.9-1 with urgency=low | Axel Beckert | 1 | -2/+7 | |
2022-05-15 | Declare compliance with Debian Policy 4.6.1. | Axel Beckert | 1 | -1/+1 | |
No further changes were needed. Gbp-Dch: Full | |||||
2022-05-15 | Drop lintian override for hardening-no-fortify-functions, no more needed | Axel Beckert | 1 | -1/+0 | |
2022-05-15 | Add patch to fix two typos in man pages found by Lintian | Axel Beckert | 2 | -0/+27 | |
2022-05-15 | 50220: Documentation: Fix typos found by Debian's Lintian tool | Axel Beckert | 3 | -2/+7 | |
2022-05-14 | Update debian/changelog for new 5.9 upstream release | Axel Beckert | 1 | -1/+9 | |
Retroactively set urgency=low in 5.8.1.2-test-2. This allows us to upload 5.9-1 to unstable with urgency=low as well. Gbp-Dch: Ignore | |||||
2022-05-14 | Update upstream source from tag 'upstream/5.9' | Axel Beckert | 67 | -1105/+1163 | |
Update to upstream version '5.9' with Debian dir 9ec0c75153d850f8dda83cca1a9ed3ff6200c14b | |||||
2022-05-14 | New upstream version 5.9 | Axel Beckert | 67 | -1105/+1163 | |
2022-05-14 | unposted: Post-release version bump | dana | 2 | -2/+4 | |
2022-05-14 | unposted: Release 5.9 | dana | 2 | -2/+6 | |
2022-05-11 | 50192: use set{u,g}id() for dropping privilege on NetBSD | Jun-ichi Takimoto | 2 | -0/+15 | |