summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2016-06-0738630: fix infinite loop of "hash ="Barton E. Schaefer1-0/+1
2016-06-0538622: consistent handling of "--" in "kill" builtinBarton E. Schaefer1-0/+4
2016-06-04unposted (cf. 38612): remove overeager DPUTS()Barton E. Schaefer1-1/+0
2016-06-0438599: skip the "no such named directory" warning when NO_EXEC is in effectBarton E. Schaefer1-1/+1
2016-06-03unposted: internal: Document modify().Daniel Shahaf1-0/+13
2016-06-0338586: Metafication problem with $functionsPeter Stephenson1-5/+0
2016-06-0238540: fix undo problem by not moving the current change when only undoing a ...Oliver Kiddle1-3/+8
2016-06-0221603: Make read_poll more interruptible.Peter Stephenson1-1/+1
2016-05-2238513: cast time to long long for printing where possibleMatthew Martin1-1/+5
2016-05-1038468: wb,we values in gotword() needed assignment in additional case to avoi...Barton E. Schaefer1-0/+4
2016-05-1038463: use immortal widgets in .safe keymapBarton E. Schaefer1-8/+8
2016-05-0938432: avoid nonstandard setenv() on __APPLE__Barton E. Schaefer1-1/+1
2016-04-29unposted: silence spurious compiler warningBarton E. Schaefer1-1/+1
2016-04-2938356: allow integers as curses coloursSebastian Gniazdowski1-2/+14
2016-04-2939354: zcurses fix for colour managementSebastian Gniazdowski1-4/+4
2016-04-2638350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the root...Barton E. Schaefer1-2/+2
2016-04-2338291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*m0viefreak1-12/+12
2016-04-23Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer1-1/+1
2016-04-2238306: in printf formats, treat a missing precision as zero rather than as un...Barton E. Schaefer1-1/+2
2016-04-1438287: fix position for the end of a visual selection range for the cursor on...Oliver Kiddle1-1/+1
2016-04-1438286: cursor correction following yank-pop is only applicable to vi command ...Oliver Kiddle1-1/+1
2016-04-0738248: fix word position calculation when completing on or just before a redi...Barton E. Schaefer2-3/+22
2016-04-0538229: fix cursor placement calculation when completing in empty double quotesBarton E. Schaefer1-1/+8
2016-04-0438241: ungetkeycmd() needs to unmetafy key string.Peter Stephenson2-7/+17
2016-03-26Dmitry Marakasov: 38162: accept G for gigabytes in limit commandBarton E. Schaefer1-2/+4
2016-03-2138191: additional re-entrancy checks in reexpandprompt()Barton E. Schaefer1-8/+27
2016-03-2138188: signal re-entrancy, maybeBarton E. Schaefer1-34/+50
2016-03-2138142: signal re-entrancy, maybeBarton E. Schaefer1-5/+19
2016-03-21Remove unnecessary filePeter Stephenson1-30/+0
2016-03-2138145: ZLE parameters for isearch and completion suffixesm0viefreak2-0/+90
2016-03-1138135: internal: bin_compadd: Add a few comments.Daniel Shahaf1-0/+3
2016-03-0938114: Fix hang using ^Z with command subst.Peter Stephenson1-2/+11
2016-03-0738043: allow any completion widget to cycle matches for menu completion to fi...Oliver Kiddle3-10/+3
2016-03-0738111: Remove redundant return values in parsing.Peter Stephenson1-11/+4
2016-03-07users/21352: ensure $'' doesn't get elided.Peter Stephenson1-1/+5
2016-03-0738094: Fix POSIX EXIT traps defined in function.Peter Stephenson1-1/+6
2016-03-0638106: if...then if...else should be a parse error.Barton E. Schaefer1-1/+1
2016-03-0638086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_...Greg Klanderman2-9/+10
2016-03-0338048: fix "zle redisplay" when called while a listing is below the promptBarton E. Schaefer1-2/+2
2016-03-0338039: POSIXy behavior for "set +o"Barton E. Schaefer1-3/+4
2016-02-2638020: fix problems with $SECONDS.Stephane Chazelas1-3/+3
2016-02-2538024: Improve POSIX and native EXIT traps compatibility.Peter Stephenson1-1/+6
2016-02-1738001: clear-screen re-expands promptsBarton E. Schaefer1-0/+1
2016-02-1737988: $0 becomes read-only under POSIXARGZEROBarton E. Schaefer1-1/+3
2016-02-1737999: Sticky behaviour of EXIT traps.Peter Stephenson1-9/+37
2016-02-16users/21256 + workers/37965: New math functions min(), max(), sum(), provided...Daniel Shahaf1-1/+1
2016-02-1437961: fix crash on bad memory accessBarton E. Schaefer1-8/+22
2016-02-1337927: recreate local keymaps as necessary in case the user has deleted themBarton E. Schaefer1-21/+34
2016-02-1137946: make rm * warnings more informative.Peter Stephenson1-4/+27
2016-02-0837914: reparse associative array subscripts in "unset" so keys with "[" or "]...Barton E. Schaefer1-12/+18