summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: Test release: 5.7.1-test-2 zsh-5.7.1-test-2dana2019-12-212-2/+4
|
* 45101: Adjust white spacedana2019-12-212-4/+10
|
* 45101: Document new dev/test versioning scheme, clarify other release stepsdana2019-12-212-9/+36
| | | | | | | Also clarified the purpose of dev/test releases as suggested in workers/45104. Note that the old versioning scheme remains in effect until after 5.8 final has been released.
* unposted: Group related tests. No functional change.Daniel Shahaf2019-12-212-8/+11
|
* unposted: Etc/BUGS: Add two bugs discussed on -workers@ this weekDaniel Shahaf2019-12-212-0/+21
|
* 45055: Clarify _files documentationdana2019-12-202-3/+10
|
* 45083: Add signal protection to execarith().Peter Stephenson2019-12-182-0/+8
| | | | | Otherwise we could get re-entrancy in memory functions when setting variables.
* 45076: internal: Simplify handling of try_tryflag. No functional change.Daniel Shahaf2019-12-182-6/+6
| | | | | try_tryflag isn't assigned anywhere, other than at initialization and by these lines, so we don't need to save and restore the value.
* 45066: internal: Document forklevel, locallevel, and exit_pending.Daniel Shahaf2019-12-184-2/+17
|
* 45065: Make 'make -s' print nothing when it does nothing.Daniel Shahaf2019-12-182-1/+3
|
* 45064: Fix the mktemp() warning, in debug builds only.Daniel Shahaf2019-12-182-0/+28
| | | | | | | | | | | | On Linux, linking to mktemp() generates the following warning: . utils.o: In function `gettempname': ./Src/utils.c:2229: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' The warning cannot be disabled. Work around that by using mkstemp() instead, and massage its output so it behaves like mktemp(). See the new comment for further details.
* 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.