From a6755e2f1a6b9993cfd9e94c4165c76adafbdc31 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 11 Nov 1999 14:45:04 -0200 Subject: BUG: `strfind' does not handle \0 in plain search. --- bugs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index 114f3ef6..a402fcc4 100644 --- a/bugs +++ b/bugs @@ -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) -- cgit v1.2.3-55-g6feb