Skip to content

Commit

Permalink
* dir.c (fnmatch):
Browse files Browse the repository at this point in the history
  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
  • Loading branch information
ocean committed Feb 7, 2004
1 parent f232710 commit 208adf5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Sat Feb 8 00:29:26 2004 Hirokazu Yamamoto <[email protected]>

* 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 <[email protected]>

* lib/irb/init.rb (IRB.rc_files): yield possible rc file names.
Expand Down

0 comments on commit 208adf5

Please sign in to comment.