summaryrefslogtreecommitdiff
path: root/TODOS
blob: 5c75ff9126b8f0d3137c8791681e6af814674ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
- 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 tcc and for pcc
- threading
  - handle detached and joinable threads correctly on Windows
  - add conditional variables (thread + mutex + conditional
    will suffice for now)