| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
(1 or 2 parameters)
|
|
|
|
|
|
|
|
|
|
floats always format as floats (with decimal dot or exponent)
|
|
number is a float
(That may change...)
|
|
|
|
|
|
problems with numbers like 0x10000...000p-100
|
|
|
|
|
|
|
|
(problem with pointers to lua_Number solved by a typedef selected
automatically by 'l_mathop')
|
|
|
|
|
|
|
|
|
|
|
|
to a number, following the rules of the language to create integers
or floats
|
|
and handles signal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
without an intermediate variable, can cause "excessive precision"
|
|
with 'clang'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
because it was not computing the size of CallInfo structures in threads
|
|
|
|
|
|
|