aboutsummaryrefslogtreecommitdiff
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 4646057f..199c881f 100644
--- a/bugs
+++ b/bugs
@@ -67,3 +67,6 @@ Wed Feb 3 14:40:21 EDT 1999
67>> getlocal cannot return the local itself, since lua_isstring and 67>> getlocal cannot return the local itself, since lua_isstring and
68lua_isnumber can modify it. 68lua_isnumber can modify it.
69 69
70** lstrlib.c
71Thu Feb 4 17:08:50 EDT 1999
72>> format "%s" may break limit of "sprintf" on some machines.