2014-02-20 09:33:18 +00:00
committed by Git OBS Bridge
parent 2ac4c9e9fb
commit 14fbf845aa
4 changed files with 41 additions and 21 deletions

View File

@@ -1,16 +1,38 @@
-------------------------------------------------------------------
Tue Apr 26 18:10:49 UTC 2011 - coolo@opensuse.org
Tue Nov 29 20:30:24 UTC 2011 - coolo@suse.com
- updated to 1.13
* bugfix: prevent the lexer getting confused if the first thing inside
an alias{} block is an open paren
* bugfix: don't crash if an rv2cv op is built with PL_parser null
* bugfix: handle variant structure of entersub op which lacks (ex-)list
op as direct child
* bugfix: squash bogus dtrace-related macro definitions that are picked
up due to defining PERL_CORE
* switch all pp functions to internal linkage
* avoid some compiler warnings
version 1.16; 2011-11-17
* bugfix: use supported API to put destructor calls on the save stack
(the unsupported way used before was wrong for 64-bit systems on
perl 5.13.1 and later)
* document the behaviour of "alias return" in more detail
* convert .cvsignore to .gitignore
-------------------------------------------------------------------
Tue Nov 29 20:28:20 UTC 2011 - coolo@suse.com
- update to 1.14
* port to Perl 5.15.0, where the op type aelemfast has been split into
aelemfast and aelemfast_lex
* test compatibility with Devel::CallParser
* bugfix: never unhook peephole optimiser, because unhooking is liable
to fail if anything else hooked it
* bugfix: revise check for dorassign opcode to cope with FreeBSD's
mutant Perl 5.8 that has it
* test POD syntax and coverage
* bugfix: prevent the lexer getting confused if the first thing inside
an alias{} block is an open paren
* bugfix: don't crash if an rv2cv op is built with PL_parser null
* bugfix: handle variant structure of entersub op which lacks (ex-)list
op as direct child
* bugfix: squash bogus dtrace-related macro definitions that are picked
up due to defining PERL_CORE
* switch all pp functions to internal linkage
* avoid some compiler warnings
* include .cvsignore file in distribution
-------------------------------------------------------------------
Mon Apr 4 09:29:06 UTC 2011 - coolo@novell.com