mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-30 12:28:45 +00:00
Before this commit, cosmopolitan had some issues with handling arguments of 0 and signs, such as returning an incorrect sign when the input value == -0.0, and incorrectly handling ndigit == 0 on fcvt (ndigit determines the amount of digits *after* the radix character on fcvt, thus the parts before it still must be outputted before fcvt's job is completely done). This patch fixes these issues, and adds tests with corresponding inputs. |
||
---|---|---|
.. | ||
calls | ||
fmt | ||
intrin | ||
log | ||
mem | ||
nexgen32e | ||
proc | ||
runtime | ||
sock | ||
stdio | ||
str | ||
thread | ||
time | ||
tinymath | ||
x | ||
xed | ||
BUILD.mk |