summaryrefslogtreecommitdiff
path: root/Src/hist.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-2136909: in getargs(), sanity-check the offsets for start and end of the reques...Barton E. Schaefer1-2/+16
2015-09-1036468: Fix infinite loop exiting from Zle widget.Peter Stephenson1-0/+6
2015-07-2435883: Don't attempt to back up over history if expanding aliasPeter Stephenson1-1/+2
2015-07-2335854: ensure history character unget doesn't recurse infinitelyPeter Stephenson1-2/+8
2015-06-12Add non-metafied character length handling.Peter Stephenson1-1/+1
2015-04-2534961: clean up declarations of quote() and quotebreak()Barton E. Schaefer1-3/+3
2015-03-2934817: Catch some errors earlier when reading history.Peter Stephenson1-1/+5
2015-03-2534776: improve suppression of alias expansions from history.Peter Stephenson1-34/+12
2015-03-2234759: improve implementation of last commitPeter Stephenson1-1/+2
2015-03-2234758: fix yet more history / command subst interaction.Peter Stephenson1-1/+13
2015-03-1934742: history expansion inside command substitution failed.Peter Stephenson1-2/+4
2015-02-2334623: free history more often if "remetafying"Peter Stephenson1-2/+6
2015-02-2334615 + 34619: Remeta one frame earlierMikael Magnusson1-35/+30
2015-02-2234604: Work around problem with changes in Meta characters.Peter Stephenson1-3/+37
2015-01-2534389: fix parsing of ">!" when read from histfile with HIST_LEX_WORDSBarton E. Schaefer1-1/+2
2015-01-2534365: History lockfile backoff: randomised time.Peter Stephenson1-10/+31
2015-01-1834319: fix alias expansion in history for command substitutionPeter Stephenson1-6/+20
2015-01-16unposted: another dubious comment in hist.c fixedPeter Stephenson1-2/+2
2015-01-16unposted: improve comment on hist_in_word().Peter Stephenson1-2/+6
2015-01-1632413: turn off history word marking in cmd substPeter Stephenson1-2/+20
2015-01-10hist: remove wrong NULL terminatorMikael Magnusson1-1/+0
2015-01-09Rearrange context saving.Peter Stephenson1-2/+86
2015-01-0634107: getsubsargs: free ptr1 before returningMikael Magnusson1-0/+1
2015-01-0634106: hist: use zhtricat instead of tricatMikael Magnusson1-1/+1
2015-01-0634118: Don't crash when writing out history if HOST is unsetMikael Magnusson1-1/+2
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson1-4/+6
2014-11-3033820: detect support for realpath() with a NULLOliver Kiddle1-25/+22
2014-10-1033429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and ...Barton E. Schaefer1-3/+6
2014-09-29users/19183: improve unlikely error case with fdopen in history codePeter Stephenson1-1/+6
2014-09-0633116: followup to 32580 to prevent double-locking with shared or incremental...Barton E. Schaefer1-6/+8
2014-07-1732882 (cf. Augie Fackler 32879): correct reload of backslash-continuation lin...Barton E. Schaefer1-2/+12
2014-06-0632682 with tweaks: Add INC_APPEND_HISTORY_TIME.Peter Stephenson1-5/+9
2014-04-2532580: avoid indefinite wait in lockhistfile() by checking for lock file time...Barton E. Schaefer1-15/+32
2014-04-0632531: fix memory leaks detected by valgrindBarton E. Schaefer1-1/+2
2013-10-1731823: add HISTORY_IGNORE parameterBarton E. Schaefer1-0/+17
2013-10-1731830: New feature for zshaddhistory hooks.Peter Stephenson1-4/+21
2013-10-1131815: another fix for INCAPPENDHISTORY change.Peter Stephenson1-2/+15
2013-10-0831797: to match documentation, avoid expanding history when there is neither aBarton E. Schaefer1-0/+6
2013-10-0731794: further refinement to INCAPPENDHISTORY change.Peter Stephenson1-1/+9
2013-10-0731793: Fix problem with non-interactive history.Peter Stephenson1-1/+1
2013-10-0531789: Save history for INCAPPENDHISTORY later.Han Pingtian1-1/+7
2013-09-2631770: memmove() instead of memcpy() for overlapping regions.Barton E. Schaefer1-1/+1
2013-08-08users/17908: Keep history line in sync between ZLE and shell.Peter Stephenson1-0/+10
2013-07-2431750: fix for HISTREDUCEBLANKS option.Peter Stephenson1-2/+27
2012-11-1530789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson1-1/+1
2012-04-2130433: double backslash is not line continuation.Bart Schaefer1-1/+2
2012-02-08Timothy Redaelli: file name manipulationsPeter Stephenson1-0/+5
2011-08-1829694: avoid overwriting current history word when not expanding an aliasBart Schaefer1-1/+2
2011-08-14unposted: fix a typo in a comment.Mikael Magnusson1-1/+1
2011-07-18users/16131: skip reading empty history filePeter Stephenson1-3/+5