summaryrefslogtreecommitdiff
path: root/Todo.micro
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-05-31 21:37:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-05-31 21:37:31 +0000
commit12ae5dfcd4fd6f54af051c41b2e122532efce8d3 (patch)
tree2fe5b75e9e17313b9f06548e1f8abc866cbaee6d /Todo.micro
parentd6c1400008ffe28d0a765e9fe60d23dbeab89dda (diff)
downloadperl-12ae5dfcd4fd6f54af051c41b2e122532efce8d3.tar.gz
microperl changes from Simon Cozens; Makefile for microperl
written from scratch; few casts added as microperl compilation doesn't have all prototypes available. p4raw-id: //depot/cfgperl@6174
Diffstat (limited to 'Todo.micro')
-rw-r--r--Todo.micro15
1 files changed, 15 insertions, 0 deletions
diff --git a/Todo.micro b/Todo.micro
new file mode 100644
index 0000000000..a01e8287a7
--- /dev/null
+++ b/Todo.micro
@@ -0,0 +1,15 @@
+- make creating uconfig.sh automatic (by pumpkin)
+
+- 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 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:
+ (uConfigure? :-) native datatype widths and endianness come to mind
+