summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-04unposted: fix init_io() calls in previous changePeter Stephenson5-3/+8
2015-12-0437294: Add ZSH_EXECUTION_STRING.Peter Stephenson3-13/+25
This shows the argument to shell option -c.
2015-12-0337253: Constify two local variables.Daniel Shahaf2-4/+8
2015-12-03unposted: Remove uneeded executability bits.Daniel Shahaf6-0/+6
2015-12-0337296: Avoid needless calloc().Daniel Shahaf2-11/+15
2015-12-0337295: kill-word-match: Join killsDaniel Shahaf3-0/+9
2015-12-03unposted: Update internal version to 5.2-dev-0.Peter Stephenson2-2/+9
Also add entry for 5.2 release in ChangeLog.
2015-12-02unposted: zsh 5.2Peter Stephenson1-2/+2
2015-11-3037256: _debchange (_dch): Update completion.Daniel Shahaf2-6/+77
2015-11-3037252: vcs_info git: Compute %b correctly with "rebase --onto" of detached ↵Daniel Shahaf2-1/+6
heads. (Follow-up to 36725.)
2015-11-3037254: No functional change: change code layout in preparation for 37253.Daniel Shahaf2-6/+9
2015-11-3037250: No functional change: rename local variables.Daniel Shahaf2-10/+18
2015-11-29unposted: 5.1.1-test-3Peter Stephenson2-2/+6
2015-11-28unposted (after 37243): Explain the breadcrumb by adding a comment.Daniel Shahaf2-0/+6
2015-11-27Fix conflicts in ChangeLogBarton E. Schaefer6-6/+36
2015-11-2737243: too many problems with inserting a line into B02, instead add a ↵Barton E. Schaefer3-5/+14
placeholder and substitute for it. unposted: %cleanup block is not called when %prep sets ZTST_unimplemented, so avoid leaving a mess
2015-11-27unposted: ZCALCPROMPT created globally in zcalcPeter Stephenson2-1/+7
2015-11-2737214: 'prompt walters': Don't export PS1Daniel Shahaf2-3/+6
2015-11-2737163: Remove curl completionDaniel Shahaf3-1/+11
2015-11-2737215: _regex_words: Don't add mismatched parenthesesDaniel Shahaf2-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
2015-11-2637229: non-local assignment to a parameter name whose outermost declaration ↵Barton E. Schaefer3-16/+81
is private, is an error rather than a silent no-op. Also fix %prep sed expression for Solaris.
2015-11-26Comment should say export is equivalent to typeset -xgBarton E. Schaefer2-1/+3
2015-11-2637225: fix test for typeset with zsh/param/privateBarton E. Schaefer2-1/+12
2015-11-2637224: delete obsolete commentBarton E. Schaefer2-1/+5
2015-11-2637100: update for sysctl completionMatthew Martin2-7/+12
2015-11-25unposted: 5.1.1-test-2Peter Stephenson2-2/+6
2015-11-2337208: check for restricted parameter before changing from unset to setBarton E. Schaefer2-8/+27
Also, return NULL from setnparam() on failure to retrieve value (avoids null-pointer dereference); add some expository comments
2015-11-2337208: re-run the "typeset" tests with the private module loadedBarton E. Schaefer2-1/+9
2015-11-2337208: assignment in a nested scope should not change private parameters in ↵Barton E. Schaefer2-14/+34
the outer scope from unset to set Bug remains that the attempt does not generate a warning
2015-11-2337206: fix ${(t)param} for "typeset -H param"Barton E. Schaefer2-1/+3
2015-11-2337205: update documentary commentBarton E. Schaefer2-7/+11
2015-11-23unposted: 20974 -> users/20974 because pedanticBarton E. Schaefer1-1/+1
2015-11-2337203: WARN_CREATE_GLOBAL test in wrong place for associative arrayPeter Stephenson2-2/+9
2015-11-2237201: change quoting to handle group names with spacesMatthew Martin2-2/+7
2015-11-2237192: silence WARN_CREATE_GLOBAL in prompt themesBarton E. Schaefer8-7/+22
2015-11-2237191: fix strftime() expansion issue with %p and %P.Peter Stephenson2-4/+14
In some locales the output from this can validly be empty, so we need to treat them specially.
2015-11-2237188: New hash builtin testPeter Stephenson2-1/+74
2015-11-2237187: infinite loop in "hash -m"Peter Stephenson2-0/+3
2015-11-2237186: a couple more WARN_CREATE_GLOBAL fixesPeter Stephenson3-1/+8
2015-11-2137181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵Barton E. Schaefer16-39/+50
ZTST_skip
2015-11-21unposted: Make 5.1.1-test-1 in preparation for 5.2Peter Stephenson4-10/+12
2015-11-20unposted: document order of entries for $history and $historywordsBarton E. Schaefer2-1/+10
2015-11-2037161: Disable the heuristic setting RPROMPT_INDENT to 0Mikael Magnusson2-2/+9
2015-11-2037170: suppress global create warning in functionPeter Stephenson2-5/+8
2015-11-2037168: No WARN_CREATE_GLOBAL on special parametersPeter Stephenson2-1/+3
2015-11-2020974: Bug with scalar assignment to special array in typesetPeter Stephenson3-4/+44
2015-11-2037164: _tmux: Complete external commandsDaniel Shahaf2-6/+9
2015-11-2037149: _git: Complete 'bisect/bad' refDaniel Shahaf2-0/+6
2015-11-1937159: Update to NEWS and READMEPeter Stephenson3-3/+43
2015-11-19unposted: describe separators between values in array assignmentPeter Stephenson2-0/+10