microperl nits from Simon Cozens.
[p5sagit/p5-mst-13.2.git] / Todo.micro
index a01e828..c813271 100644 (file)
@@ -3,13 +3,15 @@
 - 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)
+  most of them seem to stem from not including enough headers (as planned)
   to have enough prototypes, these may be correctible with some simple casts
 
 - 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?
+   warnings anyway) 
 
-- some of the micro/config.sh really needs to be probed in buildtime:
+- do away with fork/exec/wait? (system, popen should be enough?)
+
+- some of the uconfig.sh really needs to be probed (using cc) in buildtime:
   (uConfigure? :-) native datatype widths and endianness come to mind