aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
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)