summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61326ee40..9298f8007 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)