From 22010642b24f2b3f2bfef1324c61764dcd8cc2fd Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 11 Jun 2002 07:02:23 +0000 Subject: * eval.c (rb_eval): ruby_frame->last_func may be null, if it's called outside of a method. * parse.y (arg): use INT2NUM, not INT2FIX for tUMINUS. * parse.y (arg): unnecessary negative tPOW treatment. * parse.y (tokadd_escape): wrong backslash escapement. * parse.y (stmt,arg): too much void value check. * parse.y (stmt,arg): need to check void value on rules which does not use node_assign(). * ext/socket/socket.c (ipaddr): need not to taint hostnames. * range.c (range_include): should be based on "<=>", whereas member? still is based on "each". * range.c (range_min,range_max): redefine methods based on "<=>". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c671f625f6..fb7819ceb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,15 +40,37 @@ Mon Jun 10 19:02:19 2002 Nobuyoshi Nakada * parse.y (yylex): `0_' should be an error. (ruby-bugs-ja:PR#249) +Mon Jun 10 01:53:54 2002 Yukihiro Matsumoto + + * eval.c (rb_eval): ruby_frame->last_func may be null, if it's + called outside of a method. + + * parse.y (arg): use INT2NUM, not INT2FIX for tUMINUS. + + * parse.y (arg): unnecessary negative tPOW treatment. + + * parse.y (tokadd_escape): wrong backslash escapement. + Sun Jun 9 17:40:41 2002 Takaaki Tateishi * ext/dl: change the callback mechanism. +Sat Jun 8 00:48:38 2002 Yukihiro Matsumoto + + * parse.y (stmt,arg): too much void value check. + + * parse.y (stmt,arg): need to check void value on rules which does + not use node_assign(). + Thu Jun 6 19:50:39 2002 KONISHI Hiromasa * sample/biorhythm.rb (getPosiiton,etc) fix at changing Date module ( Date is changed Fixnum to Rational ) +Thu Jun 6 17:42:39 2002 Yukihiro Matsumoto + + * ext/socket/socket.c (ipaddr): need not to taint hostnames. + Thu Jun 6 12:04:30 2002 NAKAMURA Usaku * win32/Makefile.sub (config.status): use sub! instead of []= because @@ -58,6 +80,13 @@ Thu Jun 6 11:42:15 2002 Nobuyoshi Nakada * lib/thread.rb (Queue::pop): get rid of race condition. +Tue Jun 4 23:09:24 2002 Yukihiro Matsumoto + + * range.c (range_include): should be based on "<=>", whereas + member? still is based on "each". + + * range.c (range_min,range_max): redefine methods based on "<=>". + Tue Jun 4 18:28:37 2002 WATANABE Hirofumi * ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete. -- cgit v1.2.3