summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-19 11:36:48 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-19 11:36:48 +0000
commitf40ec8b0b42d49c5e842b1c0b060c693f3cf55e3 (patch)
tree1f113bf0404909fd0468061d1806bc88a0ea83ca /ChangeLog
parent34e2f9ada7c319e8d262ce082232d4b488def259 (diff)
merges r20840 from trunk into ruby_1_9_1.
* array.c (rb_ary_push_m): add modification check before actual operation. [ruby-dev:37440] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cebb78c28..70a52b156 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,10 @@ Wed Dec 17 15:44:28 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* array.c (rb_ary_pop_m): use enum ary_take_pos_flags.
-Wed Dec 17 15:22:45 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+ * array.c (rb_ary_push_m): add modification check before actual
+ operation. [ruby-dev:37440]
+
+Wed Dec 17 15:35:39 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* configure.in (OBJDUMP, OBJCOPY):
Also BSD's ports prefixes GNU binutils with 'g'.