Commit Graph

11884 Commits (b7f280ab597b07bbb22fb741589fe7754fc5cc0c)
 

Author SHA1 Message Date
Jun-ichi Takimoto b7f280ab59 50671: enable spell check in *.ztst by vim 2 years ago
Eric Cook c901c1e412 50695: Completion/Unix/Command/_mysql_utils add --protocol option 2 years ago
Bart Schaefer 0a69a2f6cb 50399: Completion/Base/Widget/_complete_debug
Properly local scope PS4 change
2 years ago
Jun-ichi Takimoto 33938ad489 50668: treat 8bit chars correctly when multibyte is unset
The problem was found in character range, but may have existed in other
occasions
2 years ago
Jun-ichi Takimoto 1e4c7bcae5 50662: unset LC_* for all the tests 2 years ago
Jun-ichi Takimoto 1b421e4978 50658 + test: Enable to switch between C/UTF-8 locales in PCRE 2 years ago
Julian Prein 6e827d8f9a 50648: Use $ZCALC_HISTORY where appropriate 2 years ago
Nicholas Vinson ab4d62eb97 50641: use 'int main()' in test C-codes in configure 2 years ago
Jun-ichi Takimoto 4fc5dc0292 50629: do not use egrep in tests 2 years ago
Daniel Shahaf eb738c793a unposted: _imagemagick: Add *.svg and *.webp files.
As a comment just above the hunk indicates, many more formats could be added.
2 years ago
Jun-ichi Takimoto 7996fa561e Felipe Contreras: 50435+50436 (+50444): do not build anything
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.
2 years ago
Jun-ichi Takimoto 8e1c6ed6bf 50421: add context as the 1st arg to _dispatch 2 years ago
Jun-ichi Takimoto ac6257f150 50418: use setenv(3)/getenv(3) on newer macOS 2 years ago
Bart Schaefer 13c6b64838 users/27852: local _compskip to avoid propagating any changes by _normal 2 years ago
Bart Schaefer cb59dfb3a6 50379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l) 2 years ago
Bart Schaefer f7441b4645 50368: adjust ztie'd bitflags so local variables cannot mess with database 2 years ago
Peter Stephenson 123497b78e 50372: remove Usenet references from FAQ 2 years ago
Jun-ichi Takimoto fc431b5956 50365: fix indent in FAQ (text version)
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.
2 years ago
Bart Schaefer 61f35bb626 50355: documentation and return status consistency in zsh/system module 2 years ago
Jun-ichi Takimoto 6a6e358baf 50356: work around a yodl bug (mishandling of \'e)
the bug has been fixed at least in yodl-4.04.02
2 years ago
Bart Schaefer 285b6c2538 50363: avoid use of heap memory that depends on parameter scoping 2 years ago
Matthew Martin d4955bc0f9 50359: fix bad sticky-emulation in "functions -c" 2 years ago
Bart Schaefer d24ab95469 50351: "functions -c" can set signal traps 2 years ago
Jun-ichi Takimoto c36068357b 50342: fix test added by 50306 2 years ago
Bart Schaefer 734740a5ed 50341: disallow here-document markers containing newline 2 years ago
Bart Schaefer 52761c9418 50335: simplify "wait" usage, fix signal handling
- 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.
2 years ago
Peter Stephenson b26b6b3fe0 Tweaks to MULTI_FUNC_DEF
Output multiple function definitions using "function" form.

Note exceptions to errors with NO_MULTI_FUNC_DEF
2 years ago
Bart Schaefer a99f96797f 50323: create helper for shadowing builtins or existing functions and use it when redefining compadd et al. 2 years ago
Bart Schaefer 3e3cfabcc7 50325: revert 38150 and fix in calling function cfp_matcher_range() instead 2 years ago
Jun-ichi Takimoto 22b1a91c2a 50306: fix wait for child that was stopped/continued
do not call addbgstatus() when child is stopped/continued
2 years ago
Bart Schaefer 8756cc6add Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide with directory names when completing 2 years ago
Peter Stephenson e4557ef852 50287: Use getcwd by default. 2 years ago
Peter Stephenson 92da264eea 50286: avoid zed error if nounset is in effect 2 years ago
Norbert Lange dd2c882ae1 github #94: Support .zst kernel modules with modutils 2 years ago
Norbert Lange c1f1bbc5b9 github #93: Replace /etc/mtab with /proc/self/mounts for Linux
/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
2 years ago
Bart Schaefer 1e52cd968d 50278: use `man -w` in preference to `manpath`; fix caching and precedence of -M 2 years ago
Arvid Norlander a54d704579 github #91: _find (gnu/freebsd/darwin): Add some flags and syntaxes
* -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).
2 years ago
Bart Schaefer 545c42cdac 50229: Typo 2 years ago
Bart Schaefer 84dde7c7b6 Jan Brieg: 50212 (and discussion): Add "bright" color variants 2 years ago
Axel Beckert 361de369ed 50220: Documentation: Fix typos found by Debian's Lintian tool 2 years ago
dana 74647ade06 unposted: Post-release version bump 2 years ago
dana 73d317384c unposted: Release 5.9 2 years ago
Jun-ichi Takimoto c190883a0a 50192: use set{u,g}id() for dropping privilege on NetBSD 2 years ago
dana eec9882d04 50176 (tweaked): Improve htop completion
* 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)
2 years ago
Bart Schaefer 67d9a47d79 50184: fix inclusion of -S separator in -r options passed to compadd through _describe 2 years ago
Bart Schaefer 44829c19e8 Marlon Richert: 49954: gradle completion improvements
* 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.
2 years ago
Bart Schaefer 251772f8d1 unposted: cross-reference "typeset -f" for "functions -[Tt]" 2 years ago
Bart Schaefer 23dab58b8e Fix problems with tests for 50126 and 50150. 2 years ago
Bart Schaefer 1fd328e84c Merge because I forgot to "git pull" before committing Test changes 2 years ago
dana f72ce8843e unposted: Test release: 5.8.1.3-test 2 years ago