Age | Commit message (Expand) | Author | Files | Lines |
2008-07-31 | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 1 | -8/+3 |
2008-07-17 | 25272: add zshaddhistory hook | Peter Stephenson | 1 | -29/+39 |
2008-05-05 | Only call close(flock_fd) if flock_fd is >= 0. | Wayne Davison | 1 | -2/+4 |
2008-05-05 | Locking simplification and signed/unsigned fixes. | Wayne Davison | 1 | -94/+55 |
2008-04-26 | 24872: revert to original patch | Peter Stephenson | 1 | -2/+0 |
2008-04-26 | Jun T. 24872 + 24873: capitalization with combining characters | Peter Stephenson | 1 | -0/+4 |
2008-04-17 | 24818: add HIST_FCNTL_LOCK. | Peter Stephenson | 1 | -5/+104 |
2008-04-14 | 24814: suspicious handling of temporary history buffer | Peter Stephenson | 1 | -3/+6 |
2008-03-11 | unposted: make test for added space in 24699 safer | Peter Stephenson | 1 | -4/+4 |
2008-03-08 | 24699: bug with ${(Q)...} on initial ">" | Peter Stephenson | 1 | -4/+29 |
2008-03-06 | History file-handling improvments. | Wayne Davison | 1 | -8/+22 |
2007-12-31 | 24324: do not set ftim when re-entering the history mechanism for string | Bart Schaefer | 1 | -1/+1 |
2007-08-01 | 23736: status for file save wasn't initialised | Peter Stephenson | 1 | -0/+1 |
2007-06-23 | 23585: handle errno properly in history save errors | Peter Stephenson | 1 | -2/+3 |
2007-06-22 | 23581: handle errors writing history file better | Peter Stephenson | 1 | -37/+48 |
2006-11-01 | 22934, modified, see 22937: add HIST_SUBST_PATTERN option | Peter Stephenson | 1 | -28/+81 |
2006-06-28 | 22525: lengths and cases of multibyte strings in parameters and history | Peter Stephenson | 1 | -53/+121 |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -22/+22 |
2006-03-07 | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 1 | -37/+37 |
2005-12-17 | Two changes in the HIST_SAVE_BY_COPY code: (1) preserve the group | Wayne Davison | 1 | -2/+20 |
2005-11-04 | users/9618, modified: :G for global substution modifier | Peter Stephenson | 1 | -6/+34 |
2005-08-10 | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 1 | -22/+34 |
2005-03-18 | Honor the setting of the new HISTSAVEBYCOPY option when rewriting | Wayne Davison | 1 | -5/+22 |
2005-01-22 | * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetline | Clint Adams | 1 | -1/+2 |
2005-01-14 | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 1 | -29/+48 |
2004-10-21 | Use the new gettempfile() function. | Wayne Davison | 1 | -3/+2 |
2004-10-18 | - Improved lockhistfile() to use the new gettempname() for a unique | Wayne Davison | 1 | -14/+15 |
2004-10-01 | - Added an arg to saveandpophiststack() to allow the caller to | Wayne Davison | 1 | -3/+4 |
2004-09-09 | 20331: Use internal zlong variables for consistency | Peter Stephenson | 1 | -23/+25 |
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -1/+1 |
2004-05-21 | - pushhiststack() now takes a level value and remembers it. If it was | Wayne Davison | 1 | -9/+21 |
2004-05-20 | - Added functions to push and pop the current history list, allowing | Wayne Davison | 1 | -16/+135 |
2004-05-18 | Added a comment to resizehistents() to explain why the function is | Wayne Davison | 1 | -0/+2 |
2004-05-11 | Fix the potential for an infinite loop in lockhistfile() if the | Wayne Davison | 1 | -2/+4 |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -2/+2 |
2003-08-11 | 18941: history wrong after parse error during alias expansion | Peter Stephenson | 1 | -0/+2 |
2002-06-14 | 17318: ${(z)...} added an extra space when the lexical analyser failed. | Peter Stephenson | 1 | -0/+9 |
2002-03-24 | Added "savehistsiz" (for the new SAVEHIST special parameter), and used it | Wayne Davison | 1 | -5/+9 |
2002-02-22 | In putoldhistentryontop(), ensure that we can't return with "next" set to | Wayne Davison | 1 | -2/+3 |
2002-02-20 | Yet another fix for prepnexthistent(). | Wayne Davison | 1 | -1/+2 |
2002-02-18 | Fixed a just-introduced bug in prepnexthistent() when curline is in | Wayne Davison | 1 | -4/+5 |
2002-02-16 | When savehistfile() rewrites the history file, there was a potential for | Wayne Davison | 1 | -1/+2 |
2002-02-16 | Optimized putoldhistentryontop() so that when resizehistents() calls it | Wayne Davison | 1 | -14/+24 |
2002-02-13 | Improved resizehistents() so that it honors HISTEXPIREDUPSFIRST. | Wayne Davison | 1 | -25/+33 |
2002-02-06 | 16577: don't return a single dot as the path head of a slash. | Clint Adams | 1 | -1/+5 |
2001-10-26 | Improved readhistline() to reject binary data better. (16184) | Wayne Davison | 1 | -15/+18 |
2001-10-15 | Fix HIST_NO_SPACE when INTERACTIVE_COMMENTS is set and we get a | Wayne Davison | 1 | -3/+3 |
2001-09-24 | Fix out-of-memory on corrupt history files. | Bart Schaefer | 1 | -25/+35 |
2001-09-15 | With HIST_NO_STORE, don't ignore what looks like a history command if | Wayne Davison | 1 | -5/+11 |
2001-09-13 | + Changed addhistnum() to return firsthist()-1 or curhist+1 on error. | Wayne Davison | 1 | -1/+3 |