summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:37:28 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:37:28 +0000
commitd87e1f760f85fa0878c6e8fa08566ac8433f597d (patch)
tree8866f9c761686bd19c2da8f1237ccae6c4330b2d /ChangeLog
parent6227816910c2d125193bb4c6bb044e7bca91bec6 (diff)
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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 389b410b0d..85c317815d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 13 17:29:02 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <usa@ruby-lang.org>
* include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,