summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2000-07-17 02:16:36 +0000
committerWayne Davison <wayned@users.sourceforge.net>2000-07-17 02:16:36 +0000
commit5d04a4010a39211f25ea8464107cae28bf85469d (patch)
tree09075edf26ec825f3b303080cc45757c038a321f
parent656bce6bf5b146e0d1fbd85cfa52750022e4f759 (diff)
downloadzsh-5d04a4010a39211f25ea8464107cae28bf85469d.tar.gz
zsh-5d04a4010a39211f25ea8464107cae28bf85469d.zip
Added comment for patch 12265.
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3acf307e7..9cd0cd46c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2000-07-17 Wayne Davison <wayned@users.sourceforge.net>
+
+ * 12265: Src/hist.c: Fixed gethistent(). Fixed a race condition
+ in the SHARE_HISTORY code that could fail to import some shared
+ history lines from other shells.
+
2000-07-16 Wayne Davison <wayned@users.sourceforge.net>
- * 12260: Src/hist.c: Added unmeta() calls, fixed lockhistfile().
+ * 12260: Src/hist.c: Added unmeta() calls. Fixed lockhistfile().
2000-07-13 Peter Stephenson <pws@cambridgesiliconradio.com>