summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-04 00:06:19 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-04 00:06:19 +0000
commit1e0830c1985e00da3a6bb4e03e7cc7acd1b5612a (patch)
tree97d8f4ce45762a72a07ba70ccf425c7b7ed86102 /ChangeLog
parent5c7b8af9374fde22c9f229265c4e52298293aedb (diff)
Back out the previous commit which was incorrect. I misread the
specification. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 0 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b37ccbfbd2..854b24b919 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,3 @@
-Sat May 4 07:23:20 2002 Akinori MUSHA <knu@iDaemons.org>
-
- * dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.
- This fixes a bug where fnmatch('/?a', '/.a', 0) returned true.
-
Fri May 3 20:19:00 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: add #include <errno.h> in AC_CHECK_DECLS().