aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-02-21 16:00:14 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-02-21 16:00:14 -0300
commitfeb724c12232528045fcc0672407a643f8588685 (patch)
tree0ac5260f5d4a075852daf231b719d7d97e1bfb87
parent67f9a2a98f245f3468f1671bb1f51ffabb4581be (diff)
downloadlua-feb724c12232528045fcc0672407a643f8588685.tar.gz
lua-feb724c12232528045fcc0672407a643f8588685.tar.bz2
lua-feb724c12232528045fcc0672407a643f8588685.zip
ULONG_MAX>>10 may not fit into an int (old bug)
-rw-r--r--bugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bugs b/bugs
index c305d909..d87a158c 100644
--- a/bugs
+++ b/bugs
@@ -298,6 +298,11 @@ Fri Aug 30 13:49:14 EST 2002
298>> userdata may not be cleared properly 298>> userdata may not be cleared properly
299(by Roberto; since 5.0a) 299(by Roberto; since 5.0a)
300 300
301** lapi.c
302Thu Nov 21 11:00:00 EST 2002
303>> ULONG_MAX>>10 may not fit into an int
304(by Jeff Petkau; since 4.0)
305
301** lparser.c 306** lparser.c
302Fri Dec 6 17:06:40 UTC 2002 307Fri Dec 6 17:06:40 UTC 2002
303>> scope of generic for variables is not sound 308>> scope of generic for variables is not sound