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:43:10 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-07-05 11:43:10 +0000
commit7c0a534298980e8febd7a60c1e344fb3e760a581 (patch)
tree35ac3a12553bf69d2a9546e14331ff1502b0c070 /ChangeLog
parentb65dcc197bf5e44071f9391a2b45224d2935d571 (diff)
downloadzsh-7c0a534298980e8febd7a60c1e344fb3e760a581.tar.gz
zsh-7c0a534298980e8febd7a60c1e344fb3e760a581.tar.xz
zsh-7c0a534298980e8febd7a60c1e344fb3e760a581.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 889e4075e..566343cdc 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  Clint Adams  <clint@zsh.org>
 
 	* 15242: Doc/Zsh/mod_pcre.yo,