Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-DynaLoader-Functions
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 6 09:39:05 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
*: recursive bump for perl 5.38
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 27 07:31:23 2023 UTC (3 months, 1 week ago) by wen
Branch: MAIN
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Update to 0.004 Upstream changes: version 0.004; 2023-04-06 * port test C code to Perl 5.33.1, which defines a PERL_VERSION_GE() macro that clashes with the one this code previously had * in test C code, avoid a compiler warning that arises on Perl 5.20 * in test C code, rename some macros for better style * in test C code, better argument parenthesisation in a macro
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 28 11:32:20 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:35 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:36 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:54 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:56 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:42:10 2020 UTC (3 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
(devel/p5-DynaLoader-Functions) import p5-DynaLoader-Functions-0.003 This module provides a function-based interface to dynamic loading as used by Perl. Some details of dynamic loading are very platform-dependent, so correct use of these functions requires the programmer to be mindful of the space of platform variations.