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
*
49601: don't create ambiguous history file entries for lines ending with a ba...
Oliver Kiddle
2021-11-28
1
-8
/
+11
*
49586: fix :a and :A modifiers (with PWD="/") on Cygwin
Jun-ichi Takimoto
2021-11-22
1
-1
/
+5
*
49182: Turn off correction inside command substition.
Peter Stephenson
2021-07-23
1
-0
/
+7
*
48504: use SEEK_ macros in fseek() calls
Oliver Kiddle
2021-04-11
1
-2
/
+2
*
45396: readhistfile: avoid thousands of lseek(2) syscalls via ftell()
Michael Stapelberg
2021-04-11
1
-6
/
+10
*
45583/0003: chrealpath: Let caller decide how the return value should be allo...
Daniel Shahaf
2020-03-25
1
-4
/
+7
*
45583/0002: chrealpath: Make symlink resolution optional.
Daniel Shahaf
2020-03-25
1
-5
/
+16
*
24581: Fix array assignments in shell word splitting and completion.
Peter Stephenson
2019-12-31
1
-0
/
+10
*
45004: Fix typos in comments
Martijn Dekker
2019-12-11
1
-2
/
+2
*
users/24445: Add :P modifier to history code.
Peter Stephenson
2019-11-18
1
-0
/
+10
*
44435: Handling digita arguments for :h and :t.
Peter Stephenson
2019-06-20
1
-12
/
+80
*
44142: Fix hist_reduce_spaces bug.
Peter Stephenson
2019-03-19
1
-2
/
+3
*
44067: Make history read safer on interrupt.
Yutian Li
2019-02-18
1
-3
/
+9
*
42581(?): Fix ZLE inline history expansion.
Peter Stephenson
2018-04-04
1
-2
/
+20
*
42322 (tweaked): Fix interactive_comments history with just a coment.
Peter Stephenson
2018-01-24
1
-1
/
+12
*
42245: Abort last word on interactve comment.
Peter Stephenson
2018-01-08
1
-0
/
+22
*
41747: Don't create hash entry if just checking existence.
Peter Stephenson
2017-09-25
1
-2
/
+3
*
41239: Save and restore default history event on context stack.
Peter Stephenson
2017-06-07
1
-0
/
+2
*
41164: Don't free a history entry if it's curline.
Peter Stephenson
2017-05-30
1
-27
/
+15
*
41113 (tweaked): Save current line linkage to history ring.
Peter Stephenson
2017-05-18
1
-15
/
+27
*
40248: suppress errors from zshaddhistoryhook
Barton E. Schaefer
2017-01-03
1
-1
/
+2
*
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
2016-11-29
1
-1
/
+1
*
39958: Add extra byte to PATH_MAX allocations.
Peter Stephenson
2016-11-17
1
-1
/
+1
*
39545: Add some missing unqueue_signals().
Peter Stephenson
2016-10-03
1
-0
/
+1
*
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
[next]