From 0c3fa2f3e92e86fc30bda831c883592bf66fa7f7 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 25 Oct 2000 04:48:41 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/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 f0365dc22..c792f409b 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