about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-04-25 08:30:18 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-04-25 08:30:18 -0700
commit979f72199f3d3e98b1f6c712fa26f731dac2cb51 (patch)
tree3593554651c2c351c579735b0efa68e9cc2bb69a /ChangeLog
parent9da59238ff3163de41800c82d6304b9a09307fcf (diff)
downloadzsh-979f72199f3d3e98b1f6c712fa26f731dac2cb51.tar.gz
zsh-979f72199f3d3e98b1f6c712fa26f731dac2cb51.tar.xz
zsh-979f72199f3d3e98b1f6c712fa26f731dac2cb51.zip
32580: avoid indefinite wait in lockhistfile() by checking for lock file time stamp in the future
Also change behavior of HIST_FCNTL_LOCK to use only fcntl() locking, rather
than applying both kinds of lock.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07ee44a2e..6e465c34f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-04-25  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 32580: Src/hist.c: avoid indefinite wait in lockhistfile() by
+	checking for lock file time stamp far in the future relative to
+	the local clock.  Change behavior of HIST_FCNTL_LOCK to use only
+	fcntl() locking, rather than applying both kinds of lock.
+
 2014-04-20  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 32569: Src/loop.c: lastval ($?) should not be reset between