X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Todo.micro;h=76759b1951da597f79ac772044c10b962759f7e0;hb=ac1e784a7c71679a70a1ebe3997559be19c92895;hp=a01e8287a7771946f0168795ffd3d2d41f30857d;hpb=12ae5dfcd4fd6f54af051c41b2e122532efce8d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Todo.micro b/Todo.micro index a01e828..76759b1 100644 --- a/Todo.micro +++ b/Todo.micro @@ -2,14 +2,8 @@ - make creating Makefile.micro automatic (by pumpkin) -- clean up compilation warnings as much as possible: - most of them seem to stem from not including enough headers (this is okay) - to have enough prototypes, these may be correctible with some simple casts +- do away with fork/exec/wait? (system, popen should be enough?) -- do away with signals? (not very portable outside UNIX lands) - (missing signal API prototypes cause the majority of the compilation - warnings anyway) do away with fork? - -- some of the micro/config.sh really needs to be probed in buildtime: +- some of the uconfig.sh really needs to be probed (using cc) in buildtime: (uConfigure? :-) native datatype widths and endianness come to mind