summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2015-10-3136993: zed: fix argument parsingEric Cook2-21/+14
2015-10-31unposted (cf. 36998,36999): undo 36956 / restore 34451 with expanded comment ↵Barton E. Schaefer3-6/+10
about the flip-flopping
2015-10-3137032: Temporarily revert 36959.Daniel Shahaf2-1/+8
2015-10-3037027: allow subword context to discriminate between wordsPeter Stephenson3-5/+14
2015-10-30unposted: Typo in ChangeLogDaniel Shahaf1-1/+1
2015-10-30unposted (after 37018): Fix typo in error message.Daniel Shahaf3-2/+7
2015-10-3037022: add GLOB_STAR_SHORT option to abbreviate ** and ***Peter Stephenson6-18/+60
2015-10-2937018: Make WARNCREATEGLOBAL more consistent.Peter Stephenson4-42/+45
Wd don't need separate math handling any more, and can make it output the function name in all cases.
2015-10-29missed ChangeLog entryPeter Stephenson1-0/+2
2015-10-29unposted: ignore .orig filesPeter Stephenson1-0/+1
2015-10-2937014: Improved internal parameter setting.Peter Stephenson9-29/+94
Enhance WARNCREATEGLOBAL to work in many more cases. Don't create REPLY as an integer if it didn't previously exist as one, even if the value to be set is integral, as this is likely to mess up later uses of REPLY.
2015-10-2936983 + 36990: new completions for head and tailJun-ichi Takimoto3-0/+115
2015-10-2736994: declare local REPLY for use with "zle .read-command"; use ↵Barton E. Schaefer2-3/+9
.self-insert instead of .self-insert-unmeta
2015-10-27unposted: fix typo quite -> queueBarton E. Schaefer1-1/+1
2015-10-2736982: Fix bug with (#cN) patterns and remove redundant description.Peter Stephenson5-10/+22
We need to restore the current count of matches when returning to match at the point where we previously matched.
2015-10-2736977: note about difficulties of pattern repetitionsPeter Stephenson2-0/+13
2015-10-2736974: fix some functions with empty argument listsPeter Stephenson6-11/+17
2015-10-2636906: quite_signals() in ZSH_MEM realloc()Kamil Dudka2-2/+10
2015-10-2636968: use addmodulefd() to tell the shell about the descriptor of the dbm fileBarton E. Schaefer2-2/+10
2015-10-2636956: revert 34451, mmap() is too slow on MacOSBarton E. Schaefer2-0/+11
2015-10-26users/20825: fix crash when complex completion hooks.Peter Stephenson2-0/+23
get_undo_current_change() needs protecting against execution in completion environment.