summaryrefslogtreecommitdiff
path: root/Todo.micro
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-06-01 13:03:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-01 13:03:56 +0000
commit64ca3a6502a07a2652bb713108527be0e9066745 (patch)
treebdae1e21c52d16e08db1307a9a7bf06bd00136a6 /Todo.micro
parent53fe373b05b06f68094ed67e5c78b4dda7f0d5b8 (diff)
downloadperl-64ca3a6502a07a2652bb713108527be0e9066745.tar.gz
Signals-be-gone for microperl.
p4raw-id: //depot/cfgperl@6193
Diffstat (limited to 'Todo.micro')
-rw-r--r--Todo.micro8
1 files changed, 0 insertions, 8 deletions
diff --git a/Todo.micro b/Todo.micro
index c813271141..76759b1951 100644
--- a/Todo.micro
+++ b/Todo.micro
@@ -2,14 +2,6 @@
- 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 (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/exec/wait? (system, popen should be enough?)
- some of the uconfig.sh really needs to be probed (using cc) in buildtime: