about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* Add typeset -C to control whether to assert the cached length mikachu/badarraysMikael Magnusson2016-05-084-18/+30
* Add typeset -c to control when cached length is usedMikael Magnusson2016-05-084-41/+116
* Assert on problemsMikael Magnusson2016-05-082-2/+15
* UNREVIEWED: Further optimizationsDaniel Shahaf2016-05-082-13/+17
* CPU SPINNER AND OUT-OF-MEMORY BUGS - DO NOT USEDaniel Shahaf2016-05-081-14/+18
* UncontroversialDaniel Shahaf2016-05-0812-35/+45
* unposted: silence spurious compiler warningBarton E. Schaefer2016-04-291-1/+1
* 38356: allow integers as curses coloursSebastian Gniazdowski2016-04-291-2/+14
* 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