update TODO items

This commit is contained in:
bumbread 2022-07-18 02:21:42 +11:00
parent 3f7c3de288
commit f30509cf85
1 changed files with 31 additions and 34 deletions

65
todo
View File

@ -3,46 +3,43 @@ general:
* Start writing documentation concerning various implementation defined * Start writing documentation concerning various implementation defined
behaviours of the library. behaviours of the library.
locale.h:
Make other locales actually work
math.h: math.h:
exp * exp
exp2 * exp2
expml * expml
log * log
log10 * log10
log2 * log2
log1p * log1p
pow * pow
cbrt * cbrt
hypot * hypot
atan2 * atan2
erf * erf
erfc * erfc
tgamma * tgamma
lgamma * lgamma
frexp * frexp
ldexp * ldexp
M_PI * M_* constants
M_E * M_E
M_LOG2 * M_LOG2
M_LOG10 * M_LOG10
other stuff? * other stuff?
stdio.h: stdio.h:
Formatted print, scan * The only reason to keep a linked list of all streams is to make sure they
are flushed after main() returns. I wonder if only remembering the files
with a buffer would increase performance.
* Formatted print, scan
stdlib.h: stdlib.h:
Strtod base 16 must be correctly rounded * Strtod base 16 must be correctly rounded
Multibyte string functions * Multibyte string functions
Better PRNG * Better PRNG
threads.h: threads.h:
TODO: add todo items * TODO: add todo items
tgmath.h:
Basically everything
wchar.h: wchar.h:
Basically everything * Basically everything