about summary refs log tree commit diff
path: root/Src/hist.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 28528: Rearrange zleparse to lexflagsPeter Stephenson2010-12-141-13/+12
| | | | Add (z+n+)
* 28510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson2010-12-121-4/+26
|
* 28339: backslash-newline history without HIST_LEX_WORDSPeter Stephenson2010-10-101-3/+9
| | | | 28340: assignment to range of scalar variable with multibyte characters
* 28332: backslash-newline with HIST_LEX_WORDSPeter Stephenson2010-10-101-2/+12
|
* 28327: fix pseudolexical word splitting with RC_QUOTESPeter Stephenson2010-10-071-10/+8
|
* not yet posted: fix some more HIST_LEX_WORDS anomaliesPeter Stephenson2010-10-061-17/+35
|
* 28319: (z) splitting odditiesPeter Stephenson2010-10-061-18/+88
|
* 28308/28310: HIST_LEX_WORDS, check for quick history readPeter Stephenson2010-10-021-44/+64
|
* 28295 plus tweak: use lexer to split words from history filePeter Stephenson2010-09-251-21/+59
|
* 28047: attempt to make locking with fc command more usefulPeter Stephenson2010-06-221-24/+58
|
* 27823: fix memory access in 27822Peter Stephenson2010-03-221-2/+2
|
* Fix ZLE access to pushed history linePeter Stephenson2010-03-221-0/+16
|
* Add symlink-based hist-file locking.Wayne Davison2009-12-181-2/+30
|
* 27216: set chwords to NULL when freedPeter Stephenson2009-08-161-0/+2
|
* 26748: c modifier to add command pathPeter Stephenson2009-03-231-0/+7
|
* Bart: 26761: typo in realpath() checkPeter Stephenson2009-03-201-1/+1
|
* 26754: tweak zgetdir() and test for realpath()Peter Stephenson2009-03-191-3/+29
|
* 26752: fix ../ removal and metafication in :a and :A modifersPeter Stephenson2009-03-181-3/+7
|
* Michael Hwang: 26731 with cosmetic changes: add "a" and "A" modifiersPeter Stephenson2009-03-151-0/+141
| | | | 26736: document the above
* 26735: Check some function return values for failures. Gets rid ofWayne Davison2009-03-151-2/+2
| | | | some compiler warnings, and improves error handling/notification.
* print message if we give up trying to crate a lock file with hard linksPeter Stephenson2009-03-101-3/+6
|
* 26602: history substitution buffer could overflow with no testPeter Stephenson2009-02-251-3/+15
|
* 26091: crash at end of history line if history not in usePeter Stephenson2008-11-251-6/+8
|
* Rocky Bernstein: 25696: fix crash on empty history.Peter Stephenson2008-09-221-1/+1
|
* 25682: terminate history line before passing to zshaddhistory hookPeter Stephenson2008-09-181-2/+7
|
* 25639: free ptr2 if hsubl is NULL.Clint Adams2008-09-101-1/+3
|
* 25610: remove dead code.Clint Adams2008-09-041-4/+0
|
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-8/+3
|
* 25272: add zshaddhistory hookPeter Stephenson2008-07-171-29/+39
|
* Only call close(flock_fd) if flock_fd is >= 0.Wayne Davison2008-05-051-2/+4
|
* Locking simplification and signed/unsigned fixes.Wayne Davison2008-05-051-94/+55
|
* 24872: revert to original patchPeter Stephenson2008-04-261-2/+0
|
* Jun T. 24872 + 24873: capitalization with combining charactersPeter Stephenson2008-04-261-0/+4
|
* 24818: add HIST_FCNTL_LOCK.Peter Stephenson2008-04-171-5/+104
| | | | unposted: update NEWS with new features
* 24814: suspicious handling of temporary history bufferPeter Stephenson2008-04-141-3/+6
|
* unposted: make test for added space in 24699 saferPeter Stephenson2008-03-111-4/+4
|
* 24699: bug with ${(Q)...} on initial ">"Peter Stephenson2008-03-081-4/+29
| | | | bug with ${(z)...} on string with unterminated "("
* History file-handling improvments.Wayne Davison2008-03-061-8/+22
|
* 24324: do not set ftim when re-entering the history mechanism for stringBart Schaefer2007-12-311-1/+1
| | | | substitution.
* 23736: status for file save wasn't initialisedPeter Stephenson2007-08-011-0/+1
|
* 23585: handle errno properly in history save errorsPeter Stephenson2007-06-231-2/+3
|
* 23581: handle errors writing history file betterPeter Stephenson2007-06-221-37/+48
|
* 22934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson2006-11-011-28/+81
| | | | make ${.../#%...} anchor at both ends
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-281-53/+121
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-22/+22
|
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-37/+37
|
* Two changes in the HIST_SAVE_BY_COPY code: (1) preserve the groupWayne Davison2005-12-171-2/+20
| | | | | | and permissions on the history file, and (2) fail if zsh's euid differs from the file's uid (since that would change the history file's owner).
* users/9618, modified: :G for global substution modifierPeter Stephenson2005-11-041-6/+34
|
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-22/+34
|
* Honor the setting of the new HISTSAVEBYCOPY option when rewritingWayne Davison2005-03-181-5/+22
| | | | the history file.