Re: [PATCH] Hash::Util::FieldHash
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / TODO
1 TODO:
2
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:
8
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
18
19 * MULTICALL ?
20
21 * improve apicheck (things like utf8_mg_pos_init() are
22   not currently checked)
23
24 * more documentation, more tests
25
26 * Resolve dependencies in Makefile.PL and remind of
27   running 'make regen'
28