Converts Perl XS code into C code
http://search.cpan.org/perldoc?ExtUtils::ParseXS
ExtUtils::ParseXS will compile XS code into C code by embedding the constructs
necessary to let C functions manipulate Perl values and creates the glue
necessary to let Perl access those functions. The compiler uses typemaps to
determine how to map C function parameters and variables to Perl values.
Th compiler will search for typemap files called typemap. It will use the
following search path to find default typemaps, with the rightmost typemap
taking precedence.
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-ExtUtils-ParseXS && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ExtUtils-ParseXS-3.44.tar.gz | 0000068942 67.3 KB | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-ExtUtils-ParseXS.changes | 0000004443 4.34 KB | |
perl-ExtUtils-ParseXS.spec | 0000002160 2.11 KB |
Revision 15 (latest revision is 17)
Dirk Stoecker (dstoecker)
accepted
request 946041
from
Tina Müller (tinita)
(revision 15)
- 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
Comments 0