summaryrefslogtreecommitdiff
path: root/Src/hist.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-1229542: fix crash in hbegin(), remove bad testPeter Stephenson1-37/+113
2011-06-0329413: "print -S" for saving to history with lexical word splitPeter Stephenson1-101/+138
2011-05-27histlexwords splitting of ";;" in casePeter Stephenson1-0/+7
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2010-12-14lexsave/lexrestore lexflagsPeter Stephenson1-7/+4
2010-12-1428528: Rearrange zleparse to lexflagsPeter Stephenson1-13/+12
2010-12-1228510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson1-4/+26
2010-10-1028339: backslash-newline history without HIST_LEX_WORDSPeter Stephenson1-3/+9
2010-10-1028332: backslash-newline with HIST_LEX_WORDSPeter Stephenson1-2/+12
2010-10-0728327: fix pseudolexical word splitting with RC_QUOTESPeter Stephenson1-10/+8
2010-10-06not yet posted: fix some more HIST_LEX_WORDS anomaliesPeter Stephenson1-17/+35
2010-10-0628319: (z) splitting odditiesPeter Stephenson1-18/+88
2010-10-0228308/28310: HIST_LEX_WORDS, check for quick history readPeter Stephenson1-44/+64
2010-09-2528295 plus tweak: use lexer to split words from history filePeter Stephenson1-21/+59
2010-06-2228047: attempt to make locking with fc command more usefulPeter Stephenson1-24/+58
2010-03-2227823: fix memory access in 27822Peter Stephenson1-2/+2
2010-03-22Fix ZLE access to pushed history linePeter Stephenson1-0/+16
2009-12-18Add symlink-based hist-file locking.Wayne Davison1-2/+30
2009-08-1627216: set chwords to NULL when freedPeter Stephenson1-0/+2
2009-03-2326748: c modifier to add command pathPeter Stephenson1-0/+7
2009-03-20Bart: 26761: typo in realpath() checkPeter Stephenson1-1/+1
2009-03-1926754: tweak zgetdir() and test for realpath()Peter Stephenson1-3/+29
2009-03-1826752: fix ../ removal and metafication in :a and :A modifersPeter Stephenson1-3/+7
2009-03-15Michael Hwang: 26731 with cosmetic changes: add "a" and "A" modifiersPeter Stephenson1-0/+141
2009-03-1526735: Check some function return values for failures. Gets rid ofWayne Davison1-2/+2
2009-03-10print message if we give up trying to crate a lock file with hard linksPeter Stephenson1-3/+6
2009-02-2526602: history substitution buffer could overflow with no testPeter Stephenson1-3/+15