Path to this page:
Next | Query returned 10 messages, browsing 1 to 10 | previous
CVS Commit History:
2023-12-13 13:34:17 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-B-COW) Updated 0.004 to 0.007
Revision history for B-COW
0.007 2022-10-20 08:59:44-06:00 America/Denver
* Advertise XSLoader dependency
0.006 2022-10-17 09:20:52-06:00 America/Denver
* Disable prototypes to silence warning (haarg)
0.005 2022-10-14 09:15:55-06:00 America/Denver
* Add version to Test::More use to ensure correct version (haarg)
* Remove useless MIN_PERL_VERSION_FOR_COW
* Update CI workflow
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-08 15:16:47 by Thomas Klausner | Files touched by this commit (116) |
Log message:
*: use MASTER_SITE_PERL_CPAN
|
2020-09-08 15:10:01 by Thomas Klausner | Files touched by this commit (68) |
Log message:
*: improve HOMEPAGE
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-04-26 15:31:28 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
(devel/p5-B-COW) import p5-B-COW-0.004
B::COW provides some naive additional B helpers to check the COW
status of one SvPV. COW or Copy On Write introduction
A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a
(kind of) Read Only C string, that would be Copied On Write (COW).
More than one SV can share the same PV, but when one PV need to alter
it, it would perform a copy of it, decrease the COWREFCNT counter.
One SV can then drop the COW flag when it's the only one holding a
pointer to the PV.
The COWREFCNT is stored at the end of the PV, after the the "\0".
That value is limited to 255, when we reach 255, a new PV would be
created,
|
Next | Query returned 10 messages, browsing 1 to 10 | previous