perltodo.pod: add perlio todos/thinkabouts
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / TODO
1 TODO:
2
3 * try to make parts/apicheck.pl automatically find NEED_ #defines
4
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:
10
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
20
21 * MULTICALL ?
22
23 * improve apicheck (things like utf8_mg_pos_init() are
24   not currently checked)
25
26 * more documentation, more tests
27
28 * Resolve dependencies in Makefile.PL and remind of
29   running 'make regen'
30