diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
68 | lua_isnumber can modify it. | 68 | lua_isnumber can modify it. |
69 | 69 | ||
70 | ** lstrlib.c | ||
71 | Thu Feb 4 17:08:50 EDT 1999 | ||
72 | >> format "%s" may break limit of "sprintf" on some machines. | ||