From 79762b60276eccba7a55c1ea94a24f4837ea7852 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 13 Jan 2009 08:28:14 +0000 Subject: * 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/trunk@21489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0b0be1be1..49d2292b3 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