| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This is a regression in 5.10 caused by change 23966/08ca2aa38a29,
which added a bit of faulty logic. It was treating U* in the middle of
a pack template as equivalent to U0, if the input string was empty.
|
|
|
|
|
|
|
| |
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81916]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81916 >
|
|
|
|
|
|
|
| |
split() would crash because the third item on the stack wasn't the
regular expression it expected. unpack("%2H", ...) would return both
the unpacked result and the checksum on the stack, similarly for
unpack("%2u", ...).
|
| |
|
|
|
|
|
|
| |
resulting in garbage on the stack, which could manifest as a SEGV
(Bug 50256)
p4raw-id: //depot/perl@33239
|
|
|
|
|
| |
Message-ID: <20071008150935.GE24241@the.earth.li>
p4raw-id: //depot/perl@32072
|
|
|
|
|
| |
Message-ID: <20070412064153.GA22475@schmorp.de>
p4raw-id: //depot/perl@31194
|
|
|
|
|
|
| |
under UTF-8 locales, and warnings where fatal by default.
Make them non-fatal for diagnostics.
p4raw-id: //depot/perl@29175
|
|
|
|
|
| |
Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
p4raw-id: //depot/perl@28550
|
|
|
|
|
|
| |
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <42ED866B.3000308@qsl.net>
p4raw-id: //depot/perl@25249
|
|
|
| |
p4raw-id: //depot/perl@24777
|
|
|
|
|
| |
UTF-8 locale
p4raw-id: //depot/perl@24251
|
|
|
|
|
|
|
| |
Message-Id: <d26u7b$i3v$1@post.home.lunix>
(rework of a patch from Arne Ahrend <aahrend@web.de>)
p4raw-id: //depot/perl@24100
|
|
|
|
|
| |
Message-Id: <d1nefp$lpe$1@post.home.lunix>
p4raw-id: //depot/perl@24060
|
|
|
|
|
|
|
| |
Message-Id: <d1i7ed$62c$1@post.home.lunix>
Allow "len/format" to work for any format type, not just strings.
p4raw-id: //depot/perl@24052
|
|
|
|
|
|
|
| |
Message-ID: <d0vdt5$81a$1@post.home.lunix>
A new test.
p4raw-id: //depot/perl@24031
|
|
|
|
|
| |
Message-Id: <d0fi6i$k06$1@post.home.lunix>
p4raw-id: //depot/perl@24010
|
|
|
|
|
|
|
|
| |
Message-ID: <cu17rk$k78$1@post.home.lunix>
tweaked to remove the 'not supported on this platform'
error messages
p4raw-id: //depot/perl@23966
|
|
|
|
|
|
|
| |
From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
(plus a regression test)
p4raw-id: //depot/perl@23946
|
|
|
|
|
|
|
|
|
| |
From: perl5-porters[at]ton.iguana.be (Ton Hospel)
Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
Counted length prefixes shouldn't change C0/U0 mode
in pack/unpack (plus a regression test)
p4raw-id: //depot/perl@23924
|
|
|
|
|
|
|
|
|
| |
From: perl5-porters[at]ton.iguana.be (Ton Hospel)
Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
Make U0 and C0 scoped to () pack subtemplates.
(plus a regression test)
p4raw-id: //depot/perl@23923
|
|
|
|
|
|
|
|
|
| |
From: perl5-porters[at]ton.iguana.be (Ton Hospel)
Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
Ensure that with the C format, unpack checksums
don't get overflowed. (plus a regression test)
p4raw-id: //depot/perl@23922
|
|
|
|
|
|
|
|
|
| |
From: perl5-porters[at]ton.iguana.be (Ton Hospel)
Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
Forgotten character progress while checksumming over partial
b or B format. (plus a regression test)
p4raw-id: //depot/perl@23915
|
|
|
| |
p4raw-id: //depot/perl@23888
|
|
|
|
|
| |
expect it for this perl.
p4raw-id: //depot/perl@23886
|
|
|
|
|
|
| |
signnedness modifier ! conditional on perl version. Surprisingly
little change needed.
p4raw-id: //depot/perl@23884
|
|
|
| |
p4raw-id: //depot/perl@23850
|
|
|
|
|
|
| |
(Failure diagnostics were always good, but now the tests have names,
which show even when they pass)
p4raw-id: //depot/perl@23805
|
|
|
|
|
|
|
|
| |
Follow-up on: #22734, #22745, #22753, #22754.
Subject: Group modifiers in (un)pack templates
Message-Id: <20040503201441.1b058e0d@r2d2>
p4raw-id: //depot/perl@22780
|
|
|
|
|
| |
Message-Id: <20040421210920.3c467772@r2d2>
p4raw-id: //depot/perl@22734
|
|
|
|
|
| |
within pack templates.
p4raw-id: //depot/perl@22663
|
|
|
|
|
| |
Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
p4raw-id: //depot/perl@21390
|
|
|
| |
p4raw-id: //depot/perl@21249
|
|
|
|
|
| |
out of sync less likely that way.
p4raw-id: //depot/perl@20932
|
|
|
| |
p4raw-id: //depot/perl@20931
|
|
|
|
|
| |
Message-ID: <20030821222618.T558@plum.flirble.org>
p4raw-id: //depot/perl@20824
|
|
|
|
|
| |
Message-ID: <3F43C055.6030709@jupiter.alianet>
p4raw-id: //depot/perl@20823
|
|
|
| |
p4raw-id: //depot/perl@19816
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3EE3AF77.7060302@mac.com>
p4raw-id: //depot/perl@19714
|
|
|
| |
p4raw-id: //depot/perl@19351
|
|
|
|
|
|
|
| |
From: "Green, Paul" <Paul.Green@stratus.com>
Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
(plus a small tweak to the test script)
p4raw-id: //depot/perl@19070
|
|
|
|
|
| |
Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
p4raw-id: //depot/perl@19010
|
|
|
| |
p4raw-id: //depot/perl@18752
|
|
|
| |
p4raw-id: //depot/perl@18751
|
|
|
|
|
|
|
|
|
|
|
|
| |
p4raw-id: //depot/perl@18281
p4raw-integrated: from //depot/maint-5.8/perl@18280 'copy in'
lib/unicore/Category.pl lib/unicore/SpecialCasing.txt
lib/unicore/UnicodeData.txt lib/unicore/lib/C.pl
lib/unicore/lib/Cf.pl lib/unicore/lib/Cntrl.pl
lib/unicore/lib/Graph.pl lib/unicore/lib/P.pl
lib/unicore/lib/Pd.pl lib/unicore/lib/Print.pl
lib/unicore/lib/Punct.pl (@17645..) t/op/pack.t (@18080..)
p4raw-integrated: from //depot/maint-5.8/perl@18156 'merge in'
lib/Unicode/UCD.t (@17645..)
|
|
|
|
|
|
|
| |
fallacious
Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18069
|
|
|
|
|
| |
Message-ID: <20021014114954.GB80937@lyta.hut.fi>
p4raw-id: //depot/perl@18037
|
|
|
|
|
| |
Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18010
|
|
|
|
|
| |
Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17382
|
|
|
|
|
| |
Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15883
|