summaryrefslogtreecommitdiff
path: root/Todo.micro
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-06-01 00:31:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-01 00:31:13 +0000
commitc0c0cf3096b50477ff043a4f76e9b798e926f2c4 (patch)
treecfaa547e0a2524cefeed52d521eed93930445ad1 /Todo.micro
parentd8a53542a9da781e5fe5aa11567a5302b2045cb1 (diff)
downloadperl-c0c0cf3096b50477ff043a4f76e9b798e926f2c4.tar.gz
microperl nits from Simon Cozens.
p4raw-id: //depot/cfgperl@6180
Diffstat (limited to 'Todo.micro')
-rw-r--r--Todo.micro8
1 files changed, 5 insertions, 3 deletions
diff --git a/Todo.micro b/Todo.micro
index a01e8287a7..c813271141 100644
--- a/Todo.micro
+++ b/Todo.micro
@@ -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