about summary refs log tree commit diff
path: root/Src/hist.c
Commit message (Expand)AuthorAgeFilesLines
* 41164: Don't free a history entry if it's curline.Peter Stephenson2017-05-301-27/+15
* 41113 (tweaked): Save current line linkage to history ring.Peter Stephenson2017-05-181-15/+27
* 40248: suppress errors from zshaddhistoryhookBarton E. Schaefer2017-01-031-1/+2
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
* 39958: Add extra byte to PATH_MAX allocations.Peter Stephenson2016-11-171-1/+1
* 39545: Add some missing unqueue_signals().Peter Stephenson2016-10-031-0/+1
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-301-1/+1
* 37819: zshaddhistory hook works for any history file write, even upon keyboar...Barton E. Schaefer2016-01-271-4/+11
* 36909: in getargs(), sanity-check the offsets for start and end of the reques...Barton E. Schaefer2015-10-211-2/+16
* 36468: Fix infinite loop exiting from Zle widget.Peter Stephenson2015-09-101-0/+6
* 35883: Don't attempt to back up over history if expanding aliasPeter Stephenson2015-07-241-1/+2
* 35854: ensure history character unget doesn't recurse infinitelyPeter Stephenson2015-07-231-2/+8
* Add non-metafied character length handling.Peter Stephenson2015-06-121-1/+1
* 34961: clean up declarations of quote() and quotebreak()Barton E. Schaefer2015-04-251-3/+3
* 34817: Catch some errors earlier when reading history.Peter Stephenson2015-03-291-1/+5
* 34776: improve suppression of alias expansions from history.Peter Stephenson2015-03-251-34/+12
* 34759: improve implementation of last commitPeter Stephenson2015-03-221-1/+2
* 34758: fix yet more history / command subst interaction.Peter Stephenson2015-03-221-1/+13
* 34742: history expansion inside command substitution failed.Peter Stephenson2015-03-191-2/+4
* 34623: free history more often if "remetafying"Peter Stephenson2015-02-231-2/+6
* 34615 + 34619: Remeta one frame earlierMikael Magnusson2015-02-231-35/+30
* 34604: Work around problem with changes in Meta characters.Peter Stephenson2015-02-221-3/+37
* 34389: fix parsing of ">!" when read from histfile with HIST_LEX_WORDSBarton E. Schaefer2015-01-251-1/+2
* 34365: History lockfile backoff: randomised time.Peter Stephenson2015-01-251-10/+31
* 34319: fix alias expansion in history for command substitutionPeter Stephenson2015-01-181-6/+20
* unposted: another dubious comment in hist.c fixedPeter Stephenson2015-01-161-2/+2
* unposted: improve comment on hist_in_word().Peter Stephenson2015-01-161-2/+6
* 32413: turn off history word marking in cmd substPeter Stephenson2015-01-161-2/+20
* hist: remove wrong NULL terminatorMikael Magnusson2015-01-101-1/+0
* Rearrange context saving.Peter Stephenson2015-01-091-2/+86
* 34107: getsubsargs: free ptr1 before returningMikael Magnusson2015-01-061-0/+1
* 34106: hist: use zhtricat instead of tricatMikael Magnusson2015-01-061-1/+1
* 34118: Don't crash when writing out history if HOST is unsetMikael Magnusson2015-01-061-1/+2
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-4/+6
* 33820: detect support for realpath() with a NULLOliver Kiddle2014-11-301-25/+22
* 33429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and ...Barton E. Schaefer2014-10-101-3/+6
* users/19183: improve unlikely error case with fdopen in history codePeter Stephenson2014-09-291-1/+6
* 33116: followup to 32580 to prevent double-locking with shared or incremental...Barton E. Schaefer2014-09-061-6/+8
* 32882 (cf. Augie Fackler 32879): correct reload of backslash-continuation lin...Barton E. Schaefer2014-07-171-2/+12
* 32682 with tweaks: Add INC_APPEND_HISTORY_TIME.Peter Stephenson2014-06-061-5/+9
* 32580: avoid indefinite wait in lockhistfile() by checking for lock file time...Barton E. Schaefer2014-04-251-15/+32
* 32531: fix memory leaks detected by valgrindBarton E. Schaefer2014-04-061-1/+2
* 31823: add HISTORY_IGNORE parameterBarton E. Schaefer2013-10-171-0/+17
* 31830: New feature for zshaddhistory hooks.Peter Stephenson2013-10-171-4/+21
* 31815: another fix for INCAPPENDHISTORY change.Peter Stephenson2013-10-111-2/+15
* 31797: to match documentation, avoid expanding history when there is neither aBarton E. Schaefer2013-10-081-0/+6
* 31794: further refinement to INCAPPENDHISTORY change.Peter Stephenson2013-10-071-1/+9
* 31793: Fix problem with non-interactive history.Peter Stephenson2013-10-071-1/+1
* 31789: Save history for INCAPPENDHISTORY later.Han Pingtian2013-10-051-1/+7
* 31770: memmove() instead of memcpy() for overlapping regions.Barton E. Schaefer2013-09-261-1/+1