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