From: rafl Date: Sat, 4 Oct 2008 22:30:39 +0000 (+0000) Subject: Changelogging. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=947894e3f8a8a6ee4cda3ac510bd6e3b9792a23a;p=p5sagit%2FDevel-Declare.git Changelogging. git-svn-id: http://dev.catalyst.perl.org/repos/bast/Devel-Declare/1.000/trunk@4878 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Changes b/Changes index 619e00e..e44ed58 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,16 @@ Changes for Devel-Declare - clean up checks for whether we're lexing and whether lex_stuff exists to handle the PL_parser factor-out in 5.10 + - check if reallocation of PL_linestr is necessary before doing it. this way + we can bail out properly instead of corrupting memory in some cases + - don't call strlen twice on the same sting + - try to be more portable + - stop using Nullsv + - don't use Perl_* functions directly. + - don't define PERL_CORE + - use NEWSV from handy.h instead of defining our own + - don't define PERL_NO_GET_CONTEXT + - don't support preprocessors (perl -P) 0.002000 - rewrite guts into perl, add tests for new declaration style