summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
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