- updated to 3.51
see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
3.51 -
- Initialize $self correctly in EU::PXS::Utilities::death()
- C++ builds: avoid generating C<< extern "C" extern "C" >>
3.50 -
- 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 -
- Disable alias value collision warnings by default
3.48 -
- 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 -
- fix ExtUtils::ParseXS compatibility with perl < 5.8.8
3.45 -
- GH #19320: Fix OVERLOAD and FALLBACK handling.
OBS-URL: https://build.opensuse.org/request/show/1109115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-ParseXS?expand=0&rev=16
- updated to 3.44
see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
3.44 -
- 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 -
- Use PERL_VERSION_LE instead of 5.33+ PERL_VERSION_LT.
- Fix error message bug.
3.42 -
- Restore compatibility with old versions that made use of
"errors" function which was renamed to "report_error_count".
3.41 -
- Use absolute paths in tests on all platforms.
- Use PERL_VERSION compare macro.
3.40 -
- RT #133654: Don't include OUTLIST parameters in the prototype.
3.39 -
- RT #132935: Correctly check VERSIONs.
3.38 -
- 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 -
- Update documentation to avoid newGVgen.
3.36 -
- Make generated code avoid warnings about the "items" variable
being unused
- Avoid some unused-variable warnings generated by XS code in the
test suite
OBS-URL: https://build.opensuse.org/request/show/946041
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-ParseXS?expand=0&rev=15
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-ParseXS?expand=0&rev=8