summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-16 02:32:32 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-16 02:32:32 +0000
commit3210044a2b414b4bfbd46d3353f407f9d80945fe (patch)
treef9f34d5eb5025b1947572feb10199b9db672c940 /ChangeLog
parentbbe76ca3130382f11ecf48132ff6588b9d17cb6e (diff)
Fix ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 6 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 71b1c1c557..47c55a346a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,16 +37,14 @@ Sat Mar 13 14:56:32 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
Fri Mar 12 23:52:56 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
- * dir.c (fnmatch):
- directory recursion '**/' can be used with File::FNM_PATHNAME.
- [ruby-dev:22901]
+ * dir.c (fnmatch): directory recursion '**/' can be used with
+ File::FNM_PATHNAME. [ruby-dev:22901]
- * dir.c (fnmatch, fnmatch_helper):
- only '/' is accepted as path separator even in DOSISH environment.
- [ruby-dev:22974] [ruby-list:39337]
+ * dir.c (fnmatch, fnmatch_helper): only '/' is accepted as path
+ separator even in DOSISH environment. [ruby-dev:22974]
+ [ruby-list:39337]
- * dir.c (fnmatch_helper):
- faster '*' matching.
+ * dir.c (fnmatch_helper): faster '*' matching.
Fri Mar 12 20:19:16 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>