summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-06 21:00:34 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-06 21:00:34 +0200
commitc92971182c73984955fc66a62d82bef3b083b271 (patch)
tree6af871c5d2c53930f7d62629aec54346576d6373 /TODOS
parent7ff343817893038aec7a6116827f39d95e202d9a (diff)
downloadwolfbones-c92971182c73984955fc66a62d82bef3b083b271.tar.gz
wolfbones-c92971182c73984955fc66a62d82bef3b083b271.tar.bz2
fixed tcc (limits.h problems and linking dynamic libraries on Linux)
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODOS b/TODOS
index 5c75ff9..d2c44ef 100644
--- a/TODOS
+++ b/TODOS
@@ -2,10 +2,14 @@
- make install installs the testlib, split in two
- check if we can get variable symbols on Windows
- find solution for char *, TCHAR unicode and friends
- - fix shared library linking for tcc and for pcc
+ - fix shared library linking for pcc
- threading
- handle detached and joinable threads correctly on Windows
- add conditional variables (thread + mutex + conditional
will suffice for now)
+- core porting
+ - PATH_MAX defined in a hard way or fetched from limits.h, not
+ good, add probing for fpathconf and friends and test on
+ all platforms again
\ No newline at end of file