From 08c09e784058736fb96999b8cc0e2d9d85e1a997 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Sep 2003 00:31:59 +0000 Subject: * test/runner.rb: glob for directories. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4982b1fea..d95f5f54d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 30 09:31:56 2003 Nobuyoshi Nakada + + * test/runner.rb: glob for directories. + Tue Sep 30 09:11:43 2003 Yukihiro Matsumoto * eval.c (rb_eval): while/until should not capture break unless @@ -79,9 +83,9 @@ Sun Sep 28 11:14:19 2003 Koji Arai * ext/digest/digest.c (Init_digest): `copy_object' was deprecated. `initialize_copy' should be defined. - + * ext/stringio/stringio.c (Init_stringio): ditto. - + Mon Sep 27 15:58:50 2003 NAKAMURA, Hiroshi * lib/soap/rpc/cgistub.rb: make logging severity threshold higher. -- cgit