about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 37868: add 'static' to file local variablesJun-ichi Takimoto2016-02-0316-27/+34
|
* 37859: NULL-terminate cond_binary_ops static array.Barton E. Schaefer2016-01-312-1/+5
|
* 37845: Forward-reference typeset instances where no parameter is created, ↵Barton E. Schaefer2016-01-312-3/+7
| | | | and remove the obsolete statement about array assignments separated from typeset command on -p.
* 37844: reorder typeset introduction to keep related concepts together.Barton E. Schaefer2016-01-302-23/+28
|
* 37831: typeset: Document exit status difference from parameter assignment ↵Daniel Shahaf2016-01-302-0/+22
| | | | statements
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-3029-34/+47
|
* 37833: Document 37804 in README.Daniel Shahaf2016-01-292-1/+8
|
* 37797: StartupFiles/zshrc += run-helpDaniel Shahaf2016-01-292-0/+3
|
* 37752: More tests for the previous patch.Daniel Shahaf2016-01-292-0/+21
|
* 37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.Daniel Shahaf2016-01-295-2/+38
|
* unposted: _init_d: Report failure to caller.Daniel Shahaf2016-01-292-1/+6
|
* 37814: run-help-ip: use an absolute path for the shebang.Kamil Dudka2016-01-282-1/+6
|
* 37804 (plus 37816): first word following "repeat" should be evaluated as mathBarton E. Schaefer2016-01-272-1/+6
|
* 37819: zshaddhistory hook works for any history file write, even upon ↵Barton E. Schaefer2016-01-272-4/+14
| | | | keyboard interrupt
* 37810: repair handling of backslashes and of names starting with "+"/":"/"=" ↵Barton E. Schaefer2016-01-272-8/+16
| | | | in zparseopts option specs
* 37802: Clarify zparseopts description. (This file inadvertently ommittedBarton E. Schaefer2016-01-271-3/+7
| | | | from previous commit.)
* 37802: Clarify zparseopts documention. zparseopts "X::" specifier should ↵Barton E. Schaefer2016-01-272-2/+9
| | | | also look for the optional argument in the word after "-X".
* 37788: _subscript - fix completion of associative array keysEric Cook2016-01-262-2/+7
|
* 37785: skip autoload parameters for "typeset -p"Barton E. Schaefer2016-01-262-1/+6
|
* 37780: Care printing error if nothing to print.Kamil Dudka2016-01-252-3/+7
|
* Jun T.: 37759: save more function pointers from realparamtab when hacking in ↵Jun T2016-01-252-3/+14
| | | | | | their replacements Restoring from the original external symbols fails for some dynamic link schemes (e.g. 64bit Cygwin).
* 37765: Use FS_FUNC on fucstack to find autoload -X target.Peter Stephenson2016-01-253-7/+41
| | | | | This is better than scriptname which can be updated due to e.g. intervening "eval".
* 37776: Set errflag before calls to zwarning().Peter Stephenson2016-01-252-2/+7
| | | | This avoids an attempt to call zerr() or zerrnam() recusrively.
* 37725: Completion: _init_d: add OpenBSD bitsMatthew Martin2016-01-232-1/+24
|
* 37703: Completion: git: Also complete sendmail commands for send-email's ↵Daniel Shahaf2016-01-232-2/+8
| | | | configuration. (after 37666)
* 37722: test builtin should return status 2 on syntax errorPeter Stephenson2016-01-213-10/+18
|
* 37705: don't turn - to Dash after start of brace parameterPeter Stephenson2016-01-202-2/+10
|
* unposted: increment version to 5.2-dev-1Peter Stephenson2016-01-202-2/+7
|
* 37666: Completion: git: 'send-email --smtp-server=' takes absolute path to ↵Daniel Shahaf2016-01-202-1/+9
| | | | sendmail.
* 37665: Completion: New helper _absolute_command_paths.Daniel Shahaf2016-01-204-4/+43
|
* 37664: docs: Document the completion function _command_names.Daniel Shahaf2016-01-203-0/+14
|
* 37682: when SH_GLOB is set, do not parse bare parentheses in arguments as a ↵Barton E. Schaefer2016-01-192-1/+6
| | | | pattern grouping.
* 37693: turn Dash into '-' in glob qualifiersPeter Stephenson2016-01-192-1/+6
|
* 37689: ! and ^ need to be tokenised in character setsPeter Stephenson2016-01-197-42/+110
|
* 37678: Now possible to quote "-" in pattern rangePeter Stephenson2016-01-197-18/+102
|
* 37646: bit missed out of previous readonly commit.Peter Stephenson2016-01-191-0/+5
| | | | I mean, the commit about readonly. Commits aren't readonly, this is git.
* 37634: _man: Support subsection names such as '3p'.Daniel Shahaf2016-01-182-2/+5
|
* 37634: _man: Disentangle a local variable that had two distinct semantics. ↵Daniel Shahaf2016-01-182-8/+14
| | | | No functional change
* 37663: New bibtex completion (very minimal).Daniel Shahaf2016-01-182-0/+8
|
* unposted: docs: zshzle(1): Trivial clarification to $CONTEXT.Daniel Shahaf2016-01-182-1/+6
|
* 37646: Return non-zero status from typeset assigning readonlyPeter Stephenson2016-01-152-0/+5
|
* 37643: Reset interrupt on key input in menu selection.Peter Stephenson2016-01-152-0/+9
| | | | | | | 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.
* 37512: overeager WARN_CREATE_GLOBAL with strftimePeter Stephenson2016-01-152-14/+7
|
* unposted: Extend docstring of callhookfunc().Daniel Shahaf2016-01-152-0/+5
|
* unposted: Fix typo in comment.Daniel Shahaf2016-01-152-2/+5
|
* 37612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ↵Daniel Shahaf2016-01-152-1/+9
| | | | | | case. This manifested, e.g., in 'git am' of a single patch that had a conflict.
* Belated ChangeLog entry for 37489, back-dated to the correct sequence.Barton E. Schaefer2016-01-131-0/+6
|
* 37570: give truth to the doc assertion transpose-words-match is a drop-in ↵Barton E. Schaefer2016-01-132-1/+13
| | | | replacement for transpose-words
* 37567: use (Z:n:) to split the buffer into words so line breaks are treated ↵Barton E. Schaefer2016-01-132-3/+8
| | | | as whitespace
* 37590: Invoke zle-line-pre-redraw during isearch.Daniel Shahaf2016-01-143-1/+9
|