From bc9373dcd3e243080f5dee45432b8dbdbb8923d5 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 9 Jun 2008 06:41:06 +0000 Subject: * test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 627590a0e..daf9e1043 100644 --- a/ChangeLog +++ b/ChangeLog @@ -146,6 +146,10 @@ Fri Jun 6 15:05:02 2008 Tanaka Akira * gc.c (count_objects): clear hash after counting objects. +Fri Jun 6 12:43:41 2008 Yukihiro Matsumoto + + * test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted. + Fri Jun 6 00:05:33 2008 Tanaka Akira * lib/time.rb (Time.xmlschema): don't use float. fix -- cgit