Changelog for
perl-Devel-PPPort-3.68-1.13.x86_64.rpm :
* Sat Mar 19 2022 Tina Müller
- updated to 3.68 see /usr/share/doc/packages/perl-Devel-PPPort/Changes 3.68 - 2022-03-18
* fix newSVsv_flags: rename variable to fix C++ compilation issue
* Update dNOOP definition for Perl < 5.27.7
* Wed Mar 09 2022 Tina Müller - updated to 3.67 see /usr/share/doc/packages/perl-Devel-PPPort/Changes
* Thu Mar 03 2022 Tina Müller - updated to 3.66 see /usr/share/doc/packages/perl-Devel-PPPort/Changes 3.66 - 2022-03-22
* Fix corrupted release (missing files) 3.65 - 2022-03-02
* Enable AppVeyor CI
* Fix CROAK_IF_ERROR without BRACE GROUPS
* Refactor to use static inline function in multiple parts/inc
* devel/regenerate: Add --skip-devels option
* Don\'t list has_builtin as being provided
* Wed Feb 02 2022 Tina Müller - updated to 3.64 see /usr/share/doc/packages/perl-Devel-PPPort/Changes 3.64 - 2022-02-01
* Fix: better support for STMT_START / STMT_END definition
* Fix: Only use \'-Wdeclaration-after-statement\' if possible
* 5.55.2 functions: av_fetch_simple, av_store_simple, voidnonfinal
* 5.33 functions: pack_cat, pad_compname_type
* apicheck.pl: multiple improvements & code refactor for regenerating files
* Wed Jul 07 2021 Tina Müller - updated to 3.63 see /usr/share/doc/packages/perl-Devel-PPPort/Changes 3.63 - 2021-07-06
* Backport SvPVCLEAR
* Backport ASSUME
* Backport NOT_REACHED
* Backport G_LIST
* various internal changes
* Sat Oct 17 2020 Tina Müller - updated to 3.62 see /usr/share/doc/packages/perl-Devel-PPPort/Changes 3.62 - 2020-10-16
* Restore missing PPPort.pm
* Fix metaCPAN indexing
* Tue Oct 13 2020 Tina Müller - updated to 3.61 see /usr/share/doc/packages/perl-Devel-PPPort/Changes
* Wed Aug 12 2020 Tina Müller - updated to 3.60 see /usr/share/doc/packages/perl-Devel-PPPort/Changes 3.60 - 2020-08-11
* Restore PERL_BCDVERSION helper which is used on CPAN
* A few API elements were not properly found, like IVTYPE 3.59 - 2020-08-10
* Add PERL_VERSION_
* compare macros
* Rename PERL_BCDVERSION to internal name to discourage future use
* Stop versioning generated test files
* Enforce strict & warnings
* Avoid indirect calls
* scanprov: multiple improvements
* Use ivers() in tests
* Update POD documentation and HACKERS file
* Change ppport.h --api-info to not output non-API info unless that is the only match
* Find more elements to be listed in the --api-info option (and similar) to ppport.h
* Tue Mar 10 2020 - updated to 3.58 see /usr/share/doc/packages/perl-Devel-PPPort/Changes 3.58 - 2020-03-09
* Safer definition of UVCHR_SKIP
* Make sure WIDEST_UTYPE is unsigned
* Avoid Pax Header in tarballs
* Sat Feb 01 2020 - updated to 3.57 see /usr/share/doc/packages/perl-Devel-PPPort/Changes 3.57 - 2020-01-31
* Fix eval_sv for Perl versions prior to 5.6.0 (Pali)
* Fix t/ppphtest.t for Perl versions prior to 5.6.0 (Pali)
* Fix compilation of sv_setsv_flags when GCC extensions are not present (Pali)
* Fix SV_NOSTEAL on 5.7.2 (Karl Williamson)
* Fix multiple unit test issues (Craig A. Berry, Karl Williamson, Pali)
* Avoid generating warnings on early Perls (Karl Williamson)
* Backport memCHRs (Karl Williamson)
* Implement sv_setsv_flags() with SV_NOSTEAL and SV_GMAGIC flags for Perl versions < 5.7.3 (Pali)
* Implement UTF8f format and its UTF8fARG macro (Pali)