-------------------
0.11- B. Estrade (1):
Adding new test for signatures as part of Feb 2015 PRC.
Rafael Garcia-Suarez (8):
Bump version to 0.10
Merge pull request #6 from estrabd/Issue-5-add-signature-test
Fix skipping tests on earliers perls
Add new test to MANIFEST
Do not let get_code_location() segfault on XSUBs
Add a test for calling get_code_location on XSUBs
Add a pure-perl version of last test
Bump version
-------------------
0.09- A. Sinan Unur (1):
Fix test failure due to hard-coded filenames.
0.08- Rafael Garcia-Suarez (2):
Require at least perl 5.8.0
Improve docs beyond a really terse synopsis
0.07- Rafael Garcia-Suarez (1):
Require B unconditionally on older perls
0.06- Rafael Garcia-Suarez (4):
Remove perl version requirement
Skip tests that rely on perls more recent than 5.14.0
Update ppport.h
Use the pure-perl version of is_sub_constant on perls earlier than 5.16
0.05- Rafael Garcia-Suarez (13):
Add test for function prototypes
Require at least perl 5.14.1
Better, simpler code for testing if we can load the XS version
Add gitignore file
Experimental implementation of get_code_location
Add XS implementation of get_code_location()
Add test for the prototype of get_code_location
Make get_code_location work on undefined subs
Add link to github repo in the meta file
Add TODO file
Add pure-perl implementation of is_sub_constant()
Add XS implemetation of is_constant_sub()
Add documentation
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Pkgsrc changes:
o Add USE_LANGUAGES=c since the build now uses the C compiler
Upstream changes:
0.04- Rafael Garcia-Suarez (9):
First stab as a dual implementation XS / pure Perl
Update MANIFEST and add ppport.h from bleadperl
Bump version to 0.04
Add license to Makefile.PL
Re-add "use strict"
Mortalize return values
Add tests for a bug reported on P5P by Renée Bäcker
Fix segfault / compilation error by returning nothing for a
sub being compiled
Regenerate META.yml
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").