From 611476c10daf17ee5e725b68299ac4a7f7fb8903 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 15 Jan 2009 15:37:28 +0000 Subject: merges r21489 from trunk into ruby_1_9_1. * enc/trans/make_transdb.rb (converters): should not depend on the hash order for cross compile. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 389b410b0..85c317815 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 13 17:29:02 2009 Nobuyoshi Nakada + + * enc/trans/make_transdb.rb (converters): should not depend on the + hash order for cross compile. + Tue Jan 13 16:39:11 2009 NAKAMURA Usaku * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t, -- cgit