Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 30433: double backslash is not line continuation. | Bart Schaefer | 2012-04-21 | 1 | -1/+2 |
| | |||||
* | Timothy Redaelli: file name manipulations | Peter Stephenson | 2012-02-08 | 1 | -0/+5 |
| | | | | in history can return NULL if HAVE_CANONICALIZE_FILE_NAME | ||||
* | 29694: avoid overwriting current history word when not expanding an alias | Bart Schaefer | 2011-08-18 | 1 | -1/+2 |
| | | | | or history event in-place. | ||||
* | unposted: fix a typo in a comment. | Mikael Magnusson | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | users/16131: skip reading empty history file | Peter Stephenson | 2011-07-18 | 1 | -3/+5 |
| | |||||
* | 29542: fix crash in hbegin(), remove bad test | Peter Stephenson | 2011-07-12 | 1 | -37/+113 |
| | | | | 29543: fix backslash-newline within words with histlexwords | ||||
* | 29413: "print -S" for saving to history with lexical word split | Peter Stephenson | 2011-06-03 | 1 | -101/+138 |
| | |||||
* | histlexwords splitting of ";;" in case | Peter Stephenson | 2011-05-27 | 1 | -0/+7 |
| | |||||
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | lexsave/lexrestore lexflags | Peter Stephenson | 2010-12-14 | 1 | -7/+4 |
| | | | | add new LEXFLAGS_ZLE | ||||
* | 28528: Rearrange zleparse to lexflags | Peter Stephenson | 2010-12-14 | 1 | -13/+12 |
| | | | | Add (z+n+) | ||||
* | 28510: add (z+c+) and (z+C+) parameter flags | Peter Stephenson | 2010-12-12 | 1 | -4/+26 |
| | |||||
* | 28339: backslash-newline history without HIST_LEX_WORDS | Peter Stephenson | 2010-10-10 | 1 | -3/+9 |
| | | | | 28340: assignment to range of scalar variable with multibyte characters | ||||
* | 28332: backslash-newline with HIST_LEX_WORDS | Peter Stephenson | 2010-10-10 | 1 | -2/+12 |
| | |||||
* | 28327: fix pseudolexical word splitting with RC_QUOTES | Peter Stephenson | 2010-10-07 | 1 | -10/+8 |
| | |||||
* | not yet posted: fix some more HIST_LEX_WORDS anomalies | Peter Stephenson | 2010-10-06 | 1 | -17/+35 |
| | |||||
* | 28319: (z) splitting oddities | Peter Stephenson | 2010-10-06 | 1 | -18/+88 |
| | |||||
* | 28308/28310: HIST_LEX_WORDS, check for quick history read | Peter Stephenson | 2010-10-02 | 1 | -44/+64 |
| | |||||
* | 28295 plus tweak: use lexer to split words from history file | Peter Stephenson | 2010-09-25 | 1 | -21/+59 |
| | |||||
* | 28047: attempt to make locking with fc command more useful | Peter Stephenson | 2010-06-22 | 1 | -24/+58 |
| | |||||
* | 27823: fix memory access in 27822 | Peter Stephenson | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | Fix ZLE access to pushed history line | Peter Stephenson | 2010-03-22 | 1 | -0/+16 |
| | |||||
* | Add symlink-based hist-file locking. | Wayne Davison | 2009-12-18 | 1 | -2/+30 |
| | |||||
* | 27216: set chwords to NULL when freed | Peter Stephenson | 2009-08-16 | 1 | -0/+2 |
| | |||||
* | 26748: c modifier to add command path | Peter Stephenson | 2009-03-23 | 1 | -0/+7 |
| | |||||
* | Bart: 26761: typo in realpath() check | Peter Stephenson | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | 26754: tweak zgetdir() and test for realpath() | Peter Stephenson | 2009-03-19 | 1 | -3/+29 |
| | |||||
* | 26752: fix ../ removal and metafication in :a and :A modifers | Peter Stephenson | 2009-03-18 | 1 | -3/+7 |
| | |||||
* | Michael Hwang: 26731 with cosmetic changes: add "a" and "A" modifiers | Peter Stephenson | 2009-03-15 | 1 | -0/+141 |
| | | | | 26736: document the above | ||||
* | 26735: Check some function return values for failures. Gets rid of | Wayne Davison | 2009-03-15 | 1 | -2/+2 |
| | | | | some compiler warnings, and improves error handling/notification. | ||||
* | print message if we give up trying to crate a lock file with hard links | Peter Stephenson | 2009-03-10 | 1 | -3/+6 |
| | |||||
* | 26602: history substitution buffer could overflow with no test | Peter Stephenson | 2009-02-25 | 1 | -3/+15 |
| | |||||
* | 26091: crash at end of history line if history not in use | Peter Stephenson | 2008-11-25 | 1 | -6/+8 |
| | |||||
* | Rocky Bernstein: 25696: fix crash on empty history. | Peter Stephenson | 2008-09-22 | 1 | -1/+1 |
| | |||||
* | 25682: terminate history line before passing to zshaddhistory hook | Peter Stephenson | 2008-09-18 | 1 | -2/+7 |
| | |||||
* | 25639: free ptr2 if hsubl is NULL. | Clint Adams | 2008-09-10 | 1 | -1/+3 |
| | |||||
* | 25610: remove dead code. | Clint Adams | 2008-09-04 | 1 | -4/+0 |
| | |||||
* | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 2008-07-31 | 1 | -8/+3 |
| | |||||
* | 25272: add zshaddhistory hook | Peter Stephenson | 2008-07-17 | 1 | -29/+39 |
| | |||||
* | Only call close(flock_fd) if flock_fd is >= 0. | Wayne Davison | 2008-05-05 | 1 | -2/+4 |
| | |||||
* | Locking simplification and signed/unsigned fixes. | Wayne Davison | 2008-05-05 | 1 | -94/+55 |
| | |||||
* | 24872: revert to original patch | Peter Stephenson | 2008-04-26 | 1 | -2/+0 |
| | |||||
* | Jun T. 24872 + 24873: capitalization with combining characters | Peter Stephenson | 2008-04-26 | 1 | -0/+4 |
| | |||||
* | 24818: add HIST_FCNTL_LOCK. | Peter Stephenson | 2008-04-17 | 1 | -5/+104 |
| | | | | unposted: update NEWS with new features | ||||
* | 24814: suspicious handling of temporary history buffer | Peter Stephenson | 2008-04-14 | 1 | -3/+6 |
| | |||||
* | unposted: make test for added space in 24699 safer | Peter Stephenson | 2008-03-11 | 1 | -4/+4 |
| | |||||
* | 24699: bug with ${(Q)...} on initial ">" | Peter Stephenson | 2008-03-08 | 1 | -4/+29 |
| | | | | bug with ${(z)...} on string with unterminated "(" | ||||
* | History file-handling improvments. | Wayne Davison | 2008-03-06 | 1 | -8/+22 |
| | |||||
* | 24324: do not set ftim when re-entering the history mechanism for string | Bart Schaefer | 2007-12-31 | 1 | -1/+1 |
| | | | | substitution. | ||||
* | 23736: status for file save wasn't initialised | Peter Stephenson | 2007-08-01 | 1 | -0/+1 |
| |