diff options
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) | ||