aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-21 22:35:43 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-21 22:35:43 +0000
commit58949cf8f3b5df1b410bc71c57b56c1c74ed9092 (patch)
tree140469c550385ed68641750f5724568b5937a7e2 /ChangeLog
parent8d8a31bd7a4eaff794ec3db6f9292828cdc3d616 (diff)
downloadruby-58949cf8f3b5df1b410bc71c57b56c1c74ed9092.tar.gz
* array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unless
it's really necessary. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23525 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 fd54c360fe..4a93348140 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 22 05:09:43 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unless
+ it's really necessary.
+
Thu May 21 22:17:52 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.