aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-05-18 19:21:55 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-05-18 19:21:55 -0300
commitda252eeff7c64b034fa0c5acf25a5e8b2565bd4a (patch)
treee781d7a7dd11287fea05198eeecfdcd28e1df9b7 /bugs
parent9890bedaabfd9c615be9d4491ade4095ae783168 (diff)
downloadlua-da252eeff7c64b034fa0c5acf25a5e8b2565bd4a.tar.gz
lua-da252eeff7c64b034fa0c5acf25a5e8b2565bd4a.tar.bz2
lua-da252eeff7c64b034fa0c5acf25a5e8b2565bd4a.zip
arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.
Diffstat (limited to 'bugs')
-rw-r--r--bugs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bugs b/bugs
index b1bee0fc..63a8acd6 100644
--- a/bugs
+++ b/bugs
@@ -37,3 +37,7 @@ Wed Jan 28 14:48:12 EDT 1998
37Mon Mar 9 15:26:09 EST 1998 37Mon Mar 9 15:26:09 EST 1998
38>> gsub('a', '(b?)%1*' ...) loops (because the capture is empty). 38>> gsub('a', '(b?)%1*' ...) loops (because the capture is empty).
39 39
40** lstrlib.c
41Mon May 18 19:20:00 EST 1998
42>> arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.
43