diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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), |
59 | because "strtol" returns long, not unsigned long. | 59 | because "strtol" returns long, not unsigned long. |
60 | 60 | ||
61 | ** lstrlib.c | ||
62 | Mon Jan 4 10:41:40 EDT 1999 | ||
63 | >> "format" does not check size of format item (such as "%00000...00000d"). | ||