mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
Roberto Ierusalimschy
0c9080c7a9
"tonumber" goes crazy with negative numbers in other bases (not 10),
because "strtol" returns long, not unsigned long.
Description
No description provided
Languages
C
67.4%
Lua
32%
Makefile
0.6%