From 4c09cdcca44e386da56a80877a86f51d911dd382 Mon Sep 17 00:00:00 2001 From: bumbread Date: Mon, 20 Jun 2022 15:41:44 +1100 Subject: [PATCH] TODO list --- todo | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 todo diff --git a/todo b/todo new file mode 100644 index 0000000..896ca84 --- /dev/null +++ b/todo @@ -0,0 +1,48 @@ + +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 + Probably other stuff + +threads.h: + Make _Thread_local work on windows + TODO: add todo items + +tgmath.h: + Basically everything + +uchar.h: + Basically everything + +wchar.h: + Basically everything