Files
perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS.changes
Oliver Kurz 0b51eef3dc Accepting request 1276527 from devel:languages:perl:autoupdate
- updated to 3.57
   see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
  5.57 
    - Rewrite half of the internals to facilitate refcounted stack
      later on

OBS-URL: https://build.opensuse.org/request/show/1276527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-ParseXS?expand=0&rev=18
2025-05-24 13:38:22 +00:00

161 lines
5.9 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Sat May 3 05:35:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.57
see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
5.57 Fri May 2 05:40:59 PM CEST 2025
- Rewrite half of the internals to facilitate refcounted stack
later on
-------------------------------------------------------------------
Fri Mar 8 22:27:03 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Tue Sep 5 16:47:22 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.51
see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
3.51 - Tue May 9 09:32:04 2023 AEST
- Initialize $self correctly in EU::PXS::Utilities::death()
- C++ builds: avoid generating C<< extern "C" extern "C" >>
3.50 - Mon May 8 23:12:28 2023 CEST
- Silence warnings about unreached code in generated XS code
- Correct colon translation of $type in OUTPUT section
- Make versions in ExtUtils-ParseXS consistent
3.49 - Wed Nov 16 11:14:55 2022 CET
- Disable alias value collision warnings by default
3.48 - Tue Nov 8 17:44:11 2022 CET
- handle #else and #endif without blank line prefixes
- better support for duplicate ALIASes
- allow symbolic alias of default function
- add support for elifdef and elifndef
3.47 - Sat Oct 22 10:36:38 2022 CET
- fix ExtUtils::ParseXS compatibility with perl < 5.8.8
3.45 - Fri Mar 4 22:42:03 2022
- GH #19320: Fix OVERLOAD and FALLBACK handling.
-------------------------------------------------------------------
Fri Jan 7 03:07:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.44
see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
3.44 - Thu Jan 6 23:49:25 2022
- GH #19054: Always XSprePUSH when producing an output list.
- Use more descriptive variable names.
- Fix plan/skip in test file 002-more.t.
3.43 - Wed Mar 24 15:44:08 2021 CET
- Use PERL_VERSION_LE instead of 5.33+ PERL_VERSION_LT.
- Fix error message bug.
3.42 - Tue Nov 24 21:42:05 2020 CET
- Restore compatibility with old versions that made use of
"errors" function which was renamed to "report_error_count".
3.41 - Wed Aug 12 19:39:04 2020 CET
- Use absolute paths in tests on all platforms.
- Use PERL_VERSION compare macro.
3.40 - Wed Dec 5 05:35:19 2018 CET
- RT #133654: Don't include OUTLIST parameters in the prototype.
3.39 - Mon Mar 5 17:46:41 2018 CET
- RT #132935: Correctly check VERSIONs.
3.38 - Fri Feb 9 12:02:34 2018 CET
- Correct name of variable 'ALIAS' (not 'Alias') in documentation.
- Add PERL_REENTRANT for XS modules (get the reentrant versions of
libc functions automatically without declaring as PERL_CORE or
PERL_EXT).
3.37 - Mon Dec 11 01:54:44 2017 CET
- Update documentation to avoid newGVgen.
3.36 - Tue Nov 14 09:45:55 2017 CET
- Make generated code avoid warnings about the "items" variable
being unused
- Avoid some unused-variable warnings generated by XS code in the
test suite
-------------------------------------------------------------------
Tue Aug 1 05:32:06 UTC 2017 - coolo@suse.com
- updated to 3.35
see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
3.35 - Mon Jul 31 17:50:00 CET 2017
- Fix ExtUtils-ParseXS/t/*.t that needed '.' in @INC (David Mitchell)
- Remove impediment to compiling under C++11 (Karl Williamson)
- Make build reproducinle (Chris Lamb)
- (perl #127834) remove . from the end of @INC if complex modules
are loaded (Tony Cook)
- Replace :: with __ in THIS like it's done for parameters/return
values (Mattia Barbon)
-------------------------------------------------------------------
Sun Feb 7 09:57:56 UTC 2016 - coolo@suse.com
- updated to 3.30
see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
3.30 - Mon Aug 31 10:35:00 CET 2015
- Promote to stable CPAN release.
3.29_01 - Mon Aug 10 10:45:00 CET 2015
- Support added for XS handshake API introduced in 5.21.6.
- Backported S_croak_xs_usage optimized on threaded builds
- Fix INCLUDE_COMMAND $^X for Perl In Space
- Remove 'use lib' left over from refactoring
- Document + improve ancient optimization in ParseXS
- Improve RETVAL code gen
-------------------------------------------------------------------
Sun Jun 8 12:37:52 UTC 2014 - coolo@suse.com
- avoid file conflict with perl package
-------------------------------------------------------------------
Sun Jun 8 11:46:56 UTC 2014 - coolo@suse.com
- updated to 3.24
- No functional changes, promoted to stable release.
3.04_04 - Mon Sep 12 08:12:00 CET 2011
- Simplify generated XS code by emitting a compatibility version
of dVAR. [Nicholas Clark]
- Fixed "INCLUDE: $cmd |", CPAN RT #70213
3.04_03 - Sun Sep 4 18:49:00 CET 2011
- By #defining PERL_EUPXS_ALWAYS_EXPORT or
PERL_EUPXS_NEVER_EXPORT early in your XS code, you can
force ExtUtils::ParseXS to always or never export
XSUB symbols. This has no effect on boot_* symbols since
those must be exported.
3.04_02 - Sat Sep 3 15:28:00 CET 2011
- Don't put null characters into the generated source
file when -except is used; write the '\0' escape sequence
-------------------------------------------------------------------
Thu Dec 2 12:37:47 UTC 2010 - seife@opensuse.org
- add perl-macros as requires (for perl_requires macro)
-------------------------------------------------------------------
Tue Nov 30 19:32:20 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:29:55 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Sat Dec 26 19:43:50 UTC 2009 - lars@linux-schulserver.de
- initial version 2.21