diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-05-18 19:21:55 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-05-18 19:21:55 -0300 |
commit | da252eeff7c64b034fa0c5acf25a5e8b2565bd4a (patch) | |
tree | e781d7a7dd11287fea05198eeecfdcd28e1df9b7 /bugs | |
parent | 9890bedaabfd9c615be9d4491ade4095ae783168 (diff) | |
download | lua-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-- | bugs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,3 +37,7 @@ Wed Jan 28 14:48:12 EDT 1998 | |||
37 | Mon Mar 9 15:26:09 EST 1998 | 37 | Mon 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 | ||
41 | Mon May 18 19:20:00 EST 1998 | ||
42 | >> arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. | ||
43 | |||