| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@31600
|
|
|
|
|
| |
Message-ID: <1367844687.20070712134624@gmail.com>
p4raw-id: //depot/perl@31599
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com>
p4raw-id: //depot/perl@31598
|
|
|
|
|
| |
grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present.
p4raw-id: //depot/perl@31597
|
|
|
|
|
|
| |
From: "David Nicol" <davidnicol@gmail.com>
Message-ID: <934f64a20707111531m313e3a9at82f002c68eab5bee@mail.gmail.com>
p4raw-id: //depot/perl@31596
|
|
|
| |
p4raw-id: //depot/perl@31595
|
|
|
| |
p4raw-id: //depot/perl@31594
|
|
|
| |
p4raw-id: //depot/perl@31593
|
|
|
| |
p4raw-id: //depot/perl@31592
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com>
p4raw-id: //depot/perl@31591
|
|
|
| |
p4raw-id: //depot/perl@31590
|
|
|
|
|
| |
severe warnings (as suggested by Audrey Tang)
p4raw-id: //depot/perl@31589
|
|
|
|
|
|
|
|
|
| |
Message-ID: <20070711171911.GD8177@ostwald>
do not use sv_len_utf8 because it modified the scalar.
Add a test to Peek.t to check that dumping doesn't modify anything;
the test is still TODO because hashiteration in dump.c set the OOK flag.
p4raw-id: //depot/perl@31588
|
|
|
|
|
| |
Message-ID: <20070708030611.GJ436@bort.ca>
p4raw-id: //depot/perl@31587
|
|
|
|
|
|
| |
becomes "return Perl_die()" and Perl_die() returns an OP*, which
isn't appropriate to return from S_doeval.
p4raw-id: //depot/perl@31586
|
|
|
| |
p4raw-id: //depot/perl@31585
|
|
|
| |
p4raw-id: //depot/perl@31584
|
|
|
|
|
| |
Message-ID: <4693F0B5.1030505@landgren.net>
p4raw-id: //depot/perl@31583
|
|
|
|
|
|
|
|
|
|
| |
S_doeval()'s behaviour varies depending on whether the code
compiles or not; on failure it pops the EVAL context block. This
is bad because later on, S_docatch() assumes that the block is
still there. Make docatch() return a boolean instead, indicating
success. The value it formerly returned (the next op) can be deduced
as PL_eval_start or PL_op->op_next on success/failure.
p4raw-id: //depot/perl@31582
|
|
|
|
|
| |
and getsockopt().
p4raw-id: //depot/perl@31581
|
|
|
|
|
|
| |
From: "Spiros Denaxas" <spiros@lokku.com>
Message-ID: <bba689ec0707090914vc018f1cj2a45add2d7630c8f@mail.gmail.com>
p4raw-id: //depot/perl@31580
|
|
|
| |
p4raw-id: //depot/perl@31579
|
|
|
| |
p4raw-id: //depot/perl@31578
|
|
|
|
|
| |
do not know.
p4raw-id: //depot/perl@31577
|
|
|
| |
p4raw-id: //depot/perl@31576
|
|
|
|
|
| |
Link to perlsub. Fix typos and indentation.
p4raw-id: //depot/perl@31575
|
|
|
|
|
| |
Message-Id: <200707091728.43634@bloodgate.com>
p4raw-id: //depot/perl@31574
|
|
|
|
|
|
|
|
| |
Started by Steve Hay <steve.hay@uk.radan.com>
Subject: [PATCH] Re: patch level of blead/maintperl
Date: Mon, 09 Jul 2007 13:10:11 +0100
Message-ID: <469225A3.5010909@uk.radan.com>
p4raw-id: //depot/perl@31573
|
|
|
|
|
|
|
|
|
| |
Different versions install into different default locations, as
pointed out here:
Subject: Building 5.9.5 with Win2k, MSVC8FREE
Message-Id: <1D149669-931C-4458-B073-789D25623D2D@rectangular.com>
p4raw-id: //depot/perl@31571
|
|
|
|
|
|
|
|
|
|
|
|
| |
when using a shared perl library. The files are not needed, and this
fixes a problem building PAR-Packer on Win32 with a debug build of
perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link
against it and its PDB file, vc60.pdb, but the latter is not installed.)
Also skip installing a few other unnecessary files.
Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
Message-ID: <468E2566.8090504@uk.radan.com>
p4raw-id: //depot/perl@31570
|
|
|
|
|
|
|
|
|
|
| |
- Set $Config{patchlevel} to PERL_VERSION (it was previously blank
because it was wrongly being set from PATCHLEVEL, which was blank)
- Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the
value in the top-level ".patch" file if it exists (the former was
previously not set, while the latter was previously wrongly set to
PERL_VERSION)
p4raw-id: //depot/perl@31569
|
|
|
|
|
|
| |
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com>
p4raw-id: //depot/perl@31568
|
|
|
|
|
|
| |
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <007e01c7c0cc$6d07af30$6801a8c0@myopwv.com>
p4raw-id: //depot/perl@31567
|
|
|
| |
p4raw-id: //depot/perl@31566
|
|
|
| |
p4raw-id: //depot/perl@31565
|
|
|
| |
p4raw-id: //depot/perl@31564
|
|
|
| |
p4raw-id: //depot/perl@31563
|
|
|
|
|
| |
Compress modules in ext/. Re-update Module::CoreList.
p4raw-id: //depot/perl@31562
|
|
|
|
|
|
| |
mention Log::Message::* in perldelta and
update perlhist with 5.9.5
p4raw-id: //depot/perl@31561
|
|
|
| |
p4raw-id: //depot/perl@31560
|
|
|
| |
p4raw-id: //depot/perl@31559
|
|
|
|
|
|
| |
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <87949855-9BDE-4823-9C28-BD639844CA41@dwim.org>
p4raw-id: //depot/perl@31558
|
|
|
| |
p4raw-id: //depot/perl@31557
|
|
|
| |
p4raw-id: //depot/perl@31556
|
|
|
| |
p4raw-id: //depot/perl@31555
|
|
|
|
|
| |
Message-ID: <20070627110400.GC11336@ostwald>
p4raw-id: //depot/perl@31554
|
|
|
|
|
| |
Message-ID: <20070627095828.GB11336@ostwald>
p4raw-id: //depot/perl@31553
|
|
|
|
|
| |
Message-ID: <20070626183350.GA11336@ostwald>
p4raw-id: //depot/perl@31552
|
|
|
|
|
|
|
|
| |
pod/perlcommunity.pod - Patches welcome)
From: "Edgar Bering" <trizor@gmail.com>
Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com>
p4raw-id: //depot/perl@31551
|
|
|
| |
p4raw-id: //depot/perl@31550
|