summaryrefslogtreecommitdiff
path: root/docs/port/TODOS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/port/TODOS')
-rw-r--r--docs/port/TODOS10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/port/TODOS b/docs/port/TODOS
deleted file mode 100644
index ffdb327..0000000
--- a/docs/port/TODOS
+++ /dev/null
@@ -1,10 +0,0 @@
-- the HAVE_XXX flags could produce a name clash with some autoconf'ed
- software/library we will be using in production code. Rename to
- WOLF_SYS_HAVE_XXX or similar
-- 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
-- %zd and similar pointers: make format macros like PRIdPTR which
- get mapped to %ld. But what if snprintf could do a %zd and
- fprintf not?