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
2025-04-15
53454: fix interrupt handling in savehistfile()
Bart Schaefer
1
-5
/
+8
2025-01-30
53335: Remove unused dupstring_glen() function
Oliver Kiddle
1
-3
/
+2
2024-12-26
53257: use monotonic clock where appropriate
dana
1
-3
/
+3
2024-03-18
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
1
-7
/
+7
2023-10-26
52244: Fix a batch of minor defects reported by Coverity.
Bart Schaefer
1
-5
/
+10
2023-06-08
51826: correctly read metafied null character from history file
Jun-ichi Takimoto
1
-2
/
+8
2023-06-06
51816: add :S history modifier with pattern match
Peter Stephenson
1
-5
/
+12
2023-05-25
51739: detect invalid history word beginning
Peter Stephenson
1
-1
/
+6
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-3
/
+3
2022-04-20
50080: add missing STOUC() in casemodify()
Jun-ichi Takimoto
1
-2
/
+2
2022-04-04
49990: casemodify() avoids metafying characters that it otherwise did not touch
Bart Schaefer
1
-5
/
+14
2021-11-28
49601: don't create ambiguous history file entries for lines ending with a ba...
Oliver Kiddle
1
-8
/
+11
2021-11-22
49586: fix :a and :A modifiers (with PWD="/") on Cygwin
Jun-ichi Takimoto
1
-1
/
+5
2021-07-23
49182: Turn off correction inside command substition.
Peter Stephenson
1
-0
/
+7
2021-04-11
48504: use SEEK_ macros in fseek() calls
Oliver Kiddle
1
-2
/
+2
2021-04-11
45396: readhistfile: avoid thousands of lseek(2) syscalls via ftell()
Michael Stapelberg
1
-6
/
+10
2020-03-25
45583/0003: chrealpath: Let caller decide how the return value should be allo...
Daniel Shahaf
1
-4
/
+7
2020-03-25
45583/0002: chrealpath: Make symlink resolution optional.
Daniel Shahaf
1
-5
/
+16
2019-12-31
24581: Fix array assignments in shell word splitting and completion.
Peter Stephenson
1
-0
/
+10
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-2
/
+2
2019-11-18
users/24445: Add :P modifier to history code.
Peter Stephenson
1
-0
/
+10
2019-06-20
44435: Handling digita arguments for :h and :t.
Peter Stephenson
1
-12
/
+80
2019-03-19
44142: Fix hist_reduce_spaces bug.
Peter Stephenson
1
-2
/
+3
2019-02-18
44067: Make history read safer on interrupt.
Yutian Li
1
-3
/
+9
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
[next]