summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-16 02:29:49 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-16 02:29:49 +0000
commitbbe76ca3130382f11ecf48132ff6588b9d17cb6e (patch)
treeb55475b72ee05bbe04f449bdc7152435c196f676 /ChangeLog
parent7307c01906482344e1df00c4dd4dbb7f0f5f8783 (diff)
Fix ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 926a2949d4..71b1c1c557 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,7 +41,7 @@ Fri Mar 12 23:52:56 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
directory recursion '**/' can be used with File::FNM_PATHNAME.
[ruby-dev:22901]
- * dir.c (fnmatch_helper):
+ * dir.c (fnmatch, fnmatch_helper):
only '/' is accepted as path separator even in DOSISH environment.
[ruby-dev:22974] [ruby-list:39337]