diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-11-11 14:45:04 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-11-11 14:45:04 -0200 |
commit | a6755e2f1a6b9993cfd9e94c4165c76adafbdc31 (patch) | |
tree | 697d7f5ab62b5650d3afc33a1985952e3fd2ca33 /bugs | |
parent | a4628a02cfb11ac01a8496fb1359a4d66c49f887 (diff) | |
download | lua-a6755e2f1a6b9993cfd9e94c4165c76adafbdc31.tar.gz lua-a6755e2f1a6b9993cfd9e94c4165c76adafbdc31.tar.bz2 lua-a6755e2f1a6b9993cfd9e94c4165c76adafbdc31.zip |
BUG: `strfind' does not handle \0 in plain search.
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -122,3 +122,8 @@ could realloc f->consts. | |||
122 | Wed Sep 8 17:41:54 EST 1999 | 122 | Wed Sep 8 17:41:54 EST 1999 |
123 | >> tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. | 123 | >> tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. |
124 | (since 3.1) | 124 | (since 3.1) |
125 | |||
126 | ** lstrlib.c | ||
127 | Thu Nov 11 14:36:30 EDT 1999 | ||
128 | >> `strfind' does not handle \0 in plain search. | ||
129 | (by Jon Kleiser; since 3.1) | ||