aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs6
1 files changed, 6 insertions, 0 deletions
diff --git a/bugs b/bugs
index 3a9bf65a..4646057f 100644
--- a/bugs
+++ b/bugs
@@ -61,3 +61,9 @@ because "strtol" returns long, not unsigned long.
61** lstrlib.c 61** lstrlib.c
62Mon Jan 4 10:41:40 EDT 1999 62Mon 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
66Wed Feb 3 14:40:21 EDT 1999
67>> getlocal cannot return the local itself, since lua_isstring and
68lua_isnumber can modify it.
69