summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 45073: regex-replace docs: Simplify grammar (avoid a double negative, state ↵Daniel Shahaf2019-12-182-3/+9
| | | | defaults first).
* 45058: internal: Add symbolic names to possible values of zexit()'s ↵Daniel Shahaf2019-12-179-25/+40
| | | | "from_where" parameter. No functional change.
* Add ChangeLog entry for last commit.Daniel Shahaf2019-12-171-0/+5
|
* unposted: Update comment to reflect variable rename in 41012 (= ↵Daniel Shahaf2019-12-171-1/+1
| | | | zsh-5.3.1-182-gd7110d8f0).
* unposted: Fix ChangeLog typoDaniel Shahaf2019-12-171-1/+1
|
* Missed out ChangeLog from previous commit.Peter Stephenson2019-12-161-0/+5
|
* 44698, 45000: Baptiste BEAUPLAT: Completion for sbuildBaptiste BEAUPLAT2019-12-162-0/+143
|
* github #36: Add completion file for GNU StowAurélien Olivier2019-12-162-0/+89
|
* 45035: be explicit about the need for a # in colours specified as hex tripletsOliver Kiddle2019-12-162-4/+9
|
* 45025: fix re-entrancy problem with memory management in readoutput().Peter Stephenson2019-12-152-25/+42
| | | | This could cause a signal received during $(...) to corrupt memory.
* unposted: Update change log for 5.7.1-test-1dana2019-12-141-0/+5
| | | | (This change-log update was made after the actual release)
* unposted: Test release: 5.7.1-test-1 zsh-5.7.1-test-1dana2019-12-143-6/+9
|
* 45009: POSIX_CD needs to suppress some forms of option.Peter Stephenson2019-12-123-2/+5
| | | | | Otherwise forms of argument allowed by POSIX are interpreted as options instead.
* 45001: Fix zero-length matches with ${...%...}Peter Stephenson2019-12-123-0/+35
| | | | As the shortest match is preferred, zero-length matches beat any other.
* 45004: Fix typos in commentsMartijn Dekker2019-12-1129-56/+65
|
* 45003: Fix more documentation typosMartijn Dekker2019-12-117-12/+19
|
* 44997: GLOB_COMPLETE fix for compctl file completion.Peter Stephenson2019-12-102-1/+26
| | | | Dashes could cause problems in directory prefixes.
* 44976: fixup describe-key-briefly for visual modeOliver Kiddle2019-12-042-0/+6
|
* 44970: _brace_parameter: Update the description of S flagSebastian Gniazdowski2019-12-042-1/+6
|
* 44981: Fix some typos in the documentation.Martijn Dekker2019-12-048-8/+15
|
* Revert "44904: _subversion: Complete multiple comma-separated arguments to ↵Daniel Shahaf2019-12-032-12/+2
| | | | | | | | --show-item=<TAB>." This reverts commit b06117ad21ce8be928e64700f34f7610d45c738a. Reverted upstream in r1870750.
* 44960: vcs_info cvs: Fix infinite loop when /CVS exists.Daniel Shahaf2019-12-032-3/+12
|
* 44961: vcs_info svn: Fix infinite loop when /.svn exists.Daniel Shahaf2019-12-032-5/+10
|
* 44962: vcs_info: Document internal function and variableDaniel Shahaf2019-12-033-0/+22
|
* 44964: zshmisc(1): Document APPEND_CREATE under the append redirection ↵Daniel Shahaf2019-12-032-4/+9
| | | | operators, >> and >>!.
* 44969: completion-style-guide: Mention defaults and superfluous descriptionsdana2019-12-022-1/+27
|
* unposted (cf. 44967): _alsa-utils: Fix minor syntax error in arg specdana2019-12-022-1/+6
|
* unposted: vcs_info: Add an example of using $functions to find hooks by name.Daniel Shahaf2019-12-022-0/+15
|
* unposted: another place to complete selinux contexts that was missed in 44781Oliver Kiddle2019-12-012-1/+4
|
* 44968: cleanup and update objdump and readelf completionsOliver Kiddle2019-12-013-99/+129
|
* 44967: Completion for aplay from alsa-utilsSebastian Gniazdowski2019-12-012-0/+59
|
* unposted: zstyle: Add a unit test and some comments.Daniel Shahaf2019-12-013-3/+29
|
* unposted: _sqlite: Fix syntax errorDaniel Shahaf2019-12-012-1/+5
|
* 44958: vcs_info quilt: Avoid forksDaniel Shahaf2019-11-293-5/+12
|
* 44945: vcs_info git: Optimize detection by running fewer external commands.Daniel Shahaf2019-11-292-2/+7
|
* 44948: _subversion: Make _svn_controlled offer everything rather than nothing.Daniel Shahaf2019-11-292-2/+20
|
* 44947: _subversion: Complete the 'auth', 'changelist', 'patch', 'resolve', ↵Daniel Shahaf2019-11-292-4/+26
| | | | and 'x-unshelve' subcommands.
* 44946: _subversion: Make _svn_conflicts not offer all files in the directory.Daniel Shahaf2019-11-292-1/+6
|
* 44912: more quoting fixes in _expandWayne Davison2019-11-262-1/+6
| | | | Don't set done_quote=1 if the glob result is empty.
* 44923: update options for git 2.24Oliver Kiddle2019-11-242-149/+159
|
* 44896: use opt_args to find base directory and use it for $(CURDIR)Oliver Kiddle2019-11-242-33/+13
|
* users/24451: zgetcwd: Add a guard against returning an empty string.Daniel Shahaf2019-11-192-1/+4
|
* unposted: Add smoke test for :P history modifier.Daniel Shahaf2019-11-192-0/+12
|
* users/24445: Add :P modifier to history code.Peter Stephenson2019-11-182-0/+15
| | | | | This was in the glob qualifier and variable code but got missed out of the separate history modifier function.
* unposted (salsa.debian.org MR!1): _ip: Complete the -brief optionskirit2019-11-112-0/+6
|
* 44904: _subversion: Complete multiple comma-separated arguments to ↵Daniel Shahaf2019-11-092-2/+12
| | | | | | --show-item=<TAB>. Upstream revision: r1869578 (for 1.14.0)
* unposted: _values: Use the formal parameter's name in the docstring.Daniel Shahaf2019-11-082-1/+6
|
* 44897: _subversion: Complete --show-item=changelistDaniel Shahaf2019-11-072-0/+6
|
* 44895: complete options for state change notifications and other improvementsOliver Kiddle2019-11-062-101/+132
|
* 44882: add completion of -save-stats flagEitan Adler2019-11-062-0/+4
|