index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
hist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-04
42581(?): Fix ZLE inline history expansion.
Peter Stephenson
1
-2
/
+20
2018-01-24
42322 (tweaked): Fix interactive_comments history with just a coment.
Peter Stephenson
1
-1
/
+12
2018-01-08
42245: Abort last word on interactve comment.
Peter Stephenson
1
-0
/
+22
2017-09-25
41747: Don't create hash entry if just checking existence.
Peter Stephenson
1
-2
/
+3
2017-06-07
41239: Save and restore default history event on context stack.
Peter Stephenson
1
-0
/
+2
2017-05-30
41164: Don't free a history entry if it's curline.
Peter Stephenson
1
-27
/
+15
2017-05-18
41113 (tweaked): Save current line linkage to history ring.
Peter Stephenson
1
-15
/
+27
2017-01-03
40248: suppress errors from zshaddhistoryhook
Barton E. Schaefer
1
-1
/
+2
2016-11-29
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
1
-1
/
+1
2016-11-17
39958: Add extra byte to PATH_MAX allocations.
Peter Stephenson
1
-1
/
+1
2016-10-03
39545: Add some missing unqueue_signals().
Peter Stephenson
1
-0
/
+1
2016-01-30
37838: use UNUSED() consistently
Jun-ichi Takimoto
1
-1
/
+1
2016-01-27
37819: zshaddhistory hook works for any history file write, even upon keyboar...
Barton E. Schaefer
1
-4
/
+11
2015-10-21
36909: in getargs(), sanity-check the offsets for start and end of the reques...
Barton E. Schaefer
1
-2
/
+16
2015-09-10
36468: Fix infinite loop exiting from Zle widget.
Peter Stephenson
1
-0
/
+6
2015-07-24
35883: Don't attempt to back up over history if expanding alias
Peter Stephenson
1
-1
/
+2
2015-07-23
35854: ensure history character unget doesn't recurse infinitely
Peter Stephenson
1
-2
/
+8
2015-06-12
Add non-metafied character length handling.
Peter Stephenson
1
-1
/
+1
2015-04-25
34961: clean up declarations of quote() and quotebreak()
Barton E. Schaefer
1
-3
/
+3
2015-03-29
34817: Catch some errors earlier when reading history.
Peter Stephenson
1
-1
/
+5
2015-03-25
34776: improve suppression of alias expansions from history.
Peter Stephenson
1
-34
/
+12
2015-03-22
34759: improve implementation of last commit
Peter Stephenson
1
-1
/
+2
2015-03-22
34758: fix yet more history / command subst interaction.
Peter Stephenson
1
-1
/
+13
2015-03-19
34742: history expansion inside command substitution failed.
Peter Stephenson
1
-2
/
+4
2015-02-23
34623: free history more often if "remetafying"
Peter Stephenson
1
-2
/
+6
2015-02-23
34615 + 34619: Remeta one frame earlier
Mikael Magnusson
1
-35
/
+30
2015-02-22
34604: Work around problem with changes in Meta characters.
Peter Stephenson
1
-3
/
+37
2015-01-25
34389: fix parsing of ">!" when read from histfile with HIST_LEX_WORDS
Barton E. Schaefer
1
-1
/
+2
2015-01-25
34365: History lockfile backoff: randomised time.
Peter Stephenson
1
-10
/
+31
2015-01-18
34319: fix alias expansion in history for command substitution
Peter Stephenson
1
-6
/
+20
2015-01-16
unposted: another dubious comment in hist.c fixed
Peter Stephenson
1
-2
/
+2
2015-01-16
unposted: improve comment on hist_in_word().
Peter Stephenson
1
-2
/
+6
2015-01-16
32413: turn off history word marking in cmd subst
Peter Stephenson
1
-2
/
+20
2015-01-10
hist: remove wrong NULL terminator
Mikael Magnusson
1
-1
/
+0
2015-01-09
Rearrange context saving.
Peter Stephenson
1
-2
/
+86
2015-01-06
34107: getsubsargs: free ptr1 before returning
Mikael Magnusson
1
-0
/
+1
2015-01-06
34106: hist: use zhtricat instead of tricat
Mikael Magnusson
1
-1
/
+1
2015-01-06
34118: Don't crash when writing out history if HOST is unset
Mikael Magnusson
1
-1
/
+2
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-4
/
+6
2014-11-30
33820: detect support for realpath() with a NULL
Oliver Kiddle
1
-25
/
+22
2014-10-10
33429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and ...
Barton E. Schaefer
1
-3
/
+6
2014-09-29
users/19183: improve unlikely error case with fdopen in history code
Peter Stephenson
1
-1
/
+6
2014-09-06
33116: followup to 32580 to prevent double-locking with shared or incremental...
Barton E. Schaefer
1
-6
/
+8
2014-07-17
32882 (cf. Augie Fackler 32879): correct reload of backslash-continuation lin...
Barton E. Schaefer
1
-2
/
+12
2014-06-06
32682 with tweaks: Add INC_APPEND_HISTORY_TIME.
Peter Stephenson
1
-5
/
+9
2014-04-25
32580: avoid indefinite wait in lockhistfile() by checking for lock file time...
Barton E. Schaefer
1
-15
/
+32
2014-04-06
32531: fix memory leaks detected by valgrind
Barton E. Schaefer
1
-1
/
+2
2013-10-17
31823: add HISTORY_IGNORE parameter
Barton E. Schaefer
1
-0
/
+17
2013-10-17
31830: New feature for zshaddhistory hooks.
Peter Stephenson
1
-4
/
+21
2013-10-11
31815: another fix for INCAPPENDHISTORY change.
Peter Stephenson
1
-2
/
+15
[next]