summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-30 08:02:42 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-30 08:02:42 +0000
commitba0756ca01443f13e1122499719f300c4e92acae (patch)
tree24c2da30d353e749671ab7ab439790f5509980c8 /ChangeLog
parentd1ffc6ae5385e8684e7e885d9155b9eefc5286cd (diff)
* test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatch
are added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b92ab28e72..73cc8a4a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 30 16:59:39 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
+
+ * test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatch
+ are added.
+
Wed Jun 30 11:38:51 2004 Elven <elven@elven.de>
* parse.y (primary): should not be NULL. [ruby-core:03098]