about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-06-18 07:34:34 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-06-18 07:34:34 +0000
commit39e152d2973235b824253bb82619199389dd9c40 (patch)
tree04d7a7ddad7f6c6f011fa991d47cc37479bb2122 /ChangeLog
parent3c7f60d08479cf4f8da842c3305f8deeedef8031 (diff)
downloadzsh-39e152d2973235b824253bb82619199389dd9c40.tar.gz
zsh-39e152d2973235b824253bb82619199389dd9c40.tar.xz
zsh-39e152d2973235b824253bb82619199389dd9c40.zip
make zcompile unlink() the zwc file first (in case it is currently mapped we don't want to overwrite it); also, create the file read-only (14952)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ded9cb6d..b792f75a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-06-18  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 14952: Src/parse.c: make zcompile unlink() the zwc file first
+	(in case it is currently mapped we don't want to overwrite it);
+	also, create the file read-only
+
 	* 14951: Src/signals.c, Src/signals.h: rename handler() to
 	zhandler() because it's now exported to modules