about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-04-11 22:26:36 +0200
committerOliver Kiddle <opk@zsh.org>2021-04-11 22:26:36 +0200
commit704d10989e0db83bd6460e847a9f89017e290474 (patch)
tree06053a32217b9f55772b630baa7a554f89be7ad3 /ChangeLog
parent638815623368683e685a8d706e57634f6fec6401 (diff)
downloadzsh-704d10989e0db83bd6460e847a9f89017e290474.tar.gz
zsh-704d10989e0db83bd6460e847a9f89017e290474.tar.xz
zsh-704d10989e0db83bd6460e847a9f89017e290474.zip
48504: use SEEK_ macros in fseek() calls
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8007f51a2..6e32e8864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2021-04-11  Oliver Kiddle  <opk@zsh.org>
 
+	* 48504: Src/hist.c, Src/input.c, Src/watch.c:
+	use SEEK_ macros in fseek() calls
+
+	* Michael Stapelberg: 45396: Src/hist.c: readhistfile:
+	avoid thousands of lseek(2) syscalls via ftell()
+
 	* Marc Chantreux: 48466: Completion/Unix/Command/_surfraw:
 	correct indentation and remove tabs and trailing spaces