Changelog for
perl-Data-Alias-1.280.0-lp155.1.1.x86_64.rpm :
* Thu Dec 22 2022 Tina Müller
- updated to 1.28 see /usr/share/doc/packages/perl-Data-Alias/Changes 1.28 2022-12-21 XMATH - Fix compatibliity with perl 5.37.3 and later - Fix support for state-variables (alias state $x = ...) - Fix handling of negative literal array index (alias $x[-1] = ...)
* Sat Dec 03 2022 Tina Müller - updated to 1.27 see /usr/share/doc/packages/perl-Data-Alias/Changes 1.27 2022-12-02 XMATH - Fix tests on older perl versions 1.26 2022-12-01 XMATH - Fix compile error when using perl 5.37.2 or later - Improve diagnostic output from tests 1.25_01 2021-05-15 XMATH - Fix localized alias-assignment to previously non-existing hash element. - Avoid testing threading on broken perl versions - Fix certain linker errors by making sure perl\'s global variables are accessed through their accessor functions when applicable.
* Wed May 12 2021 Tina Müller - updated to 1.25 see /usr/share/doc/packages/perl-Data-Alias/Changes
* Wed May 05 2021 Tina Müller - updated to 1.24 see /usr/share/doc/packages/perl-Data-Alias/Changes version 1.24; 2021-05-05
* bugfix: copy() no longer produces malformed optrees which under certain circumstances crashed perl 5.31.2 and later. (contributed by TonyC)
* update for removal of \'.\' from AATTINC in perl 5.26. version 1.23; 2021-04-30
* bugfix: fix aliasing semantic unintentionally being applied to subs defined after a parenthesized alias()-expression since perl 5.11.2. version 1.22; 2021-04-22
* bugfix: use SvCUR_set instead of direct SvCUR assignment to fix compilation problems with -DDEBUGGING builds. (contributed by TonyC)
* update for parser changes in v5.33.6. (contributed by TonyC)
* Sun Oct 07 2018 Dirk Stoecker - Fix build
* Wed Feb 07 2018 cooloAATTsuse.com- updated to 1.21 see /usr/share/doc/packages/perl-Data-Alias/Changes version 1.21; 2017-12-08
* update for context stack changes in Perl 5.23.8
* update to accommodate PERL_OP_PARENT builds of Perl 5.21.11 or later (which is the default from Perl 5.25.1)
* update for removal of LEX_KNOWNEXT in Perl 5.25.1
* update test suite to not rely on . in AATTINC, which is no longer necessarily there from Perl 5.25.7
* use cleaner wrap_op_checker() API to control op checking
* Thu Oct 22 2015 cooloAATTsuse.com- updated to 1.20 see /usr/share/doc/packages/perl-Data-Alias/Changes version 1.20; 2015-10-21
* bugfix: avoid some C undefined behaviour from unsequenced side effects that in practice bit when using a newer gcc (4.9 rather than 4.7) with the parser token stack change in Perl 5.21.9
* add doc note advising users to prefer the core aliasing facility on Perl 5.22 version 1.19; 2015-10-21
* update for new stricture on op_last in Perl 5.21.2
* update for the parser\'s PL_expect changes in Perl 5.21.4
* update for op_private stricture in Perl 5.21.4
* update for sub references directly in stash in Perl 5.21.4
* update for IS_PADGV()\'s limited visibility in Perl 5.21.4
* update for increased specialness of OP_PUSHMARK in Perl 5.21.6
* update for distinct PADNAMELIST type in Perl 5.21.7
* update for multideref optimisation in Perl 5.21.7, by a disgusting hack that depends on a flaw in the optimisation (which may disappear in the future) and which disables the optimisation entirely
* add MYMETA.json to .gitignore
* Sun Nov 23 2014 cooloAATTsuse.com- updated to 1.18
* bugfix: store peep chain link reliably under threads
* update tests for Perl 5.19.4\'s removal of the special treatment of aliased undef in arrays
* in doc, switch to consistent use of British English spellings
* doc typo fix version 1.17; 2013-08-04
* bugfix: correct the dtrace-related macro squashing for Perls prior to 5.13.8, where the macros had the wrong number of parameters and prevented compilation
* bugfix: use core\'s PL_no_localize_ref string constant as data string rather than format string
* update to handle the new padrange op type in Perl 5.17.6
* update to handle the new op allocation mechanism in Perl 5.17.2
* clarify and expand documentation around list-like assignments
* clarify documentation of deref() regarding lvalueness
* remove the bulk of the documentation from the README file
* Tue Nov 29 2011 cooloAATTsuse.comversion 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 2011 cooloAATTsuse.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