simplify the C level of callback stuff
[p5sagit/Devel-Declare.git] / Changes
CommitLineData
71511651 1Changes for Devel-Declare
2
bedac9ff 30.001011
4 - add support for 'method main' and other package names
5
9673d7ca 60.001010
7 - fix traits code, again, so it compiles on 5.10.
8
90.001009
d8e65fc8 10 - only mangle evals if o->op_ppaddr is actually PL_ppaddr[OP_ENTERVAL]
a9eb4da1 11 - don't set OPf_SPECIAL on entereval ops, mistaken cargo cult from autobox
f5262149 12 - fix traits code to work on older 5.8.x perls
13
140.001008
15 - turns out 0.1.7 in Makefile.PL results in that version going into
16 the .xs file as well as the dist name. Then everything breaks.
17
180.001007
19 - bail on SvGROW during declare process since that can't work
20 - use a source filter on files and an op wrap on evals to pre-grow
21 PL_linestr so we don't get to the point of needing to bail
22
498cc8bc 230.001006
c5912dc7 24 - nasty goto &$func hack to avoid :lvalue+list context weirdness
25 - correct SvGROW invocation
498cc8bc 26
270.001005
003ac394 28 - stop using & prototypes at all
29
552a9b31 300.001004
31 - correct idiotic typo if ifndef
32
78160085 330.001003
34 - internalise definitions for toke.c chunks to save hassle
35 - make NEWSV macro defined via ifndef rather than version check in case
36 of 5.8.8-maint (and 5.8.9)
37
14ab3472 380.001002
39 - compilation fixes for 5.9.5 and -DDEBUGGING
40
71511651 410.001001
42 - compilation fixes for 5.8.1+
daf38100 43 - set Makefile.PL to bomb out for <5.8.1
c560c752 44
450.001000
46 - Initial release to CPAN