about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2001-07-05 11:47:04 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-07-05 11:47:04 +0000
commite68b60bc77e6063329ea3f4c9f82e5b0652ada9e (patch)
tree6e4967bf2fe13e6d8f22562eda35384fa8ce0d13 /ChangeLog
parentdd1818408fb1f20c33a0e8ba573b971a6fd11a47 (diff)
downloadzsh-e68b60bc77e6063329ea3f4c9f82e5b0652ada9e.tar.gz
zsh-e68b60bc77e6063329ea3f4c9f82e5b0652ada9e.tar.xz
zsh-e68b60bc77e6063329ea3f4c9f82e5b0652ada9e.zip
15253: hash foo together with foo.exe on Cygwin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f57ef18c..fa0bbb5cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-05  Andrej Borsenkow  <bor@zsh.org>
+
+        * 15253 : Src/hashtable.c: make hashdir() hash foo in addition
+	to foo.exe on Cygwin again (lost when Cygwin gcc stopped setting
+	_WIN32 by default).
+
 2001-07-03  Oliver Kiddle  <opk@zsh.org>
 
 	* 15223, Akinori Musha: 15215: Completion/Unix/Command/.distfiles,