From 9b5c48abedd1fc81709589deeb82846c3d17eb1d Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 25 Oct 2000 04:48:41 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0365dc222..c792f409be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,16 @@ -Fri Oct 20 07:56:23 2000 Yukihiro Matsumoto +Wed Oct 25 12:30:19 2000 Yukihiro Matsumoto - * eval.c (rb_eval): ARGSPUSH should not modify args array. + * array.c (rb_ary_concat): replacing array might be the receiver + itself. do not call rb_ary_push_m. -Wed Oct 18 03:10:20 2000 Yukihiro Matsumoto + * array.c (rb_ary_replace): replacing array might be the receiver + itself. use memmove. - * stable version 1.6.2 released. +Fri Oct 20 07:56:23 2000 Yukihiro Matsumoto + + * eval.c (rb_eval): ARGSPUSH should not modify args array. -Thu Oct 19 16:51:46 2000 Yukihiro Matsumoto +Thu Oct 19 14:58:17 2000 WATANABE Tetsuya * pack.c (NUM2U32): should use NUM2ULONG(). -- cgit v1.2.3