summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-26Update preliminary changelog entry for upstream pre-release-snapshotAxel Beckert1-3/+3
Gbp-Dch: Ignore
2015-11-26Merge branch 'upstream' into debianAxel Beckert4-9/+29
This is necessary to include the most recent fix for the testsuite. Otherwise the package FTBFS.
2015-11-26Update preliminary changelog entry for upstream …-test-2 beta releaseAxel Beckert1-3/+5
Gbp-Dch: Ignore
2015-11-26Merge tag '5.1.1-test-2' into debianAxel Beckert34-89/+277
Second test version prior to 5.2 release.
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-25Remove debian/copyright stanza for systemd completion, no more included upstreamAxel Beckert1-8/+0
2015-11-25Preliminary changelog entry for new upstream beta releaseAxel Beckert1-0/+9
Gbp-Dch: Ignore
2015-11-25Merge tag 'zsh-5.1.1-test-1' into debianAxel Beckert128-1652/+5158
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
2015-11-1837145: suppress alias expansion in skipcomm()Barton E. Schaefer2-0/+8
Thus defer parsing aliases in $(...) et al. into the subshell
2015-11-1837140: note that <<(...) is < <(...)Peter Stephenson2-0/+10
2015-11-1737129: _git: Complete 'commit -p'Daniel Shahaf2-1/+5
2015-11-1737128: work around alias expansion trashing subscript parsingPeter Stephenson3-6/+42
2015-11-1737127: document indexing of $signalsPeter Stephenson2-1/+12
2015-11-16zed: Add -- to the `functions' builtin callsEric Cook2-4/+6
Reported on IRC: % autoload zed; zed -f -- "-zgen-prezto-load" zed:83: bad option: -g -zgen-prezto-load() { }
2015-11-16_sockstat: minor improvementsEric Cook2-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.
2015-11-1537119: further "Rules" clarificationsBarton E. Schaefer2-33/+43
2015-11-1437115: update for changes in ${(P)...} evaluation.Barton E. Schaefer3-6/+28
2015-11-13unposted: Make $EDITOR's jump-to-matching-brace happy.Daniel Shahaf2-0/+5
2015-11-1337031: _git-merge: Exclude ancestors of HEAD from recent commit completionDaniel Shahaf2-1/+5
As done for _git-cherry-pick in a428c6b62cb2 (36328 + 36340).
2015-11-1337025: vcs_info git: Add a cherry-pick patch-formatDaniel Shahaf2-0/+27
2015-11-13unposted: a few cosmetic format fixes in docsJun-ichi Takimoto8-20/+15
2015-11-1337090: correctly handle blank lines in yodl macro example()Jun-ichi Takimoto3-0/+9
2015-11-1237096: Another $${(P)...} tweak.Peter Stephenson3-3/+26
Make a top level (P) work with nested ones, i.e. ${(P)${(P)...}...}