aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-13 08:28:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-13 08:28:14 +0000
commit4cb8d3316afc452993d8e6d26e2818f412b400a2 (patch)
treeaa35df09bae8fa68256676da847fc1bf5928d078 /ChangeLog
parent7371086f6883270cdcc77e3eb32edf08f2d0ae9a (diff)
downloadruby-4cb8d3316afc452993d8e6d26e2818f412b400a2.tar.gz
* 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/trunk@21489 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 0b0be1be1d..49d2292b30 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,