2022-06-20 04:41:44 +00:00
|
|
|
|
2022-06-21 13:32:46 +00:00
|
|
|
general:
|
|
|
|
* Start writing documentation concerning various implementation defined
|
|
|
|
behaviours of the library.
|
|
|
|
|
2022-06-20 04:41:44 +00:00
|
|
|
locale.h:
|
|
|
|
Make other locales actually work
|
|
|
|
|
|
|
|
math.h:
|
|
|
|
exp
|
|
|
|
exp2
|
|
|
|
expml
|
|
|
|
log
|
|
|
|
log10
|
|
|
|
log2
|
|
|
|
log1p
|
|
|
|
pow
|
|
|
|
cbrt
|
|
|
|
hypot
|
|
|
|
atan2
|
|
|
|
erf
|
|
|
|
erfc
|
|
|
|
tgamma
|
|
|
|
lgamma
|
|
|
|
frexp
|
|
|
|
ldexp
|
|
|
|
M_PI
|
|
|
|
M_E
|
|
|
|
M_LOG2
|
|
|
|
M_LOG10
|
|
|
|
other stuff?
|
|
|
|
|
|
|
|
stdio.h:
|
|
|
|
Basically everything
|
|
|
|
|
|
|
|
stdlib.h:
|
|
|
|
qsort
|
|
|
|
Better PRNG
|
2022-06-22 12:36:26 +00:00
|
|
|
MB_CUR_MAX should be locale-dependent
|
2022-06-26 06:42:17 +00:00
|
|
|
strtod base 16 should be correctly rounded
|
2022-06-20 04:41:44 +00:00
|
|
|
Probably other stuff
|
|
|
|
|
|
|
|
threads.h:
|
|
|
|
TODO: add todo items
|
|
|
|
|
|
|
|
tgmath.h:
|
|
|
|
Basically everything
|
|
|
|
|
|
|
|
wchar.h:
|
|
|
|
Basically everything
|