Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-26 | Update preliminary changelog entry for upstream pre-release-snapshot | Axel Beckert | 1 | -3/+3 | |
Gbp-Dch: Ignore | |||||
2015-11-26 | Merge branch 'upstream' into debian | Axel Beckert | 4 | -9/+29 | |
This is necessary to include the most recent fix for the testsuite. Otherwise the package FTBFS. | |||||
2015-11-26 | Update preliminary changelog entry for upstream …-test-2 beta release | Axel Beckert | 1 | -3/+5 | |
Gbp-Dch: Ignore | |||||
2015-11-26 | Merge tag '5.1.1-test-2' into debian | Axel Beckert | 34 | -89/+277 | |
Second test version prior to 5.2 release. | |||||
2015-11-26 | 37225: fix test for typeset with zsh/param/private | Barton E. Schaefer | 2 | -1/+12 | |
2015-11-26 | 37224: delete obsolete comment | Barton E. Schaefer | 2 | -1/+5 | |
2015-11-26 | 37100: update for sysctl completion | Matthew Martin | 2 | -7/+12 | |
2015-11-25 | unposted: 5.1.1-test-2 | Peter Stephenson | 2 | -2/+6 | |
2015-11-25 | Remove debian/copyright stanza for systemd completion, no more included upstream | Axel Beckert | 1 | -8/+0 | |
2015-11-25 | Preliminary changelog entry for new upstream beta release | Axel Beckert | 1 | -0/+9 | |
Gbp-Dch: Ignore | |||||
2015-11-25 | Merge tag 'zsh-5.1.1-test-1' into debian | Axel Beckert | 128 | -1652/+5158 | |
2015-11-23 | 37208: check for restricted parameter before changing from unset to set | Barton E. Schaefer | 2 | -8/+27 | |
Also, return NULL from setnparam() on failure to retrieve value (avoids null-pointer dereference); add some expository comments | |||||
2015-11-23 | 37208: re-run the "typeset" tests with the private module loaded | Barton E. Schaefer | 2 | -1/+9 | |
2015-11-23 | 37208: assignment in a nested scope should not change private parameters in ↵ | Barton E. Schaefer | 2 | -14/+34 | |
the outer scope from unset to set Bug remains that the attempt does not generate a warning | |||||
2015-11-23 | 37206: fix ${(t)param} for "typeset -H param" | Barton E. Schaefer | 2 | -1/+3 | |
2015-11-23 | 37205: update documentary comment | Barton E. Schaefer | 2 | -7/+11 | |
2015-11-23 | unposted: 20974 -> users/20974 because pedantic | Barton E. Schaefer | 1 | -1/+1 | |
2015-11-23 | 37203: WARN_CREATE_GLOBAL test in wrong place for associative array | Peter Stephenson | 2 | -2/+9 | |
2015-11-22 | 37201: change quoting to handle group names with spaces | Matthew Martin | 2 | -2/+7 | |
2015-11-22 | 37192: silence WARN_CREATE_GLOBAL in prompt themes | Barton E. Schaefer | 8 | -7/+22 | |
2015-11-22 | 37191: fix strftime() expansion issue with %p and %P. | Peter Stephenson | 2 | -4/+14 | |
In some locales the output from this can validly be empty, so we need to treat them specially. | |||||
2015-11-22 | 37188: New hash builtin test | Peter Stephenson | 2 | -1/+74 | |
2015-11-22 | 37187: infinite loop in "hash -m" | Peter Stephenson | 2 | -0/+3 | |
2015-11-22 | 37186: a couple more WARN_CREATE_GLOBAL fixes | Peter Stephenson | 3 | -1/+8 | |
2015-11-21 | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 16 | -39/+50 | |
ZTST_skip | |||||
2015-11-21 | unposted: Make 5.1.1-test-1 in preparation for 5.2 | Peter Stephenson | 4 | -10/+12 | |
2015-11-20 | unposted: document order of entries for $history and $historywords | Barton E. Schaefer | 2 | -1/+10 | |
2015-11-20 | 37161: Disable the heuristic setting RPROMPT_INDENT to 0 | Mikael Magnusson | 2 | -2/+9 | |
2015-11-20 | 37170: suppress global create warning in function | Peter Stephenson | 2 | -5/+8 | |
2015-11-20 | 37168: No WARN_CREATE_GLOBAL on special parameters | Peter Stephenson | 2 | -1/+3 | |
2015-11-20 | 20974: Bug with scalar assignment to special array in typeset | Peter Stephenson | 3 | -4/+44 | |
2015-11-20 | 37164: _tmux: Complete external commands | Daniel Shahaf | 2 | -6/+9 | |
2015-11-20 | 37149: _git: Complete 'bisect/bad' ref | Daniel Shahaf | 2 | -0/+6 | |
2015-11-19 | 37159: Update to NEWS and README | Peter Stephenson | 3 | -3/+43 | |
2015-11-19 | unposted: describe separators between values in array assignment | Peter Stephenson | 2 | -0/+10 | |
2015-11-18 | 37145: suppress alias expansion in skipcomm() | Barton E. Schaefer | 2 | -0/+8 | |
Thus defer parsing aliases in $(...) et al. into the subshell | |||||
2015-11-18 | 37140: note that <<(...) is < <(...) | Peter Stephenson | 2 | -0/+10 | |
2015-11-17 | 37129: _git: Complete 'commit -p' | Daniel Shahaf | 2 | -1/+5 | |
2015-11-17 | 37128: work around alias expansion trashing subscript parsing | Peter Stephenson | 3 | -6/+42 | |
2015-11-17 | 37127: document indexing of $signals | Peter Stephenson | 2 | -1/+12 | |
2015-11-16 | zed: Add -- to the `functions' builtin calls | Eric Cook | 2 | -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 improvements | Eric Cook | 2 | -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-15 | 37119: further "Rules" clarifications | Barton E. Schaefer | 2 | -33/+43 | |
2015-11-14 | 37115: update for changes in ${(P)...} evaluation. | Barton E. Schaefer | 3 | -6/+28 | |
2015-11-13 | unposted: Make $EDITOR's jump-to-matching-brace happy. | Daniel Shahaf | 2 | -0/+5 | |
2015-11-13 | 37031: _git-merge: Exclude ancestors of HEAD from recent commit completion | Daniel Shahaf | 2 | -1/+5 | |
As done for _git-cherry-pick in a428c6b62cb2 (36328 + 36340). | |||||
2015-11-13 | 37025: vcs_info git: Add a cherry-pick patch-format | Daniel Shahaf | 2 | -0/+27 | |
2015-11-13 | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 8 | -20/+15 | |
2015-11-13 | 37090: correctly handle blank lines in yodl macro example() | Jun-ichi Takimoto | 3 | -0/+9 | |
2015-11-12 | 37096: Another $${(P)...} tweak. | Peter Stephenson | 3 | -3/+26 | |
Make a top level (P) work with nested ones, i.e. ${(P)${(P)...}...} |