[Bast-commits] r4878 - Devel-Declare/1.000/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sat Oct 4 23:30:39 BST 2008
Author: rafl
Date: 2008-10-04 23:30:39 +0100 (Sat, 04 Oct 2008)
New Revision: 4878
Modified:
Devel-Declare/1.000/trunk/Changes
Log:
Changelogging.
Modified: Devel-Declare/1.000/trunk/Changes
===================================================================
--- Devel-Declare/1.000/trunk/Changes 2008-10-04 15:23:15 UTC (rev 4877)
+++ Devel-Declare/1.000/trunk/Changes 2008-10-04 22:30:39 UTC (rev 4878)
@@ -2,6 +2,16 @@
- 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
More information about the Bast-commits
mailing list