1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 18:10:56 +01:00

Added comment for patch 12265.

This commit is contained in:
Wayne Davison 2000-07-17 02:16:36 +00:00
parent 656bce6bf5
commit 5d04a4010a

View file

@ -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>