aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-02-04 17:29:51 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-02-04 17:29:51 -0200
commit1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9 (patch)
treee486eb5a38c884294355183488c948e5a0f5d8c5 /bugs
parent76179a1014430f42148822ac2db23a9491817a0b (diff)
downloadlua-1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9.tar.gz
lua-1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9.tar.bz2
lua-1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9.zip
format "%s" may break limit of "sprintf" on some machines.
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.