Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / Todo.micro
CommitLineData
12ae5dfc 1- make creating uconfig.sh automatic (by pumpkin)
2
3- make creating Makefile.micro automatic (by pumpkin)
4
5- clean up compilation warnings as much as possible:
3ebb1980 6 most of them seem to stem from not including enough headers (as planned)
12ae5dfc 7 to have enough prototypes, these may be correctible with some simple casts
8
9- do away with signals? (not very portable outside UNIX lands)
10 (missing signal API prototypes cause the majority of the compilation
3ebb1980 11 warnings anyway)
12ae5dfc 12
3ebb1980 13- do away with fork/exec/wait? (system, popen should be enough?)
14
15- some of the uconfig.sh really needs to be probed (using cc) in buildtime:
12ae5dfc 16 (uConfigure? :-) native datatype widths and endianness come to mind
17