From c92971182c73984955fc66a62d82bef3b083b271 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jun 2010 21:00:34 +0200 Subject: fixed tcc (limits.h problems and linking dynamic libraries on Linux) --- TODOS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODOS') 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 -- cgit v1.2.3-54-g00ecf