Don't define PERL_NO_GET_CONTEXT.
[p5sagit/Devel-Declare.git] / Changes
CommitLineData
71511651 1Changes for Devel-Declare
2
5e9a4dee 3 - eliminate PERL_5_9_PLUS macro in favour of ifdef PL_parser
96f12726 4 - clean up checks for whether we're lexing and whether lex_stuff exists
5 to handle the PL_parser factor-out in 5.10
6
2ee34f20 70.002000
8 - rewrite guts into perl, add tests for new declaration style
9
bedac9ff 100.001011
11 - add support for 'method main' and other package names
12
9673d7ca 130.001010
14 - fix traits code, again, so it compiles on 5.10.
15
160.001009
d8e65fc8 17 - only mangle evals if o->op_ppaddr is actually PL_ppaddr[OP_ENTERVAL]
a9eb4da1 18 - don't set OPf_SPECIAL on entereval ops, mistaken cargo cult from autobox
f5262149 19 - fix traits code to work on older 5.8.x perls
20
210.001008
22 - turns out 0.1.7 in Makefile.PL results in that version going into
23 the .xs file as well as the dist name. Then everything breaks.
24
250.001007
26 - bail on SvGROW during declare process since that can't work
27 - use a source filter on files and an op wrap on evals to pre-grow
28 PL_linestr so we don't get to the point of needing to bail
29
498cc8bc 300.001006
c5912dc7 31 - nasty goto &$func hack to avoid :lvalue+list context weirdness
32 - correct SvGROW invocation
498cc8bc 33
340.001005
003ac394 35 - stop using & prototypes at all
36
552a9b31 370.001004
38 - correct idiotic typo if ifndef
39
78160085 400.001003
41 - internalise definitions for toke.c chunks to save hassle
42 - make NEWSV macro defined via ifndef rather than version check in case
43 of 5.8.8-maint (and 5.8.9)
44
14ab3472 450.001002
46 - compilation fixes for 5.9.5 and -DDEBUGGING
47
71511651 480.001001
49 - compilation fixes for 5.8.1+
daf38100 50 - set Makefile.PL to bomb out for <5.8.1
c560c752 51
520.001000
53 - Initial release to CPAN