summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-25Jun T.: 37759: save more function pointers from realparamtab when hacking in ↵Jun T2-3/+14
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 Stephenson3-7/+41
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 Stephenson2-2/+7
This avoids an attempt to call zerr() or zerrnam() recusrively.
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 ↵Daniel Shahaf2-2/+8
configuration. (after 37666)
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 ↵Daniel Shahaf2-1/+9
sendmail.
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 ↵Barton E. Schaefer2-1/+6
pattern grouping.
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
I mean, the commit about readonly. Commits aren't readonly, this is git.
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. ↵Daniel Shahaf2-8/+14
No functional change
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
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 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
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. Schaefer2-1/+13
replacement for transpose-words
2016-01-1337567: use (Z:n:) to split the buffer into words so line breaks are treated ↵Barton E. Schaefer2-3/+8
as whitespace
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 ↵Daniel Shahaf2-1/+7
matching no known line-device name pattern.
2016-01-1037551: Include the builtin's name in a "bad option" error message.Daniel Shahaf2-1/+6
Example: «zsh -fc 'zle -z'» now prepends "zle:" to the error message.
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
2016-01-08unposted: Src/builtin.c: refine READ_MSTREAM to avoid unsequenced evaluationBarton E. Schaefer2-1/+6
2016-01-0637513: fix typos; improve error cleanup and correct for signed/unsigned ↵Barton E. Schaefer2-10/+20
compiler warning
2016-01-0537504: refactor code using/simulating memstream to capture output for "print -v"Barton E. Schaefer2-71/+105
2016-01-0437503: detect incompatible "print" options, fix metafication and possible ↵Barton E. Schaefer2-29/+56
memory leak, miscellaneous cosmetics
2016-01-0437501 (+ revise test): correct byte counts when simulating memstream via ↵Jun T3-7/+12
temp file
2016-01-0337489, tweaked: with POSIX_IDENTIFIERS create math var as scalarPeter Stephenson3-0/+18
2016-01-0237497: handle NUL bytes in "printf -v".Barton E. Schaefer2-4/+9
2016-01-0237493: readonly + POSIX_BUILTINS == typeset -grBarton E. Schaefer5-8/+20
2016-01-0137483: save and possibly restore cshnullglob failure state around each ↵Barton E. Schaefer2-1/+7
evaluation of an (e:...:) glob qualifier.
2016-01-0137473: check for cshnullglob in command position.Barton E. Schaefer2-0/+9
2015-12-3137469: do NOT allow semicolons in place of line breaks in conditionalsBarton E. Schaefer2-14/+19
2015-12-31unposted: enable WARN_CREATE_GLOBAL for print -vBarton E. Schaefer2-2/+4
2015-12-3137468: allow line breaks in more places in [[ ... ]]Barton E. Schaefer2-8/+14
2015-12-3137467: add "print -v var" / "printf -v var"Barton E. Schaefer4-11/+47
2015-12-3137453 (with Bart, started by Baptiste Daroussin, 37315): try to improve ↵Oliver Kiddle2-1/+4
detection of noatime filesystem