summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 09:23:30 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 09:23:30 +0000
commit619c47b9cfde4ea60e86933092b2ce4af18bf33c (patch)
tree8668963c73c6f2be0b1fb6a3b58bac745b664fed /ChangeLog
parent2fa9bcd392be2c0ce72ee7f401860bba615b31cc (diff)
merges r21780 from trunk into ruby_1_9_1.
* array.c (rb_ary_aset): fixed arguments evaluation order. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 467e6b36b..082a5dc07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan 26 16:00:40 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * array.c (rb_ary_aset): fixed arguments evaluation order.
+
Sun Jan 25 12:02:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/Makefile.sub (clean-ext): condition of EXTS was inverted.