about summary refs log tree commit diff
path: root/Src/hist.c
Commit message (Expand)AuthorAgeFilesLines
* 24324: do not set ftim when re-entering the history mechanism for stringBart Schaefer2007-12-311-1/+1
* 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
* 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
* 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
* * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams2005-01-221-1/+2
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-29/+48
* Use the new gettempfile() function.Wayne Davison2004-10-211-3/+2
* - Improved lockhistfile() to use the new gettempname() for a uniqueWayne Davison2004-10-181-14/+15
* - Added an arg to saveandpophiststack() to allow the caller toWayne Davison2004-10-011-3/+4
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-091-23/+25
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-1/+1
* - pushhiststack() now takes a level value and remembers it. If it wasWayne Davison2004-05-211-9/+21
* - Added functions to push and pop the current history list, allowingWayne Davison2004-05-201-16/+135
* Added a comment to resizehistents() to explain why the function isWayne Davison2004-05-181-0/+2
* Fix the potential for an infinite loop in lockhistfile() if theWayne Davison2004-05-111-2/+4
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-2/+2
* 18941: history wrong after parse error during alias expansionPeter Stephenson2003-08-111-0/+2
* 17318: ${(z)...} added an extra space when the lexical analyser failed.Peter Stephenson2002-06-141-0/+9
* Added "savehistsiz" (for the new SAVEHIST special parameter), and used itWayne Davison2002-03-241-5/+9
* In putoldhistentryontop(), ensure that we can't return with "next" set toWayne Davison2002-02-221-2/+3
* Yet another fix for prepnexthistent().Wayne Davison2002-02-201-1/+2
* Fixed a just-introduced bug in prepnexthistent() when curline is inWayne Davison2002-02-181-4/+5
* When savehistfile() rewrites the history file, there was a potential forWayne Davison2002-02-161-1/+2
* Optimized putoldhistentryontop() so that when resizehistents() calls itWayne Davison2002-02-161-14/+24
* Improved resizehistents() so that it honors HISTEXPIREDUPSFIRST.Wayne Davison2002-02-131-25/+33
* 16577: don't return a single dot as the path head of a slash.Clint Adams2002-02-061-1/+5
* Improved readhistline() to reject binary data better. (16184)Wayne Davison2001-10-261-15/+18
* Fix HIST_NO_SPACE when INTERACTIVE_COMMENTS is set and we get aWayne Davison2001-10-151-3/+3
* Fix out-of-memory on corrupt history files.Bart Schaefer2001-09-241-25/+35
* With HIST_NO_STORE, don't ignore what looks like a history command ifWayne Davison2001-09-151-5/+11
* + Changed addhistnum() to return firsthist()-1 or curhist+1 on error.Wayne Davison2001-09-131-1/+3
* When rewriting the history file, set histactive to 0 and restore itWayne Davison2001-08-071-0/+5
* Have prepnexthistent() remove any HIST_TEMPSTORE entry that is present.Wayne Davison2001-06-281-0/+4
* Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FASTWayne Davison2001-06-081-1/+1
* Don't merge a HIST_TMPSTORE entry with a previous "duplicate" line.Wayne Davison2001-05-191-3/+4
* + Changed histreduceblanks() to preserve spaces at the start of theWayne Davison2001-05-151-14/+30
* Fixed an obscure local-history bug that could make the "history"Wayne Davison2001-05-101-4/+3
* Parameter repairs, mostly for subscripting.Bart Schaefer2001-04-201-1/+1
* Slightly optimized should_ignore_line() by using getjobtext() ratherWayne Davison2001-04-101-9/+3
* properly restore noaliases in bufferwords() (13530)Sven Wischnowsky2001-02-261-1/+2
* 13280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson2001-02-191-24/+51
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-6/+22