about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 39354: zcurses fix for colour managementSebastian Gniazdowski2016-04-291-4/+4
* 38350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the root...Barton E. Schaefer2016-04-261-2/+2
* 38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*m0viefreak2016-04-231-12/+12
* Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer2016-04-231-1/+1
* 38306: in printf formats, treat a missing precision as zero rather than as un...Barton E. Schaefer2016-04-221-1/+2
* 38287: fix position for the end of a visual selection range for the cursor on...Oliver Kiddle2016-04-141-1/+1
* 38286: cursor correction following yank-pop is only applicable to vi command ...Oliver Kiddle2016-04-141-1/+1
* 38248: fix word position calculation when completing on or just before a redi...Barton E. Schaefer2016-04-072-3/+22
* 38229: fix cursor placement calculation when completing in empty double quotesBarton E. Schaefer2016-04-051-1/+8
* 38241: ungetkeycmd() needs to unmetafy key string.Peter Stephenson2016-04-042-7/+17
* Dmitry Marakasov: 38162: accept G for gigabytes in limit commandBarton E. Schaefer2016-03-261-2/+4
* 38191: additional re-entrancy checks in reexpandprompt()Barton E. Schaefer2016-03-211-8/+27
* 38188: signal re-entrancy, maybeBarton E. Schaefer2016-03-211-34/+50
* 38142: signal re-entrancy, maybeBarton E. Schaefer2016-03-211-5/+19
* Remove unnecessary filePeter Stephenson2016-03-211-30/+0
* 38145: ZLE parameters for isearch and completion suffixesm0viefreak2016-03-212-0/+90
* 38135: internal: bin_compadd: Add a few comments.Daniel Shahaf2016-03-111-0/+3
* 38114: Fix hang using ^Z with command subst.Peter Stephenson2016-03-091-2/+11
* 38043: allow any completion widget to cycle matches for menu completion to fi...Oliver Kiddle2016-03-073-10/+3
* 38111: Remove redundant return values in parsing.Peter Stephenson2016-03-071-11/+4
* users/21352: ensure $'' doesn't get elided.Peter Stephenson2016-03-071-1/+5
* 38094: Fix POSIX EXIT traps defined in function.Peter Stephenson2016-03-071-1/+6
* 38106: if...then if...else should be a parse error.Barton E. Schaefer2016-03-061-1/+1
* 38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_...Greg Klanderman2016-03-062-9/+10
* 38048: fix "zle redisplay" when called while a listing is below the promptBarton E. Schaefer2016-03-031-2/+2
* 38039: POSIXy behavior for "set +o"Barton E. Schaefer2016-03-031-3/+4
* 38020: fix problems with $SECONDS.Stephane Chazelas2016-02-261-3/+3
* 38024: Improve POSIX and native EXIT traps compatibility.Peter Stephenson2016-02-251-1/+6
* 38001: clear-screen re-expands promptsBarton E. Schaefer2016-02-171-0/+1
* 37988: $0 becomes read-only under POSIXARGZEROBarton E. Schaefer2016-02-171-1/+3
* 37999: Sticky behaviour of EXIT traps.Peter Stephenson2016-02-171-9/+37
* users/21256 + workers/37965: New math functions min(), max(), sum(), provided...Daniel Shahaf2016-02-161-1/+1
* 37961: fix crash on bad memory accessBarton E. Schaefer2016-02-141-8/+22
* 37927: recreate local keymaps as necessary in case the user has deleted themBarton E. Schaefer2016-02-131-21/+34
* 37946: make rm * warnings more informative.Peter Stephenson2016-02-111-4/+27
* 37914: reparse associative array subscripts in "unset" so keys with "[" or "]...Barton E. Schaefer2016-02-081-12/+18
* 37895: $ZSH_SCRIPT is POSIX $0 but always availblePeter Stephenson2016-02-071-0/+1
* 37874: remove unused function argumentJun-ichi Takimoto2016-02-041-5/+5
* 37868: add 'static' to file local variablesJun-ichi Takimoto2016-02-0315-27/+26
* 37859: NULL-terminate cond_binary_ops static array.Barton E. Schaefer2016-01-311-1/+1
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-3028-34/+34
* 37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.Daniel Shahaf2016-01-293-2/+18
* 37804 (plus 37816): first word following "repeat" should be evaluated as mathBarton E. Schaefer2016-01-271-1/+3
* 37819: zshaddhistory hook works for any history file write, even upon keyboar...Barton E. Schaefer2016-01-271-4/+11
* 37810: repair handling of backslashes and of names starting with "+"/":"/"=" ...Barton E. Schaefer2016-01-271-7/+10
* 37802: Clarify zparseopts documention. zparseopts "X::" specifier should als...Barton E. Schaefer2016-01-271-2/+4
* 37785: skip autoload parameters for "typeset -p"Barton E. Schaefer2016-01-261-1/+2
* 37780: Care printing error if nothing to print.Kamil Dudka2016-01-251-3/+4
* Jun T.: 37759: save more function pointers from realparamtab when hacking in ...Jun T2016-01-251-3/+7
* 37765: Use FS_FUNC on fucstack to find autoload -X target.Peter Stephenson2016-01-251-7/+25