about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2008-05-05 01:14:04 +0000
committerWayne Davison <wayned@users.sourceforge.net>2008-05-05 01:14:04 +0000
commitf7b2570e158e8fbf84c8a96bced4f9866feeb753 (patch)
treec114ceec60e94a9433772af5ff207383c0b283d0 /ChangeLog
parent7d8eb45b18aa9da41f8a50058c3487a563058440 (diff)
downloadzsh-f7b2570e158e8fbf84c8a96bced4f9866feeb753.tar.gz
zsh-f7b2570e158e8fbf84c8a96bced4f9866feeb753.tar.xz
zsh-f7b2570e158e8fbf84c8a96bced4f9866feeb753.zip
Locking simplification and signed/unsigned fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e69df02a..e5e66fc42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-04  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* 24831 plus changes: Src/hist.c: simplified fcntl() locking.
+
+	* unposted: Src/Zle/zle_hist.c, Src/Zle/zle_misc.c: fixed
+	signed/unsigned warnings, including an always true "if".
+
 2008-05-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* Phil Pennock: 24904 + 24916: configure.ac, Src/system.h: don't
@@ -5,7 +12,7 @@
 	if the standard says we need it for wcwidth().
 
 	* 24915: Src/Zle/zle_hist.c, Src/Zle/zle_misc.c,
-	Src/Zle/zle_move.c: Src/Zle/zle_vi.c: some more fix-ups for
+	Src/Zle/zle_move.c, Src/Zle/zle_vi.c: some more fix-ups for
 	combining characters.
 
 2008-05-02  Peter Stephenson  <p.w.stephenson@ntlworld.com>
@@ -195,7 +202,7 @@
 	* unposted: NEWS: list new features so far since 4.3.6.
 
 	* Vincent Lefevre: 24818: Doc/Zsh/options.yo (modified),
-	Src/hist.c (with #ifdef HAVE_TRUNCATE), Src/options.c, Src/zsh.h:
+	Src/hist.c (with #ifdef HAVE_FTRUNCATE), Src/options.c, Src/zsh.h:
 	history file locking using fcntl().
 
 2008-04-16  Clint Adams  <clint@zsh.org>