comparison ToDo @ 286:ce688f871d51 r1.0-RC2

- todo
author Tassilo Philipp
date Sat, 21 Apr 2018 14:34:38 +0200
parents 73f25e3f1b99
children 8d9629a078e4
comparison
equal deleted inserted replaced
285:483581921af2 286:ce688f871d51
1 1.0 final:
2 ----------
3 - configure on macOS does not pass CFLAG etc.. to Makefile.config
4
5 1.1: 1 1.1:
6 ---- 2 ----
3 - ./configure on macOS does not pass CFLAGS etc.. to Makefile.config
7 - support platforms without shared libraries so they can be built by just typing `./configure;make` (e.g. minix < 3.2.1) 4 - support platforms without shared libraries so they can be built by just typing `./configure;make` (e.g. minix < 3.2.1)
8 * also make sure minix with shared library support builds and works in general (>= 3.2.1) as well as ELF on Minix (>= 3.2.0) to begin with (as that's the base, and we only test on 3.1.8 so far) 5 * also make sure minix with shared library support builds and works in general (>= 3.2.1) as well as ELF on Minix (>= 3.2.0) to begin with (as that's the base, and we only test on 3.1.8 so far)
9 - dyncall supports calls to functions where prototype exists (with and without varargs); however not when no 6 - dyncall supports calls to functions where prototype exists (with and without varargs); however not when no
10 prototype exist (e.g. just calling some pointer), without any declaration... even possible in C, as one has 7 prototype exist (e.g. just calling some pointer), without any declaration... even possible in C, as one has
11 to cast to the function type? need to support? 8 to cast to the function type? need to support?