aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-11-11 14:45:04 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-11-11 14:45:04 -0200
commita6755e2f1a6b9993cfd9e94c4165c76adafbdc31 (patch)
tree697d7f5ab62b5650d3afc33a1985952e3fd2ca33 /bugs
parenta4628a02cfb11ac01a8496fb1359a4d66c49f887 (diff)
downloadlua-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--bugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bugs b/bugs
index 114f3ef6..a402fcc4 100644
--- a/bugs
+++ b/bugs
@@ -122,3 +122,8 @@ could realloc f->consts.
122Wed Sep 8 17:41:54 EST 1999 122Wed 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
127Thu Nov 11 14:36:30 EDT 1999
128>> `strfind' does not handle \0 in plain search.
129(by Jon Kleiser; since 3.1)