| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Subject: [PATCH] Re: 'Unknown PerlIO layer "encoding"...' message
Message-Id: <200703021131.41085@bloodgate.com>
p4raw-id: //depot/perl@30484
|
|
|
|
|
| |
to dump %+ and %-.
p4raw-id: //depot/perl@30483
|
|
|
|
|
| |
to suppress a couple of warnings (at least on Win32)
p4raw-id: //depot/perl@30482
|
|
|
|
|
|
|
| |
a check on the existing SvTYPE(), there's no need to wrap it inside
another explcit check of SvTYPE(). This won't make any difference to
the output of an optimising compiler, but it makes the source clearer.
p4raw-id: //depot/perl@30481
|
|
|
|
|
|
|
| |
-DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't.
So something is always going to use it, so always define it, and always
export it. (But only define it once, so that static builds work.)
p4raw-id: //depot/perl@30464
|
|
|
|
|
| |
regcomp.h -- just process the file. (Needed for PL_reg_name.)
p4raw-id: //depot/perl@30463
|
|
|
|
|
|
| |
when determining whether the perlshr library was linked debug. Also submitted
to CPAN RT queue at <http://rt.cpan.org/Ticket/Display.html?id=25268>.
p4raw-id: //depot/perl@30462
|
|
|
|
|
|
| |
PL_reg_name properly. Hopefuly this will fix it, but I don't have
access to any platform where I can test this directly.
p4raw-id: //depot/perl@30461
|
|
|
|
|
| |
Message-Id: <200703041557.02996@bloodgate.com>
p4raw-id: //depot/perl@30460
|
|
|
|
|
|
| |
doesn't clash with the exception() in Devel/PPPort. This way, all
tests pass when both modules are staticly linked.
p4raw-id: //depot/perl@30459
|
|
|
|
|
| |
IO-Compress-Zlib-2.004, and Compress-Zlib-2.004.
p4raw-id: //depot/perl@30458
|
|
|
| |
p4raw-id: //depot/perl@30457
|
|
|
| |
p4raw-id: //depot/perl@30456
|
|
|
|
|
| |
p4raw-link: @30454 on //depot/perl: caa6400115a38c0669db5e1b28eaa0eb8d1aad26
p4raw-id: //depot/perl@30455
|
|
|
|
|
| |
Message-Id: <200703031710.00203@bloodgate.com>
p4raw-id: //depot/perl@30454
|
|
|
|
|
| |
extensions are static, it doesn't work :-)
p4raw-id: //depot/perl@30453
|
|
|
|
|
| |
to avoid running <STDOUT> rather than run it with warnings disabled.
p4raw-id: //depot/perl@30452
|
|
|
|
|
|
|
| |
This allows re to be a static extension.
As it's now no-longer a static variable in regcomp.c, it needs a PL_
prefix.
p4raw-id: //depot/perl@30451
|
|
|
|
|
| |
That probably needs to be refined.
p4raw-id: //depot/perl@30450
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30449
|
|
|
|
|
| |
as the compiler used by Jerry D. Hedden warns.
p4raw-id: //depot/perl@30448
|
|
|
| |
p4raw-id: //depot/perl@30447
|
|
|
| |
p4raw-id: //depot/perl@30446
|
|
|
|
|
| |
Charlie Hammond's DCL Checker.
p4raw-id: //depot/perl@30445
|
|
|
| |
p4raw-id: //depot/perl@30444
|
|
|
| |
p4raw-id: //depot/perl@30443
|
|
|
| |
p4raw-id: //depot/perl@30442
|
|
|
| |
p4raw-id: //depot/perl@30441
|
|
|
|
|
|
|
| |
assertion - ensure that the hek argument to Perl_unshare_hek() is not
NULL, because if it is, then S_unshare_hek_or_pvn() will merrily
unshare the string "" instead.
p4raw-id: //depot/perl@30440
|
|
|
|
|
| |
the GV's name can be NULL.
p4raw-id: //depot/perl@30439
|
|
|
| |
p4raw-id: //depot/perl@30438
|
|
|
| |
p4raw-id: //depot/perl@30437
|
|
|
|
|
| |
Message-ID: <9b18b3110702280845p7860ca08taf1aead39a178aa4@mail.gmail.com>
p4raw-id: //depot/perl@30436
|
|
|
|
|
| |
get loaded when other modules are used.
p4raw-id: //depot/perl@30435
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30434
|
|
|
| |
p4raw-id: //depot/perl@30433
|
|
|
| |
p4raw-id: //depot/perl@30432
|
|
|
| |
p4raw-id: //depot/perl@30431
|
|
|
| |
p4raw-id: //depot/perl@30430
|
|
|
|
|
|
| |
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <13678.68.166.55.187.1172518080.squirrel@68.166.55.187>
p4raw-id: //depot/perl@30429
|
|
|
|
|
| |
Message-ID: <20070227220028.GA460@abigail.nl>
p4raw-id: //depot/perl@30428
|
|
|
| |
p4raw-id: //depot/perl@30427
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <994673.36516.qm@web30215.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30426
|
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <738238.57355.qm@web30201.mail.mud.yahoo.com>
(Silences warnings about math lib(s), avoids using Math::BigInt
when using 64-bit ints and changes "new" to "->new()")
p4raw-id: //depot/perl@30425
|
|
|
|
|
|
| |
Remove it, so people are not confused with regard to the
new /p regexp modifier.
p4raw-id: //depot/perl@30424
|
|
|
| |
p4raw-id: //depot/perl@30423
|
|
|
| |
p4raw-id: //depot/perl@30422
|
|
|
| |
p4raw-id: //depot/perl@30421
|
|
|
|
|
|
| |
Message-ID: <20070227225456.GA1808@abigail.nl>
Date: Tue, 27 Feb 2007 23:54:56 +0100
p4raw-id: //depot/perl@30420
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <176638.9767.qm@web30207.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30419
|