about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 38123 (after 38074): _git reset $treeish: complete only staged filesDaniel Shahaf2016-03-101-0/+5
|
* unposted: ChangeLog: credit Martijn Dekker for workers/38039 (POSIXy 'set +o')Daniel Shahaf2016-03-091-1/+1
|
* 38120: _git: Document the internal helper function __git_ignore_line.Daniel Shahaf2016-03-091-0/+5
|
* 38114: Fix hang using ^Z with command subst.Peter Stephenson2016-03-091-0/+5
| | | | | In subshells started to perform substitutions disable signals that require interactive handling.
* unposted: update .gitignore for 38108Jun-ichi Takimoto2016-03-091-0/+4
|
* 38108: enable to create both zsh_{a4,us}.pdfJun-ichi Takimoto2016-03-081-0/+8
| | | | | Default paper size is taken from LC_PAPER. Stop to check for pdfetex (obsolete and redundant).
* 38043: allow any completion widget to cycle matches for menu completion to ↵Oliver Kiddle2016-03-071-0/+6
| | | | fix reverse menu completion
* 38111: Remove redundant return values in parsing.Peter Stephenson2016-03-071-0/+3
| | | | Return values from par_list() and par_list1() are no longer used.
* users/21352: ensure $'' doesn't get elided.Peter Stephenson2016-03-071-0/+3
| | | | | Assign nulstring to it if empty. Test for all forms of quotation marks.
* 38094: Fix POSIX EXIT traps defined in function.Peter Stephenson2016-03-071-0/+6
| | | | | These aren't local, so set the local level to 0; else they can get overridden incorrectly.
* 38106: if...then if...else should be a parse error.Barton E. Schaefer2016-03-061-0/+2
|
* 38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine ↵Greg Klanderman2016-03-061-2/+8
| | | | | | $ZSH_SCRIPT (also a couple of ChangeLog typos corrected -- Bart)
* 38084: Use previously located pcre-config for libsBaruch Siach2016-03-041-0/+5
|
* 38048: fix "zle redisplay" when called while a listing is below the promptBarton E. Schaefer2016-03-031-0/+3
|
* 38039: POSIXy behavior for "set +o"Barton E. Schaefer2016-03-031-0/+4
|
* 38020: fix problems with $SECONDS.Stephane Chazelas2016-02-261-0/+5
| | | | Fractions of a second were not handled correctly.
* 38024: Improve POSIX and native EXIT traps compatibility.Peter Stephenson2016-02-251-0/+6
| | | | | | | Allow a nested function trap to leave save and restore a POSIX trap. Still fails if the POSIX trap was defined in a function.
* unposted: Fix typos in ChangeLog.Daniel Shahaf2016-02-191-2/+2
|
* unposted: developer documentation: Clarify the term "variant".Daniel Shahaf2016-02-191-0/+4
|
* 38001: clear-screen re-expands promptsBarton E. Schaefer2016-02-171-0/+2
|
* 37988: $0 becomes read-only under POSIXARGZEROBarton E. Schaefer2016-02-171-0/+4
|
* 37999: Sticky behaviour of EXIT traps.Peter Stephenson2016-02-171-0/+6
| | | | | | | | They now have POSIX or non-POSIX behaviour based on the setting of POSIX_TRAPS where the trap was defined, rather than where the trap would (or would not) be executed. Tweaks possible.
* users/21256 + workers/37965: New math functions min(), max(), sum(), ↵Daniel Shahaf2016-02-161-0/+7
| | | | provided by a new autoloadable function 'zmathfunc'.
* 37975: Completion/Unix/Command/_php: remove _arguments' -A optionEric Cook2016-02-151-0/+5
|
* 37898: fix typo in completer menuBarton E. Schaefer2016-02-141-1/+3
|
* 37898: complete gcc linker optionsBarton E. Schaefer2016-02-141-0/+2
|
* 37972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵Barton E. Schaefer2016-02-141-0/+9
| | | | errors
* 37971: fix potential issues when interacting with user-defined widgetsBarton E. Schaefer2016-02-141-0/+4
| | | | Cf. users/21284: Eric Freese
* 37961: fix crash on bad memory accessBarton E. Schaefer2016-02-141-0/+8
| | | | | | | In interactive menuselection, use of "compadd -x" (e.g. the "warnings" zstyle) may have replaced the completion list, so skip highlighting of the current selection until a subsequent keystroke has regenerated the original listing
* 37927: recreate local keymaps as necessary in case the user has deleted themBarton E. Schaefer2016-02-131-0/+5
|
* 37913: add additional completers and _zpool improvementEric Cook2016-02-111-0/+9
|
* 37946: make rm * warnings more informative.Peter Stephenson2016-02-111-0/+5
| | | | Now count files that would be deleted up to 100.
* Missed ChangeLog entry for 37895Peter Stephenson2016-02-101-0/+5
|
* 37893: document typeset -U behaviour for PATH-style variablesPeter Stephenson2016-02-091-0/+5
|
* 37914: reparse associative array subscripts in "unset" so keys with "[" or ↵Barton E. Schaefer2016-02-081-0/+6
| | | | | | "]" may be backslash-escaped Also fix erroneous test case this revealed.
* 37924: Completion: _git: Complete files for 'check-ignore'Daniel Shahaf2016-02-091-0/+3
| | | | | Also, don't leak the parameter 'ret'; the leak was theoretical because the caller immediately wrote to that parameter.
* 37923: Completion: _bts: Fix quoting of $DEBEMAIL.Daniel Shahaf2016-02-091-0/+3
|
* 37922: zyodl.vim: Add alternative installation instructions.Daniel Shahaf2016-02-091-0/+3
|
* 37896: zshbuiltins: Document argv behaviour of 'source' without argumentsDaniel Shahaf2016-02-091-0/+3
|
* unposted: ChangeLog: Move the 37678 entry to the correct location (and author).Daniel Shahaf2016-02-091-4/+9
|
* unposted: complist module docs: Fix parameter name in an example.Dominik Ritter2016-02-071-0/+5
| | | | Submitted via GitHub (https://github.com/zsh-users/zsh/pull/6).
* unposted: Follow-up to 37833: extend description of 37804 in README.Daniel Shahaf2016-02-071-0/+5
|
* 37874: remove unused function argumentJun-ichi Takimoto2016-02-041-0/+4
|
* 37868: add 'static' to file local variablesJun-ichi Takimoto2016-02-031-0/+8
|
* 37859: NULL-terminate cond_binary_ops static array.Barton E. Schaefer2016-01-311-0/+4
|
* 37845: Forward-reference typeset instances where no parameter is created, ↵Barton E. Schaefer2016-01-311-0/+4
| | | | 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-301-0/+5
|
* 37831: typeset: Document exit status difference from parameter assignment ↵Daniel Shahaf2016-01-301-0/+5
| | | | statements
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-301-0/+13
|
* 37833: Document 37804 in README.Daniel Shahaf2016-01-291-0/+2
|