diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-02-21 16:00:14 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-02-21 16:00:14 -0300 |
commit | feb724c12232528045fcc0672407a643f8588685 (patch) | |
tree | 0ac5260f5d4a075852daf231b719d7d97e1bfb87 | |
parent | 67f9a2a98f245f3468f1671bb1f51ffabb4581be (diff) | |
download | lua-feb724c12232528045fcc0672407a643f8588685.tar.gz lua-feb724c12232528045fcc0672407a643f8588685.tar.bz2 lua-feb724c12232528045fcc0672407a643f8588685.zip |
ULONG_MAX>>10 may not fit into an int (old bug)
-rw-r--r-- | bugs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
302 | Thu 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 |
302 | Fri Dec 6 17:06:40 UTC 2002 | 307 | Fri 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 |