From 1132d84b00ad971e588dfa80efd6a8bd1d3471ca Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 10 Jun 2002 10:06:12 +0000 Subject: * numeric.c (fix_lshift): negative shift count means right shift. * numeric.c (fix_rshift): return -1 when left side operand is negative. * parse.y (yylex): `0_' should be an error. (ruby-bugs-ja:PR#239) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 698807ac5..61326ee40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Jun 10 19:02:19 2002 Nobuyoshi Nakada + + * numeric.c (fix_lshift): negative shift count means right shift. + + * numeric.c (fix_rshift): return -1 when left side operand is + negative. + + * parse.y (yylex): `0_' should be an error. (ruby-bugs-ja:PR#239) + Sun Jun 9 17:40:41 2002 Takaaki Tateishi * ext/dl: change the callback mechanism. -- cgit