This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
microperl nits from Simon Cozens.
[perl5.git] / Todo.micro
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 (as planned)
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) 
12
13 - do away with fork/exec/wait? (system, popen should be enough?)
14
15 - some of the uconfig.sh really needs to be probed (using cc) in buildtime:
16   (uConfigure? :-) native datatype widths and endianness come to mind
17