diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-09-08 17:45:18 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-09-08 17:45:18 -0300 |
commit | ae3ecc2d4a5b108efbb2bd3db9f8e902f28de21d (patch) | |
tree | 7841fe86bc11cb386d8b51c7020ce308dc0ec175 /bugs | |
parent | 2e13cd77ab3b3719ef139e4786328be813fb10e0 (diff) | |
download | lua-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-- | bugs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -118,3 +118,7 @@ Thu Sep 2 10:07:20 EST 1999 | |||
118 | could realloc f->consts. | 118 | could 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 | ||
122 | Wed 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) | ||