BUG: `strfind' does not handle \0 in plain search.

This commit is contained in:
Roberto Ierusalimschy
1999-11-11 14:45:04 -02:00
parent a4628a02cf
commit a6755e2f1a
2 changed files with 36 additions and 10 deletions

5
bugs
View File

@@ -122,3 +122,8 @@ could realloc f->consts.
Wed Sep 8 17:41:54 EST 1999
>> tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil.
(since 3.1)
** lstrlib.c
Thu Nov 11 14:36:30 EDT 1999
>> `strfind' does not handle \0 in plain search.
(by Jon Kleiser; since 3.1)