summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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)...}...}
2015-11-1137094: Further tweaks to parameter name references.Peter Stephenson2-3/+52
Safety in array test. Make nested references work. Add parameter tests.
2015-11-1137092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson9-69/+138
2015-11-11missed log entryPeter Stephenson1-0/+5
2015-11-1137091: clear lastline and lastlinesz when freeingPeter Stephenson1-0/+2
2015-11-1037084: add implementation check to zsh/parm/private testPeter Stephenson2-0/+8
2015-11-09Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2-5/+10
Conflicts: ChangeLog
2015-11-09Jun T. proofreadingBarton E. Schaefer2-2/+6
2015-11-0937085: fix doc: DEBUG_BEFORE_CMD is set by defaultJun-ichi Takimoto2-5/+10
2015-11-0837081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer6-2/+955
2015-11-0837080: use paramtab abstraction more consistently, add explanatory commentsBarton E. Schaefer3-6/+14
2015-11-0837079: better description of "optstr" field in struct builtin as used in ↵Barton E. Schaefer2-1/+8
BUILTIN() macro
2015-11-0737074: extend previous fix to over whitespace at endPeter Stephenson3-46/+73
2015-11-0637073: another SH_WORD_SPLIT problem.Peter Stephenson3-6/+94
In cases like x${:- y} the space was simply removed instead of being used for splitting.
2015-11-0437062: tentative mechanism for git commit descriptions.Peter Stephenson2-9/+39
Mechanism for forcing completion system into verbose mode is subject to change.
2015-11-0235303: remove Completion/Unix/Command/_systemdDaniel Hahler2-470/+5
systemd's upstream version seems to be maintained well, and e.g. on Arch Linux the version from Zsh gets removed in favour of it.
2015-11-0137038: add -l option to emulate to list options in emulationsPeter Stephenson4-9/+69
2015-10-3137029: update options and new tr completionOliver Kiddle5-14/+82
2015-10-3137028: new scl completionOliver Kiddle2-0/+40