Commit Graph

11029 Commits (3003463c802dd31355d9bf7ed81efcfcfa832a83)
 

Author SHA1 Message Date
dana 3003463c80 unposted: Test release: 5.7.1-test-2 4 years ago
dana 1a8c69e26f 45101: Adjust white space 4 years ago
dana 90668d8f56 45101: Document new dev/test versioning scheme, clarify other release steps
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.
4 years ago
Daniel Shahaf 26ec82730d unposted: Group related tests. No functional change. 4 years ago
Daniel Shahaf 04f41c6b6e unposted: Etc/BUGS: Add two bugs discussed on -workers@ this week 4 years ago
dana 6fd4023825 45055: Clarify _files documentation 4 years ago
Peter Stephenson fd068221b7 45083: Add signal protection to execarith().
Otherwise we could get re-entrancy in memory functions when
setting variables.
4 years ago
Daniel Shahaf a90e93f454 45076: internal: Simplify handling of try_tryflag. No functional change.
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.
4 years ago
Daniel Shahaf ae7e291873 45066: internal: Document forklevel, locallevel, and exit_pending. 4 years ago
Daniel Shahaf a370f24137 45065: Make 'make -s' print nothing when it does nothing. 4 years ago
Daniel Shahaf 3c4b3c8798 45064: Fix the mktemp() warning, in debug builds only.
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.
4 years ago
Daniel Shahaf 48ebe82b48 45073: regex-replace docs: Simplify grammar (avoid a double negative, state defaults first). 4 years ago
Daniel Shahaf 8bc4400762 45058: internal: Add symbolic names to possible values of zexit()'s "from_where" parameter. No functional change. 4 years ago
Daniel Shahaf 2cb15a23f8 Add ChangeLog entry for last commit. 4 years ago
Daniel Shahaf 06c2a625b3 unposted: Update comment to reflect variable rename in 41012 (= zsh-5.3.1-182-gd7110d8f0). 4 years ago
Daniel Shahaf 9fd4d3e225 unposted: Fix ChangeLog typo 4 years ago
Peter Stephenson c53ffc9643 Missed out ChangeLog from previous commit. 4 years ago
Baptiste BEAUPLAT 058cc10054 44698, 45000: Baptiste BEAUPLAT: Completion for sbuild 4 years ago
Aurélien Olivier 2fd17cae1c github #36: Add completion file for GNU Stow 4 years ago
Oliver Kiddle 0655e17644 45035: be explicit about the need for a # in colours specified as hex triplets 4 years ago
Peter Stephenson 1baf0d1f55 45025: fix re-entrancy problem with memory management in readoutput().
This could cause a signal received during $(...) to corrupt memory.
4 years ago
dana b540d74b2b unposted: Update change log for 5.7.1-test-1
(This change-log update was made after the actual release)
4 years ago
dana 5ed3dde0d2 unposted: Test release: 5.7.1-test-1 4 years ago
Peter Stephenson cb4dc95643 45009: POSIX_CD needs to suppress some forms of option.
Otherwise forms of argument allowed by POSIX are interpreted as
options instead.
5 years ago
Peter Stephenson 273d669a56 45001: Fix zero-length matches with ${...%...}
As the shortest match is preferred, zero-length matches beat any other.
5 years ago
Martijn Dekker c578f0a08b 45004: Fix typos in comments 5 years ago
Martijn Dekker d81238ee95 45003: Fix more documentation typos 5 years ago
Peter Stephenson ae58388619 44997: GLOB_COMPLETE fix for compctl file completion.
Dashes could cause problems in directory prefixes.
5 years ago
Oliver Kiddle 06e27e940a 44976: fixup describe-key-briefly for visual mode 5 years ago
Sebastian Gniazdowski 6c0ebbe1d9 44970: _brace_parameter: Update the description of S flag 5 years ago
Martijn Dekker bcde790c88 44981: Fix some typos in the documentation. 5 years ago
Daniel Shahaf 06dddd0b98 Revert "44904: _subversion: Complete multiple comma-separated arguments to --show-item=<TAB>."
This reverts commit b06117ad21.

Reverted upstream in r1870750.
5 years ago
Daniel Shahaf 61262ae282 44960: vcs_info cvs: Fix infinite loop when /CVS exists. 5 years ago
Daniel Shahaf 9e771a0b20 44961: vcs_info svn: Fix infinite loop when /.svn exists. 5 years ago
Daniel Shahaf ce950dd4b4 44962: vcs_info: Document internal function and variable 5 years ago
Daniel Shahaf 5b4a6dc7e0 44964: zshmisc(1): Document APPEND_CREATE under the append redirection operators, >> and >>!. 5 years ago
dana 3aa53d1248 44969: completion-style-guide: Mention defaults and superfluous descriptions 5 years ago
dana 0c59705e9e unposted (cf. 44967): _alsa-utils: Fix minor syntax error in arg spec 5 years ago
Daniel Shahaf 27a64a16fb unposted: vcs_info: Add an example of using $functions to find hooks by name. 5 years ago
Oliver Kiddle a833fe4a18 unposted: another place to complete selinux contexts that was missed in 44781 5 years ago
Oliver Kiddle 6a3e418fb6 44968: cleanup and update objdump and readelf completions 5 years ago
Sebastian Gniazdowski 055113d775 44967: Completion for aplay from alsa-utils 5 years ago
Daniel Shahaf 2acbae3bad unposted: zstyle: Add a unit test and some comments. 5 years ago
Daniel Shahaf 4bb8c937d8 unposted: _sqlite: Fix syntax error 5 years ago
Daniel Shahaf 98f8a8a980 44958: vcs_info quilt: Avoid forks 5 years ago
Daniel Shahaf cc3983ee58 44945: vcs_info git: Optimize detection by running fewer external commands. 5 years ago
Daniel Shahaf dae3e135d8 44948: _subversion: Make _svn_controlled offer everything rather than nothing. 5 years ago
Daniel Shahaf a4f5c345c8 44947: _subversion: Complete the 'auth', 'changelist', 'patch', 'resolve', and 'x-unshelve' subcommands. 5 years ago
Daniel Shahaf a6b6b650fb 44946: _subversion: Make _svn_conflicts not offer all files in the directory. 5 years ago
Wayne Davison 95882efbf7 44912: more quoting fixes in _expand
Don't set done_quote=1 if the glob result is empty.
5 years ago