about summary refs log tree commit diff
path: root/Src/hist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix "vared -h" in shell scripts.Bart Schaefer2000-10-211-2/+7
* Don't call histreduceblanks() if the line didn't parse right.Wayne Davison2000-10-191-4/+5
* isalpha() -> ialpha(); avoid a compiler warning (12439)Sven Wischnowsky2000-07-311-1/+1
* Renamed shouldIgnoreLine() to should_ignore_line().Wayne Davison2000-07-201-2/+2
* Support "builtin" in the HIST_NO_STORE check.Wayne Davison2000-07-201-3/+6
* Removed remhist() and HA_JUNKED, added an Eprog arg to hend(), andWayne Davison2000-07-191-25/+47
* + Got rid of the spaceflag variable.Wayne Davison2000-07-181-11/+8
* Fix the gethistent() function and enhanced the reliability of theWayne Davison2000-07-171-9/+14
* + Needed to call unmeta() in a few spots that used the HISTFILE name.Wayne Davison2000-07-161-20/+36
* condition parsing with (z) flagSven Wischnowsky2000-07-131-0/+4
* slightly improved (z) flag for parsing conditions; recognising glob flags in ...Sven Wischnowsky2000-07-131-6/+9
* fix for (z) flag, don't take # as comment (12228)Sven Wischnowsky2000-07-121-3/+4
* AIX depenency fix (11661)Oliver Kiddle2000-05-301-1/+1
* Wayne: Fix two history bugs that were causing theBart Schaefer2000-05-301-20/+19
* save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky2000-05-231-1/+6
* Wayne: fix for print -s when called from widget; added lines are not immediat...Sven Wischnowsky2000-05-051-25/+44
* fix for the (z) flag: report partial word (like `"foo', without a closing quo...Sven Wischnowsky2000-05-031-0/+5
* new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky2000-05-031-3/+25
* new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t...Sven Wischnowsky2000-04-121-292/+719
* Initial revisionTanaka Akira1999-04-151-0/+1670