summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-05 17:34:14 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-05 17:34:14 +0200
commitc392ae0e621842db18f10cdfd4c87ac9b60e4a92 (patch)
tree35351239e84df1fe3958d1b4b406a56c4d55d6b9 /docs
parentd356c2255a39e89f8c5696b81d9e57c53ad74dc1 (diff)
downloadwolfbones-c392ae0e621842db18f10cdfd4c87ac9b60e4a92.tar.gz
wolfbones-c392ae0e621842db18f10cdfd4c87ac9b60e4a92.tar.bz2
started with a server test2 (networking), started to create a public helper include file network.h
Diffstat (limited to 'docs')
-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