summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2016-02-0937896: zshbuiltins: Document argv behaviour of 'source' without argumentsDaniel Shahaf1-0/+3
2016-02-09unposted: ChangeLog: Move the 37678 entry to the correct location (and author).Daniel Shahaf1-4/+9
2016-02-07unposted: complist module docs: Fix parameter name in an example.Dominik Ritter1-0/+5
Submitted via GitHub (https://github.com/zsh-users/zsh/pull/6).
2016-02-07unposted: Follow-up to 37833: extend description of 37804 in README.Daniel Shahaf1-0/+5
2016-02-0437874: remove unused function argumentJun-ichi Takimoto1-0/+4
2016-02-0337868: add 'static' to file local variablesJun-ichi Takimoto1-0/+8
2016-01-3137859: NULL-terminate cond_binary_ops static array.Barton E. Schaefer1-0/+4
2016-01-3137845: Forward-reference typeset instances where no parameter is created, ↵Barton E. Schaefer1-0/+4
and remove the obsolete statement about array assignments separated from typeset command on -p.
2016-01-3037844: reorder typeset introduction to keep related concepts together.Barton E. Schaefer1-0/+5
2016-01-3037831: typeset: Document exit status difference from parameter assignment ↵Daniel Shahaf1-0/+5
statements
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-0/+13
2016-01-2937833: Document 37804 in README.Daniel Shahaf1-0/+2
2016-01-2937797: StartupFiles/zshrc += run-helpDaniel Shahaf1-0/+2
2016-01-2937752: More tests for the previous patch.Daniel Shahaf1-0/+3
2016-01-2937700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.Daniel Shahaf1-0/+4
2016-01-29unposted: _init_d: Report failure to caller.Daniel Shahaf1-0/+5
2016-01-2837814: run-help-ip: use an absolute path for the shebang.Kamil Dudka1-0/+5
2016-01-2737804 (plus 37816): first word following "repeat" should be evaluated as mathBarton E. Schaefer1-0/+3
2016-01-2737819: zshaddhistory hook works for any history file write, even upon ↵Barton E. Schaefer1-0/+3
keyboard interrupt
2016-01-2737810: repair handling of backslashes and of names starting with "+"/":"/"=" ↵Barton E. Schaefer1-1/+6
in zparseopts option specs
2016-01-2737802: Clarify zparseopts documention. zparseopts "X::" specifier should ↵Barton E. Schaefer1-0/+5
also look for the optional argument in the word after "-X".
2016-01-2637788: _subscript - fix completion of associative array keysEric Cook1-0/+5
2016-01-2637785: skip autoload parameters for "typeset -p"Barton E. Schaefer1-0/+4
2016-01-2537780: Care printing error if nothing to print.Kamil Dudka1-0/+3
2016-01-25Jun T.: 37759: save more function pointers from realparamtab when hacking in ↵Jun T1-0/+7
their replacements Restoring from the original external symbols fails for some dynamic link schemes (e.g. 64bit Cygwin).
2016-01-2537765: Use FS_FUNC on fucstack to find autoload -X target.Peter Stephenson1-0/+3
This is better than scriptname which can be updated due to e.g. intervening "eval".
2016-01-2537776: Set errflag before calls to zwarning().Peter Stephenson1-0/+5
This avoids an attempt to call zerr() or zerrnam() recusrively.
2016-01-2337725: Completion: _init_d: add OpenBSD bitsMatthew Martin1-0/+5
2016-01-2337703: Completion: git: Also complete sendmail commands for send-email's ↵Daniel Shahaf1-0/+6
configuration. (after 37666)
2016-01-2137722: test builtin should return status 2 on syntax errorPeter Stephenson1-0/+8
2016-01-20unposted: increment version to 5.2-dev-1Peter Stephenson1-0/+5
2016-01-2037666: Completion: git: 'send-email --smtp-server=' takes absolute path to ↵Daniel Shahaf1-0/+3
sendmail.
2016-01-2037665: Completion: New helper _absolute_command_paths.Daniel Shahaf1-0/+4
2016-01-2037664: docs: Document the completion function _command_names.Daniel Shahaf1-0/+5
2016-01-1937682: when SH_GLOB is set, do not parse bare parentheses in arguments as a ↵Barton E. Schaefer1-0/+5
pattern grouping.
2016-01-1937693: turn Dash into '-' in glob qualifiersPeter Stephenson1-0/+2
2016-01-1937689: ! and ^ need to be tokenised in character setsPeter Stephenson1-0/+6
2016-01-1937678: Now possible to quote "-" in pattern rangePeter Stephenson1-0/+4
2016-01-1837634: _man: Support subsection names such as '3p'.Daniel Shahaf1-0/+3
2016-01-1837634: _man: Disentangle a local variable that had two distinct semantics. ↵Daniel Shahaf1-0/+3
No functional change
2016-01-1837663: New bibtex completion (very minimal).Daniel Shahaf1-0/+3
2016-01-18unposted: docs: zshzle(1): Trivial clarification to $CONTEXT.Daniel Shahaf1-0/+5
2016-01-1537646: Return non-zero status from typeset assigning readonlyPeter Stephenson1-0/+3
2016-01-1537643: Reset interrupt on key input in menu selection.Peter Stephenson1-0/+3
We don't need to propagate the interrupt further as the interrupt causes the key to be empty, which will exit the widget. We need to reset the condition as zrefresh() is now more sensitive to errors since 36416 / 32f5d3d8.
2016-01-1537512: overeager WARN_CREATE_GLOBAL with strftimePeter Stephenson1-0/+5
2016-01-15unposted: Extend docstring of callhookfunc().Daniel Shahaf1-0/+2
2016-01-15unposted: Fix typo in comment.Daniel Shahaf1-0/+3
2016-01-1537612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ↵Daniel Shahaf1-0/+6
case. This manifested, e.g., in 'git am' of a single patch that had a conflict.
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 ↵Barton E. Schaefer1-0/+3
replacement for transpose-words