CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 28 Jul 2025 00:44:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100228162956
location: https://web.archive.org/web/20100228162956/https://github.com/feeds/github/commits/perl/blead
server-timing: captures_list;dur=0.799190, exclusion.robots;dur=0.025380, exclusion.robots.policy;dur=0.011705, esindex;dur=0.014951, cdx.remote;dur=58.142159, LoadShardBlock;dur=148.664432, PetaboxLoader3.datanode;dur=76.348800
x-app-server: wwwb-app222
x-ts: 302
x-tr: 256
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 28 Jul 2025 00:44:33 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 7029
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 28 Feb 2010 16:29:49 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "47fdb7192227be3c41e80d691134652a"
x-archive-orig-x-runtime: 18ms
x-archive-orig-content-length: 7029
x-archive-orig-cache-control: private, max-age=0, must-revalidate
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 28 Feb 2010 16:29:56 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 28 Feb 2010 16:29:56 GMT", ; rel="memento"; datetime="Sun, 28 Feb 2010 16:29:56 GMT", ; rel="last memento"; datetime="Sun, 28 Feb 2010 16:29:56 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100228142043_crawl100-c/52_14_20100228162844_crawl101.arc.gz
server-timing: captures_list;dur=1.171883, exclusion.robots;dur=0.693578, exclusion.robots.policy;dur=0.681529, esindex;dur=0.010394, cdx.remote;dur=48.973285, LoadShardBlock;dur=109.583827, PetaboxLoader3.resolve;dur=99.471008, PetaboxLoader3.datanode;dur=111.430055, load_resource;dur=131.279340
x-app-server: wwwb-app222
x-ts: 200
x-tr: 330
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
tag:github.com,2008:/feeds/github/commits/perl/blead
Recent Commits to perl:blead
2010-02-28T07:13:33-08:00
tag:github.com,2008:Grit::Commit/a1f97a07fa8362ead50c8cd62c4ed6bb0066574f
fix for [perl #72604] @DB::args and win32 fork
2010-02-28T07:13:33-08:00
<pre>m sv.c
m t/op/fork.t
fix for [perl #72604] @DB::args and win32 fork
A previous fix for [perl #66108] (7fa38291524c327a3cb23bfe94979e1537743cac)
stopped cloning PL_dbargs, on the grounds that it was usually filled with
garbage (it contains an un-refcounted copy of @_'s elements; once the
function has returned, these may have been freed or reassigned). However,
the fix instead recreated PL_dbargs as a new empty AV that *wasn't* then
associated with the DB::args glob; so modifications to PL_dbargs weren't
seen via @DB::args.
The fix is to simply set it to null when cloning; pp_caller() will
recreate it again if necessary when it is needed.</pre>
David Mitchell
tag:github.com,2008:Grit::Commit/490aa361e2910b6b451cc8bceccd93efa8fbed11
bytes.pm: downgrade DEPRECATED to NOTICE
2010-02-26T04:50:21-08:00
<pre>m lib/bytes.pm
bytes.pm: downgrade DEPRECATED to NOTICE</pre>
David Mitchell
tag:github.com,2008:Grit::Commit/a42901aff3d8b1b6b3eecdf30fe579a4456c4ca8
Typo fix
2010-02-24T23:21:07-08:00
<pre>m lib/bytes.pm
Typo fix</pre>
Rafael Garcia-Suarez
tag:github.com,2008:Grit::Commit/677a29545230804411babf7eefdbced18ffdd71d
more prose fixups to bytes.pm deprecation warning
2010-02-24T14:41:09-08:00
<pre>m lib/bytes.pm
more prose fixups to bytes.pm deprecation warning
(suggested by Dr.Rudd)</pre>
David Mitchell
tag:github.com,2008:Grit::Commit/1369b85fd244c3fb26c30101219e97eb0ea12f24
Teach bump-perl-version about additional perl511 references in makedef.pl.
2010-02-23T12:48:58-08:00
<pre>m Porting/bump-perl-version
Teach bump-perl-version about additional perl511 references in makedef.pl.
The previous version also missed 2 instances in win32/makefile.mk because
they were written as "perl511$(a)" instead of "perl511.o".</pre>
Jan Dubois
tag:github.com,2008:Grit::Commit/3287f6c3a5c077096c5c7fc57423efca85e12336
Regression test for 34394ecd - SVs that were only on the tmps stack leaked.
2010-02-23T06:23:31-08:00
<pre>m t/op/threads.t
Regression test for 34394ecd - SVs that were only on the tmps stack leaked.</pre>
Nicholas Clark
tag:github.com,2008:Grit::Commit/4bdf8368ba4c1bf3b611986d47bfef839e524ff4
Symbol S_no_symref_sv should be static (local to the compilation unit).
2010-02-23T00:54:46-08:00
<pre>m pp.c
Symbol S_no_symref_sv should be static (local to the compilation unit).</pre>
Jan Dubois
tag:github.com,2008:Grit::Commit/7dfca73bbdacebba799557ddbf66e0a31921aafb
Teach bump-perl-version about perl511.dll, perl511.lib and perl511s.lib
2010-02-22T18:27:13-08:00
<pre>m Porting/bump-perl-version
Teach bump-perl-version about perl511.dll, perl511.lib and perl511s.lib</pre>
Jan Dubois
tag:github.com,2008:Grit::Commit/c27b4e972fdf6c92886d49120fa73e660123a4f5
Update the release managers' guide: don't push the tag too soon!
2010-02-22T15:24:59-08:00
<pre>m Porting/release_managers_guide.pod
Update the release managers' guide: don't push the tag too soon!
Remind release managers not to push a new tag until the indexing of
the new uploads has been successful. A problem with indexing 5.11.5
meant that we nearly ended up with 5.11.6 instead, since the 5.11.5
tag had already been pushed.</pre>
Steve Hay
tag:github.com,2008:Grit::Commit/c9ddd1e97b1d1d1332a1251de468251bf75c652b
fix prose from previous lib/bytes.pm doc update
2010-02-22T09:20:34-08:00
<pre>m lib/bytes.pm
fix prose from previous lib/bytes.pm doc update</pre>
David Mitchell