Jump to letter: [
ABCDEFGHJKLMNPRSTUWX
]
perl-ExtUtils-ParseXS - Module and a script for converting Perl XS code into C code
- Description:
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.
Packages
| perl-ExtUtils-ParseXS-3.15-1.fc8.noarch
[84 KiB] |
Changelog
by Paul Howarth (2012-02-02):
- Update to 3.15 (fix version for PAUSE indexer)
|
| perl-ExtUtils-ParseXS-3.14-1.fc8.noarch
[84 KiB] |
Changelog
by Paul Howarth (2012-02-01):
- Update to 3.14
- ExtUtils::Typemaps:
- Embedded typemap dumping: a method that will produce the verbatim
string for inclusion in XS
- Introducing ExtUtils::Typemaps::Cmd, a helper module that can produce
embedded typemap strings via simple one-liners - useful for including
typemaps from other modules in XS code with INCLUDE_COMMAND
- ExtUtils::ParseXS:
- Bugfix: used to have parsing problems with embedded typemaps occasionally
- Better error messages on typemap-related issues: if no typemap was found
for a given C type, list all mapped C types so that the user hopefully
spots his mistake easily
- Proper repository and bugtracker info in META.json
- Add patch to support building with ExtUtils::MakeMaker < 6.46
- Add perl core buildreqs, which might be dual-lived
|