Upgrade to Devel::PPPort 3.08_03
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / TODO
1 TODO:
2
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:
13
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
23
24 * MULTICALL ?
25
26 * improve apicheck (things like utf8_mg_pos_init() are
27   not currently checked)
28
29 * more documentation, more tests
30
31 * Resolve dependencies in Makefile.PL and remind of
32   running 'make regen'
33