This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
microperl changes from Simon Cozens; Makefile for microperl
[perl5.git] / Todo.micro
CommitLineData
12ae5dfc
JH
1- make creating uconfig.sh automatic (by pumpkin)
2
3- make creating Makefile.micro automatic (by pumpkin)
4
5- clean up compilation warnings as much as possible:
6 most of them seem to stem from not including enough headers (this is okay)
7 to have enough prototypes, these may be correctible with some simple casts
8
9- do away with signals? (not very portable outside UNIX lands)
10 (missing signal API prototypes cause the majority of the compilation
11 warnings anyway) do away with fork?
12
13- some of the micro/config.sh really needs to be probed in buildtime:
14 (uConfigure? :-) native datatype widths and endianness come to mind
15