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