diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,3 +61,9 @@ because "strtol" returns long, not unsigned long. | |||
61 | ** lstrlib.c | 61 | ** lstrlib.c |
62 | Mon Jan 4 10:41:40 EDT 1999 | 62 | Mon Jan 4 10:41:40 EDT 1999 |
63 | >> "format" does not check size of format item (such as "%00000...00000d"). | 63 | >> "format" does not check size of format item (such as "%00000...00000d"). |
64 | |||
65 | ** lapi.c | ||
66 | Wed Feb 3 14:40:21 EDT 1999 | ||
67 | >> getlocal cannot return the local itself, since lua_isstring and | ||
68 | lua_isnumber can modify it. | ||
69 | |||