summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-0336760: more care with already unmetafied pattern trial stringsPeter Stephenson2-15/+45
2015-10-0336754: Functions/TCP: Tweak some usage output in the tcp_* functionsMikael Magnusson5-5/+11
2015-10-02unposted: define zle_usable before using it (reported in 36741)Mikael Magnusson1-17/+17
2015-10-0236732: _zsh now complets script args; also support -s, -bJun-ichi Takimoto2-1/+21
2015-10-01unposted: zle_thingy: return a value in bin_zle_flagsMikael Magnusson1-1/+5
2015-10-01unposted: bracketed-paste-url-magic: actually do what the comment saysMikael Magnusson1-4/+6
2015-10-0136737: Ensure we don't dreference unterminated zero-length stringPeter Stephenson2-3/+10
2015-10-0136735: add ~/.zcalcrc handling to zcalcPeter Stephenson3-0/+14
2015-10-0136729: fix some typos in distro docsAndrew Janke4-7/+9
2015-10-0136722: allow git range to complete after ^.Peter Stephenson2-1/+13
2015-10-01Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson12-41/+204
2015-09-30users/20672: missing "do" in gettext2() for "select"Barton E. Schaefer2-1/+5
2015-09-3036707: distinguish ERR_RETURN value of retflag so that execif() can ignore it...Barton E. Schaefer3-3/+10
2015-09-30remove sentence fragmentBarton E. Schaefer2-2/+5
2015-10-0136692: bracketed-paste-url-magic: simpler alternative for handling pasted urlsMikael Magnusson2-0/+45
2015-10-0136709: zle -f from inside widget to set flags and make yank start/end zle par...Mikael Magnusson5-12/+92
2015-09-3036725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads.Daniel Shahaf2-0/+5
2015-09-3036725: vcs_info git: Compute %b correctly when rebasing detached heads.Daniel Shahaf2-0/+7
2015-09-3036725: vcs_info git: Compute %b correctly when merging to detached heads.Daniel Shahaf2-1/+7
2015-09-3036697: handle options of _arguments correctlyJun-ichi Takimoto2-22/+28
2015-09-3036693: arithmetic rounds towards zero, documentMatthew Martin2-5/+8
2015-09-3036711: Allocate unmetafied pattern trial string on the heapPeter Stephenson3-52/+12
2015-09-29unposted: fix typo in comment.Barton E. Schaefer1-1/+1
2015-09-2936700: unmetafy early for parameter matchPeter Stephenson3-188/+294
2015-09-2836682: expand pattern interface to optimise unmetaficationPeter Stephenson6-130/+288
2015-09-28unposted: Test for 36669Daniel Shahaf2-0/+10
2015-09-2836601: vcs_info: handle missing .git/rebase-apply/{next,msg-clean}Daniel Hahler2-11/+19
2015-09-2736669: fix ${(z)...} of an an incomplete math expression by restoring "((" at...Barton E. Schaefer2-0/+14
2015-09-28unposted: Update link to my ChangeLog generator script,Daniel Shahaf2-0/+8
2015-09-28unposted: Fix broken case condition and "qualifer" typoMikael Magnusson5-11/+16
2015-09-2736651: WARN_CREATE_GLOBAL += math expressionsDaniel Shahaf5-2/+38
2015-09-2736653: OpenBSD's usermod has no -a flagMatthew Martin2-1/+6
2015-09-2736663: replace obsolete "autobins" commentary with "autofeatures"Barton E. Schaefer3-8/+7
2015-09-2736661: replace obsolete "autobins" setting with "autofeatures"Barton E. Schaefer2-1/+6
2015-09-2836631: separate _zsh from _shJun-ichi Takimoto3-16/+14
2015-09-2636641: fix multibyte handling in incremental search during menu selectionBarton E. Schaefer2-1/+6
2015-09-26unposted (see 36633): _hg: Enable --option=value syntax and disable '-xy Xarg...Daniel Shahaf2-126/+131
2015-09-25unposted: zle: Document the C helper function processcmd().Daniel Shahaf3-2/+10
2015-09-2536626: _hg: completion for 'hg bookmarks'Christoph Mathys2-0/+15
2015-09-2536630: new function zsh_directory_name_genericPeter Stephenson4-2/+342
2015-09-2436623: document bracketed-paste-magic and url-quote-magic; add cross-referenc...Barton E. Schaefer2-1/+166
2015-09-2436603: glob: fix dirfd leak during Y shortcut qualifierMikael Magnusson2-5/+10
2015-09-24unposted: _hg: Declare $expl as an arrayDaniel Shahaf2-3/+8
2015-09-2436613: _hg: extend completion for hg push to support branch and bookmarkChristoph Mathys2-0/+16
2015-09-2336604: fix getopts+shift calculationBarton E. Schaefer2-1/+5
2015-09-23unposted: Followup to 36586: Change C99 comment syntax to the C89 syntax.Daniel Shahaf2-2/+7
2015-09-2336571: Completion for zsocket and updated losetup's completionEric Cook3-11/+45
2015-09-23unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entryMikael Magnusson1-1/+1
2015-09-2236587: use +LINE:COLUMN to place the cursor when invoking emacs variants, for...Barton E. Schaefer2-3/+11
2015-09-2236586: fix completion match right anchorHan Pingtian3-4/+12