summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto29-34/+47
2016-01-2937833: Document 37804 in README.Daniel Shahaf2-1/+8
2016-01-2937797: StartupFiles/zshrc += run-helpDaniel Shahaf2-0/+3
2016-01-2937752: More tests for the previous patch.Daniel Shahaf2-0/+21
2016-01-2937700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.Daniel Shahaf5-2/+38
2016-01-29unposted: _init_d: Report failure to caller.Daniel Shahaf2-1/+6
2016-01-2837814: run-help-ip: use an absolute path for the shebang.Kamil Dudka2-1/+6
2016-01-2737804 (plus 37816): first word following "repeat" should be evaluated as mathBarton E. Schaefer2-1/+6
2016-01-2737819: zshaddhistory hook works for any history file write, even upon keyboar...Barton E. Schaefer2-4/+14
2016-01-2737810: repair handling of backslashes and of names starting with "+"/":"/"=" ...Barton E. Schaefer2-8/+16
2016-01-2737802: Clarify zparseopts description. (This file inadvertently ommittedBarton E. Schaefer1-3/+7
2016-01-2737802: Clarify zparseopts documention. zparseopts "X::" specifier should als...Barton E. Schaefer2-2/+9
2016-01-2637788: _subscript - fix completion of associative array keysEric Cook2-2/+7
2016-01-2637785: skip autoload parameters for "typeset -p"Barton E. Schaefer2-1/+6
2016-01-2537780: Care printing error if nothing to print.Kamil Dudka2-3/+7
2016-01-25Jun T.: 37759: save more function pointers from realparamtab when hacking in ...Jun T2-3/+14
2016-01-2537765: Use FS_FUNC on fucstack to find autoload -X target.Peter Stephenson3-7/+41
2016-01-2537776: Set errflag before calls to zwarning().Peter Stephenson2-2/+7
2016-01-2337725: Completion: _init_d: add OpenBSD bitsMatthew Martin2-1/+24
2016-01-2337703: Completion: git: Also complete sendmail commands for send-email's conf...Daniel Shahaf2-2/+8
2016-01-2137722: test builtin should return status 2 on syntax errorPeter Stephenson3-10/+18
2016-01-2037705: don't turn - to Dash after start of brace parameterPeter Stephenson2-2/+10
2016-01-20unposted: increment version to 5.2-dev-1Peter Stephenson2-2/+7
2016-01-2037666: Completion: git: 'send-email --smtp-server=' takes absolute path to se...Daniel Shahaf2-1/+9
2016-01-2037665: Completion: New helper _absolute_command_paths.Daniel Shahaf4-4/+43
2016-01-2037664: docs: Document the completion function _command_names.Daniel Shahaf3-0/+14
2016-01-1937682: when SH_GLOB is set, do not parse bare parentheses in arguments as a p...Barton E. Schaefer2-1/+6
2016-01-1937693: turn Dash into '-' in glob qualifiersPeter Stephenson2-1/+6
2016-01-1937689: ! and ^ need to be tokenised in character setsPeter Stephenson7-42/+110
2016-01-1937678: Now possible to quote "-" in pattern rangePeter Stephenson7-18/+102
2016-01-1937646: bit missed out of previous readonly commit.Peter Stephenson1-0/+5
2016-01-1837634: _man: Support subsection names such as '3p'.Daniel Shahaf2-2/+5
2016-01-1837634: _man: Disentangle a local variable that had two distinct semantics. No...Daniel Shahaf2-8/+14
2016-01-1837663: New bibtex completion (very minimal).Daniel Shahaf2-0/+8
2016-01-18unposted: docs: zshzle(1): Trivial clarification to $CONTEXT.Daniel Shahaf2-1/+6
2016-01-1537646: Return non-zero status from typeset assigning readonlyPeter Stephenson2-0/+5
2016-01-1537643: Reset interrupt on key input in menu selection.Peter Stephenson2-0/+9
2016-01-1537512: overeager WARN_CREATE_GLOBAL with strftimePeter Stephenson2-14/+7
2016-01-15unposted: Extend docstring of callhookfunc().Daniel Shahaf2-0/+5
2016-01-15unposted: Fix typo in comment.Daniel Shahaf2-2/+5
2016-01-1537612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ...Daniel Shahaf2-1/+9
2016-01-13Belated ChangeLog entry for 37489, back-dated to the correct sequence.Barton E. Schaefer1-0/+6
2016-01-1337570: give truth to the doc assertion transpose-words-match is a drop-in rep...Barton E. Schaefer2-1/+13
2016-01-1337567: use (Z:n:) to split the buffer into words so line breaks are treated a...Barton E. Schaefer2-3/+8
2016-01-1437590: Invoke zle-line-pre-redraw during isearch.Daniel Shahaf3-1/+9
2016-01-1337591: 'alias -L': skip with a warning aliases with '=' in their LHSDaniel Shahaf3-0/+20
2016-01-1337550: _cu: Support Linux line-device names; fail gracefully on OSes matching...Daniel Shahaf2-1/+7
2016-01-1037551: Include the builtin's name in a "bad option" error message.Daniel Shahaf2-1/+6
2016-01-1037534: completion for OpenBSD's cu, fw_update and rcctl utilsMatthew Martin4-0/+63
2016-01-08Jun T.: 37515: multibyte handling as per 35448.Barton E. Schaefer3-10/+37