From feb724c12232528045fcc0672407a643f8588685 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 21 Feb 2003 16:00:14 -0300 Subject: [PATCH] ULONG_MAX>>10 may not fit into an int (old bug) --- bugs | 5 +++++ 1 file changed, 5 insertions(+) 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 >> userdata may not be cleared properly (by Roberto; since 5.0a) +** lapi.c +Thu Nov 21 11:00:00 EST 2002 +>> ULONG_MAX>>10 may not fit into an int +(by Jeff Petkau; since 4.0) + ** lparser.c Fri Dec 6 17:06:40 UTC 2002 >> scope of generic for variables is not sound