From ae3ecc2d4a5b108efbb2bd3db9f8e902f28de21d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 8 Sep 1999 17:45:18 -0300 Subject: tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. --- bugs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index 210bd9b2..114f3ef6 100644 --- a/bugs +++ b/bugs @@ -118,3 +118,7 @@ Thu Sep 2 10:07:20 EST 1999 could realloc f->consts. (by Supratik Champati; since 3.2 beta) +** lobject.c / lbuiltin.c +Wed Sep 8 17:41:54 EST 1999 +>> tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. +(since 3.1) -- cgit v1.2.3-55-g6feb