aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-09-08 17:45:18 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-09-08 17:45:18 -0300
commitae3ecc2d4a5b108efbb2bd3db9f8e902f28de21d (patch)
tree7841fe86bc11cb386d8b51c7020ce308dc0ec175 /bugs
parent2e13cd77ab3b3719ef139e4786328be813fb10e0 (diff)
downloadlua-ae3ecc2d4a5b108efbb2bd3db9f8e902f28de21d.tar.gz
lua-ae3ecc2d4a5b108efbb2bd3db9f8e902f28de21d.tar.bz2
lua-ae3ecc2d4a5b108efbb2bd3db9f8e902f28de21d.zip
tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil.
Diffstat (limited to 'bugs')
-rw-r--r--bugs4
1 files changed, 4 insertions, 0 deletions
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
118could realloc f->consts. 118could realloc f->consts.
119(by Supratik Champati; since 3.2 beta) 119(by Supratik Champati; since 3.2 beta)
120 120
121** lobject.c / lbuiltin.c
122Wed Sep 8 17:41:54 EST 1999
123>> tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil.
124(since 3.1)