2011-04-26 18:13:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 26 18:10:49 UTC 2011 - coolo@opensuse.org
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2011-04-04 09:29:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 4 09:29:06 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- updated to 1.12
|
|
|
|
- Updated to work with Perl version 5.13.10, where GvGP() and
|
|
|
|
GvCV() are not directly-assignable lvalues
|
|
|
|
- Don't rely on details of core's pp_* functions to determine
|
|
|
|
whether an opcode exists, because they can change unpredictably
|
|
|
|
(and do change in Perl 5.13.9)
|
|
|
|
|
2010-12-01 13:42:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:31:33 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-11-24 16:58:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 24 16:54:24 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 1.10
|
|
|
|
- Updated to work with Perl version 5.13.7, where lex_end()
|
|
|
|
has disappeared and mod() is now in the public API under the
|
|
|
|
name op_lvalue()
|
|
|
|
- 1.09 Mon Nov 15 21:36 GMT 2010
|
|
|
|
- Modify source filter test to use Filter::Util::Call directly
|
|
|
|
instead of the deprecated Switch, and to not fail if it is not
|
|
|
|
available, thus allowing tests to pass on Perl versions 5.13.1
|
|
|
|
and above where Switch is no longer in the core distribution
|
|
|
|
- Updated to work with Perl version 5.13.6, where global variables
|
|
|
|
are managed in a different way from before
|
|
|
|
- 1.08 Fri Oct 22 09:39 BST 2010
|
|
|
|
- Updated to work with Perl versions 5.11.0 up to 5.13.0,
|
|
|
|
including particularly the major change in when rv2cv ops get
|
|
|
|
built in 5.11.2
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
o fix deps
|
|
|
|
- remove obsolete fix_for_perl_5_12 patch
|
|
|
|
|
2010-07-24 22:22:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 24 22:21:38 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial package (1.07)
|
|
|
|
|