From a7da40cf41a584e8cf09100bacfd3c37d46178a6 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 16 Oct 1999 10:33:06 +0000 Subject: ruby -v git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68d37ca3d..ed3db7fe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Fri Oct 15 01:32:31 1999 WATANABE Hirofumi + * io.c (rb_io_ctl) :need to use NUM2ULONG, not NUM2INT. + * ext/Win32API/Win32API.c (Win32API_Call): need to use NUM2ULONG, not NUM2INT. @@ -20,6 +22,12 @@ Thu Oct 14 02:00:10 1999 Yukihiro Matsumoto * parse.y (string): compile time string concatenation. +Wed Oct 13 02:17:05 1999 EGUCHI Osamu + + * array.c (rb_ary_plus): remove recursion. + + * array.c (rb_ary_sort_bang): detect modify attempt. + Wed Oct 13 02:17:05 1999 Yukihiro Matsumoto * eval.c (block_pass): should copy block to prevent modifications. -- cgit