summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/port/TODOS6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/port/TODOS b/docs/port/TODOS
index a9f9998..3d5c5e9 100644
--- a/docs/port/TODOS
+++ b/docs/port/TODOS
@@ -1,5 +1,5 @@
-- the snprintf we use uses autoconf to probe for system properties, see how
- we can sync that to our philosophy
-- export stdio and snprintf into libwolf_port.a
+- feedback to the c99 snprintf guy, errors like:
+ - -1 instead of buffer size on boffer overflow
+ - extern errno in mutli-threaded code
- add a lot more tests
- go to Win32