summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-10 10:16:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-10 10:16:13 +0000
commitd94aa8874942f20bcfa9dcb37e5d13d580d68400 (patch)
treeb9edfd22d95de6f13fbdb9a04a7b6e4e58613393 /ChangeLog
parent31de74167305fd4b3850d4cbc39c6e20b5468f4e (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61326ee40b..9298f8007f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
Mon Jun 10 19:02:19 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* numeric.c (fix_lshift): negative shift count means right shift.
+ (ruby-bugs-ja:PR#248)
* numeric.c (fix_rshift): return -1 when left side operand is
- negative.
+ negative. (ruby-bugs-ja:PR#247)
* parse.y (yylex): `0_' should be an error. (ruby-bugs-ja:PR#239)