summaryrefslogtreecommitdiff
path: root/TODOS
blob: 976f603ee43266b84b16e09dd3a3d920416a4dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- library loader
  - 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
- 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