Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Devel-CallChecker
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 6 09:38:59 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: recursive bump for perl 5.38
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 28 11:32:14 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
*: recursive bump for perl 5.36
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 24 19:50:29 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: recursive bump for perl 5.34
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 8 13:16:35 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: use MASTER_SITE_PERL_CPAN
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 8 13:09:53 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
*: improve HOMEPAGE
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 31 18:07:50 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.1 / (download) - annotate - [select for diffs], Mon May 4 04:45:49 2020 UTC (3 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
(devel/p5-Devel-CallChecker) import p5-Devel-CallChecker-0.008 This module makes some new features of the Perl 5.14.0 C API available to XS modules running on older versions of Perl. The features are centred around the function cv_set_call_checker, which allows XS code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine being mutated at compile time by arbitrary C code. This module makes cv_set_call_checker and several supporting functions available. (It is possible to achieve the effect of cv_set_call_checker from XS code on much earlier Perl versions, but it is painful to achieve without the centralised facility.) This module provides the implementation of the functions at runtime (on Perls where they are not provided by the core). It also, at compile time, supplies the C header file and link library which provide access to the functions. In normal use, "callchecker0_h" and "callchecker_linkable" should be called at build time (not authoring time) for the mo