This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perltodo.pod: add perlio todos/thinkabouts
[perl5.git] / ext / Devel / PPPort / TODO
CommitLineData
adfe19db 1TODO:
0a7c7f4f 2
aef0a14c
MHM
3* try to make parts/apicheck.pl automatically find NEED_ #defines
4
0c96388f
MHM
5* implement snprintf with newSVpvf for >= 5.004, which is safer?
6
7* add support for my_vsnprintf?
8
9* try to perform some core consistency checks:
f2ab5a41 10
0c96388f
MHM
11 - check if 'd' flag in embed.fnc matches with
12 supplied documentation
13
14 - check if all public API is documented
15
16* check (during make regen?) if MAX_PERL in PPPort_pm.PL
17 needs to be updated
18
19* see if we can implement sv_catpvf() for < 5.004
f2ab5a41 20
0d0f8426
MHM
21* MULTICALL ?
22
04fc8b94 23* improve apicheck (things like utf8_mg_pos_init() are
9132e1a3 24 not currently checked)
04fc8b94 25
adfe19db 26* more documentation, more tests
0a7c7f4f 27
adfe19db
MHM
28* Resolve dependencies in Makefile.PL and remind of
29 running 'make regen'
0a7c7f4f 30