assloads of changes, apparently my previous commits failed
[p5sagit/Devel-Declare.git] / Changes
CommitLineData
71511651 1Changes for Devel-Declare
2
9673d7ca 30.001010
4 - fix traits code, again, so it compiles on 5.10.
5
60.001009
d8e65fc8 7 - only mangle evals if o->op_ppaddr is actually PL_ppaddr[OP_ENTERVAL]
a9eb4da1 8 - don't set OPf_SPECIAL on entereval ops, mistaken cargo cult from autobox
f5262149 9 - fix traits code to work on older 5.8.x perls
10
110.001008
12 - turns out 0.1.7 in Makefile.PL results in that version going into
13 the .xs file as well as the dist name. Then everything breaks.
14
150.001007
16 - bail on SvGROW during declare process since that can't work
17 - use a source filter on files and an op wrap on evals to pre-grow
18 PL_linestr so we don't get to the point of needing to bail
19
498cc8bc 200.001006
c5912dc7 21 - nasty goto &$func hack to avoid :lvalue+list context weirdness
22 - correct SvGROW invocation
498cc8bc 23
240.001005
003ac394 25 - stop using & prototypes at all
26
552a9b31 270.001004
28 - correct idiotic typo if ifndef
29
78160085 300.001003
31 - internalise definitions for toke.c chunks to save hassle
32 - make NEWSV macro defined via ifndef rather than version check in case
33 of 5.8.8-maint (and 5.8.9)
34
14ab3472 350.001002
36 - compilation fixes for 5.9.5 and -DDEBUGGING
37
71511651 380.001001
39 - compilation fixes for 5.8.1+
daf38100 40 - set Makefile.PL to bomb out for <5.8.1
c560c752 41
420.001000
43 - Initial release to CPAN