summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* unposted: a few cosmetic format fixes in docsJun-ichi Takimoto2015-11-138-20/+15
* 37090: correctly handle blank lines in yodl macro example()Jun-ichi Takimoto2015-11-133-0/+9
* 37096: Another $${(P)...} tweak.Peter Stephenson2015-11-123-3/+26
* 37094: Further tweaks to parameter name references.Peter Stephenson2015-11-112-3/+52
* 37092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson2015-11-119-69/+138
* missed log entryPeter Stephenson2015-11-111-0/+5
* 37091: clear lastline and lastlinesz when freeingPeter Stephenson2015-11-111-0/+2
* 37084: add implementation check to zsh/parm/private testPeter Stephenson2015-11-102-0/+8
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2015-11-092-5/+10
|\
| * 37085: fix doc: DEBUG_BEFORE_CMD is set by defaultJun-ichi Takimoto2015-11-092-5/+10
* | Jun T. proofreadingBarton E. Schaefer2015-11-092-2/+6
|/
* 37081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer2015-11-086-2/+955
* 37080: use paramtab abstraction more consistently, add explanatory commentsBarton E. Schaefer2015-11-083-6/+14
* 37079: better description of "optstr" field in struct builtin as used in BUIL...Barton E. Schaefer2015-11-082-1/+8
* 37074: extend previous fix to over whitespace at endPeter Stephenson2015-11-073-46/+73
* 37073: another SH_WORD_SPLIT problem.Peter Stephenson2015-11-063-6/+94
* 37062: tentative mechanism for git commit descriptions.Peter Stephenson2015-11-042-9/+39
* 35303: remove Completion/Unix/Command/_systemdDaniel Hahler2015-11-022-470/+5
* 37038: add -l option to emulate to list options in emulationsPeter Stephenson2015-11-014-9/+69
* 37029: update options and new tr completionOliver Kiddle2015-10-315-14/+82
* 37028: new scl completionOliver Kiddle2015-10-312-0/+40
* 36993: zed: fix argument parsingEric Cook2015-10-312-21/+14
* unposted (cf. 36998,36999): undo 36956 / restore 34451 with expanded comment ...Barton E. Schaefer2015-10-313-6/+10
* 37032: Temporarily revert 36959.Daniel Shahaf2015-10-312-1/+8
* 37027: allow subword context to discriminate between wordsPeter Stephenson2015-10-303-5/+14
* unposted: Typo in ChangeLogDaniel Shahaf2015-10-301-1/+1
* unposted (after 37018): Fix typo in error message.Daniel Shahaf2015-10-303-2/+7
* 37022: add GLOB_STAR_SHORT option to abbreviate ** and ***Peter Stephenson2015-10-306-18/+60
* 37018: Make WARNCREATEGLOBAL more consistent.Peter Stephenson2015-10-294-42/+45
* missed ChangeLog entryPeter Stephenson2015-10-291-0/+2
* unposted: ignore .orig filesPeter Stephenson2015-10-291-0/+1
* 37014: Improved internal parameter setting.Peter Stephenson2015-10-299-29/+94
* 36983 + 36990: new completions for head and tailJun-ichi Takimoto2015-10-293-0/+115
* 36994: declare local REPLY for use with "zle .read-command"; use .self-insert...Barton E. Schaefer2015-10-272-3/+9
* unposted: fix typo quite -> queueBarton E. Schaefer2015-10-271-1/+1
* 36982: Fix bug with (#cN) patterns and remove redundant description.Peter Stephenson2015-10-275-10/+22
* 36977: note about difficulties of pattern repetitionsPeter Stephenson2015-10-272-0/+13
* 36974: fix some functions with empty argument listsPeter Stephenson2015-10-276-11/+17
* 36906: quite_signals() in ZSH_MEM realloc()Kamil Dudka2015-10-262-2/+10
* 36968: use addmodulefd() to tell the shell about the descriptor of the dbm fileBarton E. Schaefer2015-10-262-2/+10
* 36956: revert 34451, mmap() is too slow on MacOSBarton E. Schaefer2015-10-262-0/+11
* users/20825: fix crash when complex completion hooks.Peter Stephenson2015-10-262-0/+23
* 36962: _git: Fix completion of RHS of refspecs.Daniel Shahaf2015-10-252-1/+5
* 36964: _git: Complete remotes branch names with slashes correctly.Daniel Shahaf2015-10-252-1/+4
* 36960: _git: Enable slash matcher for more branch and tag completions, includ...Daniel Shahaf2015-10-252-3/+7
* 36959: _git: Offer @~$n as completion of recent commits.Daniel Shahaf2015-10-252-1/+5
* 36958: _git: Fix recent commit completion descriptions.Daniel Shahaf2015-10-252-12/+32
* unposted: _git: Fix 'commit object name' completion messages.Daniel Shahaf2015-10-252-2/+7
* 36911: '-optarg' should not match optspec '-opt='Jun-ichi Takimoto2015-10-252-2/+10
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2015-10-243-1/+43
|\