summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs3
1 files changed, 3 insertions, 0 deletions
diff --git a/bugs b/bugs
index c07d8a66..3a9bf65a 100644
--- a/bugs
+++ b/bugs
@@ -58,3 +58,6 @@ Fri Dec 18 11:22:55 EDT 1998
58>> "tonumber" goes crazy with negative numbers in other bases (not 10), 58>> "tonumber" goes crazy with negative numbers in other bases (not 10),
59because "strtol" returns long, not unsigned long. 59because "strtol" returns long, not unsigned long.
60 60
61** lstrlib.c
62Mon Jan 4 10:41:40 EDT 1999
63>> "format" does not check size of format item (such as "%00000...00000d").