index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
hist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
37838: use UNUSED() consistently
Jun-ichi Takimoto
2016-01-30
1
-1
/
+1
*
37819: zshaddhistory hook works for any history file write, even upon keyboar...
Barton E. Schaefer
2016-01-27
1
-4
/
+11
*
36909: in getargs(), sanity-check the offsets for start and end of the reques...
Barton E. Schaefer
2015-10-21
1
-2
/
+16
*
36468: Fix infinite loop exiting from Zle widget.
Peter Stephenson
2015-09-10
1
-0
/
+6
*
35883: Don't attempt to back up over history if expanding alias
Peter Stephenson
2015-07-24
1
-1
/
+2
*
35854: ensure history character unget doesn't recurse infinitely
Peter Stephenson
2015-07-23
1
-2
/
+8
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
1
-1
/
+1
*
34961: clean up declarations of quote() and quotebreak()
Barton E. Schaefer
2015-04-25
1
-3
/
+3
*
34817: Catch some errors earlier when reading history.
Peter Stephenson
2015-03-29
1
-1
/
+5
*
34776: improve suppression of alias expansions from history.
Peter Stephenson
2015-03-25
1
-34
/
+12
*
34759: improve implementation of last commit
Peter Stephenson
2015-03-22
1
-1
/
+2
*
34758: fix yet more history / command subst interaction.
Peter Stephenson
2015-03-22
1
-1
/
+13
*
34742: history expansion inside command substitution failed.
Peter Stephenson
2015-03-19
1
-2
/
+4
*
34623: free history more often if "remetafying"
Peter Stephenson
2015-02-23
1
-2
/
+6
*
34615 + 34619: Remeta one frame earlier
Mikael Magnusson
2015-02-23
1
-35
/
+30
*
34604: Work around problem with changes in Meta characters.
Peter Stephenson
2015-02-22
1
-3
/
+37
*
34389: fix parsing of ">!" when read from histfile with HIST_LEX_WORDS
Barton E. Schaefer
2015-01-25
1
-1
/
+2
*
34365: History lockfile backoff: randomised time.
Peter Stephenson
2015-01-25
1
-10
/
+31
*
34319: fix alias expansion in history for command substitution
Peter Stephenson
2015-01-18
1
-6
/
+20
*
unposted: another dubious comment in hist.c fixed
Peter Stephenson
2015-01-16
1
-2
/
+2
*
unposted: improve comment on hist_in_word().
Peter Stephenson
2015-01-16
1
-2
/
+6
*
32413: turn off history word marking in cmd subst
Peter Stephenson
2015-01-16
1
-2
/
+20
*
hist: remove wrong NULL terminator
Mikael Magnusson
2015-01-10
1
-1
/
+0
*
Rearrange context saving.
Peter Stephenson
2015-01-09
1
-2
/
+86
*
34107: getsubsargs: free ptr1 before returning
Mikael Magnusson
2015-01-06
1
-0
/
+1
*
34106: hist: use zhtricat instead of tricat
Mikael Magnusson
2015-01-06
1
-1
/
+1
*
34118: Don't crash when writing out history if HOST is unset
Mikael Magnusson
2015-01-06
1
-1
/
+2
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-4
/
+6
*
33820: detect support for realpath() with a NULL
Oliver Kiddle
2014-11-30
1
-25
/
+22
*
33429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and ...
Barton E. Schaefer
2014-10-10
1
-3
/
+6
*
users/19183: improve unlikely error case with fdopen in history code
Peter Stephenson
2014-09-29
1
-1
/
+6
*
33116: followup to 32580 to prevent double-locking with shared or incremental...
Barton E. Schaefer
2014-09-06
1
-6
/
+8
*
32882 (cf. Augie Fackler 32879): correct reload of backslash-continuation lin...
Barton E. Schaefer
2014-07-17
1
-2
/
+12
*
32682 with tweaks: Add INC_APPEND_HISTORY_TIME.
Peter Stephenson
2014-06-06
1
-5
/
+9
*
32580: avoid indefinite wait in lockhistfile() by checking for lock file time...
Barton E. Schaefer
2014-04-25
1
-15
/
+32
*
32531: fix memory leaks detected by valgrind
Barton E. Schaefer
2014-04-06
1
-1
/
+2
*
31823: add HISTORY_IGNORE parameter
Barton E. Schaefer
2013-10-17
1
-0
/
+17
*
31830: New feature for zshaddhistory hooks.
Peter Stephenson
2013-10-17
1
-4
/
+21
*
31815: another fix for INCAPPENDHISTORY change.
Peter Stephenson
2013-10-11
1
-2
/
+15
*
31797: to match documentation, avoid expanding history when there is neither a
Barton E. Schaefer
2013-10-08
1
-0
/
+6
*
31794: further refinement to INCAPPENDHISTORY change.
Peter Stephenson
2013-10-07
1
-1
/
+9
*
31793: Fix problem with non-interactive history.
Peter Stephenson
2013-10-07
1
-1
/
+1
*
31789: Save history for INCAPPENDHISTORY later.
Han Pingtian
2013-10-05
1
-1
/
+7
*
31770: memmove() instead of memcpy() for overlapping regions.
Barton E. Schaefer
2013-09-26
1
-1
/
+1
*
users/17908: Keep history line in sync between ZLE and shell.
Peter Stephenson
2013-08-08
1
-0
/
+10
*
31750: fix for HISTREDUCEBLANKS option.
Peter Stephenson
2013-07-24
1
-2
/
+27
*
30789: Add CONTINUE_ON_ERROR for old behaviour.
Peter Stephenson
2012-11-15
1
-1
/
+1
*
30433: double backslash is not line continuation.
Bart Schaefer
2012-04-21
1
-1
/
+2
*
Timothy Redaelli: file name manipulations
Peter Stephenson
2012-02-08
1
-0
/
+5
*
29694: avoid overwriting current history word when not expanding an alias
Bart Schaefer
2011-08-18
1
-1
/
+2
[next]