summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-07 15:44:58 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-07 15:44:58 +0000
commit208adf5c1f8eb2698c80e4944f097d444214a35a (patch)
tree4ab020b5dd2a4ad1060b6f5b8323586ed1f32624
parentf232710cb8cc9e8ef784d4411662856094e37227 (diff)
* dir.c (fnmatch):
File.fnmatch('*?', 'a') should return true. [ruby-dev:22815] File.fnmatch('\[1\]' , '[1]') should return true. [ruby-dev:22819] * dir.c Did some styles (no change to behavior) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8123560c2c..e0174d74d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sat Feb 8 00:29:26 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
+
+ * dir.c (fnmatch):
+ File.fnmatch('*?', 'a') should return true. [ruby-dev:22815]
+ File.fnmatch('\[1\]' , '[1]') should return true. [ruby-dev:22819]
+
+ * dir.c
+ Did some styles (no change to behavior)
+
Sat Feb 7 19:56:11 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/irb/init.rb (IRB.rc_files): yield possible rc file names.