From 89dbf99bacac40fa17045c8322f20fc4c9c8d070 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Jul 2002 06:14:10 +0000 Subject: * numeric.c (num_to_int): default to_int implementaion for every numeric class. * re.c (rb_reg_quote): initial part of the string was never copied to the quoted string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ced20623db..37e502cef3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Jul 27 23:07:52 2002 Yukihiro Matsumoto + + * numeric.c (num_to_int): default to_int implementaion for every + numeric class. + +Sat Jul 27 08:09:03 2002 Booker C. Bense + + * re.c (rb_reg_quote): initial part of the string was never copied + to the quoted string. + Fri Jul 26 23:03:53 2002 Nobuyoshi Nakada * eval.c (rb_eval): no need to convert to string twice. -- cgit v1.2.3