Upgrade to Devel::PPPort 3.08_03
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / TODO
CommitLineData
adfe19db 1TODO:
0a7c7f4f 2
0c96388f 3* figure out why many of the function for which Perl_* exists
4 fail the automated API check
5
6* use 'nm' to more efficiently find 'undefined' symbols?
7
8* implement snprintf with newSVpvf for >= 5.004, which is safer?
9
10* add support for my_vsnprintf?
11
12* try to perform some core consistency checks:
f2ab5a41 13
0c96388f 14 - check if 'd' flag in embed.fnc matches with
15 supplied documentation
16
17 - check if all public API is documented
18
19* check (during make regen?) if MAX_PERL in PPPort_pm.PL
20 needs to be updated
21
22* see if we can implement sv_catpvf() for < 5.004
f2ab5a41 23
0d0f8426 24* MULTICALL ?
25
04fc8b94 26* improve apicheck (things like utf8_mg_pos_init() are
9132e1a3 27 not currently checked)
04fc8b94 28
adfe19db 29* more documentation, more tests
0a7c7f4f 30
adfe19db 31* Resolve dependencies in Makefile.PL and remind of
32 running 'make regen'
0a7c7f4f 33