summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2015-11-3037256: _debchange (_dch): Update completion.Daniel Shahaf1-0/+3
2015-11-3037252: vcs_info git: Compute %b correctly with "rebase --onto" of detached ↵Daniel Shahaf1-0/+4
heads. (Follow-up to 36725.)
2015-11-3037254: No functional change: change code layout in preparation for 37253.Daniel Shahaf1-0/+3
2015-11-3037250: No functional change: rename local variables.Daniel Shahaf1-0/+5
2015-11-29unposted: 5.1.1-test-3Peter Stephenson1-0/+4
2015-11-28unposted (after 37243): Explain the breadcrumb by adding a comment.Daniel Shahaf1-0/+5
2015-11-27Fix conflicts in ChangeLogBarton E. Schaefer1-0/+15
2015-11-2737243: too many problems with inserting a line into B02, instead add a ↵Barton E. Schaefer1-0/+9
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 Stephenson1-0/+4
2015-11-2737214: 'prompt walters': Don't export PS1Daniel Shahaf1-0/+3
2015-11-2737163: Remove curl completionDaniel Shahaf1-0/+3
2015-11-2737215: _regex_words: Don't add mismatched parenthesesDaniel Shahaf1-0/+5
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. Schaefer1-0/+5
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. Schaefer1-0/+2
2015-11-2637225: fix test for typeset with zsh/param/privateBarton E. Schaefer1-0/+2
2015-11-2637224: delete obsolete commentBarton E. Schaefer1-0/+4
2015-11-2637100: update for sysctl completionMatthew Martin1-0/+5
2015-11-25unposted: 5.1.1-test-2Peter Stephenson1-0/+4
2015-11-2337208: check for restricted parameter before changing from unset to setBarton E. Schaefer1-0/+5
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. Schaefer1-0/+3
2015-11-2337208: assignment in a nested scope should not change private parameters in ↵Barton E. Schaefer1-0/+4
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. Schaefer1-0/+2
2015-11-2337205: update documentary commentBarton E. Schaefer1-0/+4
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 Stephenson1-0/+5
2015-11-2237201: change quoting to handle group names with spacesMatthew Martin1-0/+5
2015-11-2237192: silence WARN_CREATE_GLOBAL in prompt themesBarton E. Schaefer1-0/+10
2015-11-2237191: fix strftime() expansion issue with %p and %P.Peter Stephenson1-0/+3
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 Stephenson1-1/+3
2015-11-2237187: infinite loop in "hash -m"Peter Stephenson1-0/+2
2015-11-2237186: a couple more WARN_CREATE_GLOBAL fixesPeter Stephenson1-0/+5
2015-11-2137181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵Barton E. Schaefer1-0/+10
ZTST_skip
2015-11-21unposted: Make 5.1.1-test-1 in preparation for 5.2Peter Stephenson1-0/+5
2015-11-20unposted: document order of entries for $history and $historywordsBarton E. Schaefer1-0/+5
2015-11-2037161: Disable the heuristic setting RPROMPT_INDENT to 0Mikael Magnusson1-0/+5
2015-11-2037170: suppress global create warning in functionPeter Stephenson1-0/+3
2015-11-2037168: No WARN_CREATE_GLOBAL on special parametersPeter Stephenson1-0/+2
2015-11-2020974: Bug with scalar assignment to special array in typesetPeter Stephenson1-0/+5
2015-11-2037164: _tmux: Complete external commandsDaniel Shahaf1-0/+3
2015-11-2037149: _git: Complete 'bisect/bad' refDaniel Shahaf1-0/+5
2015-11-1937159: Update to NEWS and READMEPeter Stephenson1-1/+3
2015-11-19unposted: describe separators between values in array assignmentPeter Stephenson1-0/+5
2015-11-1837145: suppress alias expansion in skipcomm()Barton E. Schaefer1-0/+5
Thus defer parsing aliases in $(...) et al. into the subshell
2015-11-1837140: note that <<(...) is < <(...)Peter Stephenson1-0/+4
2015-11-1737129: _git: Complete 'commit -p'Daniel Shahaf1-0/+4
2015-11-1737128: work around alias expansion trashing subscript parsingPeter Stephenson1-0/+3
2015-11-1737127: document indexing of $signalsPeter Stephenson1-0/+5
2015-11-16zed: Add -- to the `functions' builtin callsEric Cook1-2/+4
Reported on IRC: % autoload zed; zed -f -- "-zgen-prezto-load" zed:83: bad option: -g -zgen-prezto-load() { }
2015-11-16_sockstat: minor improvementsEric Cook1-0/+5
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.
2015-11-1537119: further "Rules" clarificationsBarton E. Schaefer1-0/+4