summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: 5.1.1-test-3 zsh-5.1.1-test-3Peter Stephenson2015-11-292-2/+6
|
* unposted (after 37243): Explain the breadcrumb by adding a comment.Daniel Shahaf2015-11-282-0/+6
|
* Fix conflicts in ChangeLogBarton E. Schaefer2015-11-276-6/+36
|\
| * unposted: ZCALCPROMPT created globally in zcalcPeter Stephenson2015-11-272-1/+7
| |
| * 37214: 'prompt walters': Don't export PS1Daniel Shahaf2015-11-272-3/+6
| |
| * 37163: Remove curl completionDaniel Shahaf2015-11-273-1/+11
| |
| * 37215: _regex_words: Don't add mismatched parenthesesDaniel Shahaf2015-11-272-1/+12
| | | | | | | | | | | | | | | | I ran into this in the wild¹, it manifested as the following error message: zregexparse:4: not enough regex arguments ¹ https://bug.tasktools.org/browse/TW-1729
* | 37243: too many problems with inserting a line into B02, instead add a ↵Barton E. Schaefer2015-11-273-5/+14
|/ | | | | | | placeholder and substitute for it. unposted: %cleanup block is not called when %prep sets ZTST_unimplemented, so avoid leaving a mess
* 37229: non-local assignment to a parameter name whose outermost declaration ↵Barton E. Schaefer2015-11-263-16/+81
| | | | | | is private, is an error rather than a silent no-op. Also fix %prep sed expression for Solaris.
* Comment should say export is equivalent to typeset -xgBarton E. Schaefer2015-11-262-1/+3
|
* 37225: fix test for typeset with zsh/param/privateBarton E. Schaefer2015-11-262-1/+12
|
* 37224: delete obsolete commentBarton E. Schaefer2015-11-262-1/+5
|
* 37100: update for sysctl completionMatthew Martin2015-11-262-7/+12
|
* unposted: 5.1.1-test-2 zsh-5.1.1-test-2 5.1.1-test-2Peter Stephenson2015-11-252-2/+6
|
* 37208: check for restricted parameter before changing from unset to setBarton E. Schaefer2015-11-232-8/+27
| | | | | Also, return NULL from setnparam() on failure to retrieve value (avoids null-pointer dereference); add some expository comments
* 37208: re-run the "typeset" tests with the private module loadedBarton E. Schaefer2015-11-232-1/+9
|
* 37208: assignment in a nested scope should not change private parameters in ↵Barton E. Schaefer2015-11-232-14/+34
| | | | | | the outer scope from unset to set Bug remains that the attempt does not generate a warning
* 37206: fix ${(t)param} for "typeset -H param"Barton E. Schaefer2015-11-232-1/+3
|
* 37205: update documentary commentBarton E. Schaefer2015-11-232-7/+11
|
* unposted: 20974 -> users/20974 because pedanticBarton E. Schaefer2015-11-231-1/+1
|
* 37203: WARN_CREATE_GLOBAL test in wrong place for associative arrayPeter Stephenson2015-11-232-2/+9
|
* 37201: change quoting to handle group names with spacesMatthew Martin2015-11-222-2/+7
|
* 37192: silence WARN_CREATE_GLOBAL in prompt themesBarton E. Schaefer2015-11-228-7/+22
|
* 37191: fix strftime() expansion issue with %p and %P.Peter Stephenson2015-11-222-4/+14
| | | | | In some locales the output from this can validly be empty, so we need to treat them specially.
* 37188: New hash builtin testPeter Stephenson2015-11-222-1/+74
|
* 37187: infinite loop in "hash -m"Peter Stephenson2015-11-222-0/+3
|
* 37186: a couple more WARN_CREATE_GLOBAL fixesPeter Stephenson2015-11-223-1/+8
|
* 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵Barton E. Schaefer2015-11-2116-39/+50
| | | | ZTST_skip
* unposted: Make 5.1.1-test-1 in preparation for 5.2 zsh-5.1.1-test-1Peter Stephenson2015-11-214-10/+12
|
* unposted: document order of entries for $history and $historywordsBarton E. Schaefer2015-11-202-1/+10
|
* 37161: Disable the heuristic setting RPROMPT_INDENT to 0Mikael Magnusson2015-11-202-2/+9
|
* 37170: suppress global create warning in functionPeter Stephenson2015-11-202-5/+8
|
* 37168: No WARN_CREATE_GLOBAL on special parametersPeter Stephenson2015-11-202-1/+3
|
* 20974: Bug with scalar assignment to special array in typesetPeter Stephenson2015-11-203-4/+44
|
* 37164: _tmux: Complete external commandsDaniel Shahaf2015-11-202-6/+9
|
* 37149: _git: Complete 'bisect/bad' refDaniel Shahaf2015-11-202-0/+6
|
* 37159: Update to NEWS and READMEPeter Stephenson2015-11-193-3/+43
|
* unposted: describe separators between values in array assignmentPeter Stephenson2015-11-192-0/+10
|
* 37145: suppress alias expansion in skipcomm()Barton E. Schaefer2015-11-182-0/+8
| | | | Thus defer parsing aliases in $(...) et al. into the subshell
* 37140: note that <<(...) is < <(...)Peter Stephenson2015-11-182-0/+10
|
* 37129: _git: Complete 'commit -p'Daniel Shahaf2015-11-172-1/+5
|
* 37128: work around alias expansion trashing subscript parsingPeter Stephenson2015-11-173-6/+42
|
* 37127: document indexing of $signalsPeter Stephenson2015-11-172-1/+12
|
* zed: Add -- to the `functions' builtin callsEric Cook2015-11-162-4/+6
| | | | | | | | | Reported on IRC: % autoload zed; zed -f -- "-zgen-prezto-load" zed:83: bad option: -g -zgen-prezto-load() { }
* _sockstat: minor improvementsEric Cook2015-11-162-5/+21
| | | | | | | allow -p, -P and -f's argument to be completed in the same word. Complete -P's argument using /etc/protocols again, while allowing a comma delimited list of protocols.
* 37119: further "Rules" clarificationsBarton E. Schaefer2015-11-152-33/+43
|
* 37115: update for changes in ${(P)...} evaluation.Barton E. Schaefer2015-11-143-6/+28
|
* unposted: Make $EDITOR's jump-to-matching-brace happy.Daniel Shahaf2015-11-132-0/+5
|
* 37031: _git-merge: Exclude ancestors of HEAD from recent commit completionDaniel Shahaf2015-11-132-1/+5
| | | | As done for _git-cherry-pick in a428c6b62cb2 (36328 + 36340).
* 37025: vcs_info git: Add a cherry-pick patch-formatDaniel Shahaf2015-11-132-0/+27
|