summaryrefslogtreecommitdiff
path: root/docs/port/TODOS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/port/TODOS')
-rw-r--r--docs/port/TODOS7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/port/TODOS b/docs/port/TODOS
index d603d72..41593f9 100644
--- a/docs/port/TODOS
+++ b/docs/port/TODOS
@@ -1,8 +1,7 @@
-- fix the gcc -std=c99 problem on solaris 10 (header file
- /usr/include/sys/feature_tests.h), this also means we
- must clean up the compiler flags in the makefiles
+- 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
-- go to Win32