From 20d323310053fd443ec3bac68515232d391b98a8 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 30 Oct 2001 08:43:28 +0000 Subject: * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'. * io.c (rb_io_puts): don't treat Array specially. * bignum.c (rb_big_cmp): should convert bignum to float. * eval.c (rb_f_eval): can't modify untainted binding. * regex.c (re_compile_pattern): should preverve p0 value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c1c2cb06c..626567fed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Oct 30 14:04:04 2001 Yukihiro Matsumoto + + * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'. + + * io.c (rb_io_puts): don't treat Array specially. + + * bignum.c (rb_big_cmp): should convert bignum to float. + + * eval.c (rb_f_eval): can't modify untainted binding. + +Mon Oct 29 16:08:30 2001 Yukihiro Matsumoto + + * regex.c (re_compile_pattern): should preverve p0 value. + Mon Oct 29 14:56:44 2001 Usaku Nakamura * intern.h (rb_protect_inspect): follow the change of array.c. -- cgit