| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
:stdio
From: "Goro Fuji" <gfuji@cpan.org>
Message-ID: <efb9c59b0807061604q476025e9n85893f131a6bf23e@mail.gmail.com>
p4raw-id: //depot/perl@34775
|
|
|
|
|
|
| |
From: "Goro Fuji" <gfuji@cpan.org>
Message-ID: <efb9c59b0807262237r62497f36g4f6d6881bb684a53@mail.gmail.com>
p4raw-id: //depot/perl@34773
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the regex engine)
Perlbug #60156 and #49302 (and probably others) resolve down to the problem
that the definition of \s and \w and \d and the POSIX charclasses are different
for unicode strings and for non-unicode strings. This broke the character class
logic in the regex engine. The easiest fix to make the character class logic sane
again is to define new properties which do match.
This change creates new property classes that can be used instead of the
traditional ones (it does not change the previously defined ones). If the
define in regcomp.h:
#define PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS 1
is changed to 0, then the new mappings will be used. This will fix a bunch
of bugs that are reported as TODO items in the new reg_posixcc.t test file.
p4raw-id: //depot/perl@34769
|
|
|
| |
p4raw-id: //depot/perl@34761
|
|
|
| |
p4raw-id: //depot/perl@34758
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
related test changes
This involves changes to shared test files used by ExtUtils::MakeMaker and ExtUtils::Install, in particular updating the core/MakeMaker version of ExtUtils/t/basic.t so that it reflects the 1.50_03 version, and then splitting it in half into basic.pl and basic_finish.pl, which are then evalled (together) by basic.t. ExtUtils::Install does somethign similar but only with basic.pl.
This also silences an odd warning from MM_Any.pm that comes up once in a while, which I believe is to do with a deeper core failure as it occurs in code utterly unrelated to these changes.
This patch needs to be pushed upstream to the ExtUtils::MakeMaker distribution on CPAN under Schwern's supervision.
In this way it will be possible to simply copy the t/basic.pl from core into ExtUtils::Install or into ExtUtils::MakeMaker or whatever.
Includes the following changes from ExtUtils::Install:
1.50_04
SVN revision 41.
Restructure tests to make it easier to maintain given it is distributed in various
ways in three different packages.
1.50_03
SVN revision 40.
Sigh, just after i released 1.50_02 I noticed that a test modified in it will fail
under VMS. So this is a fixup release for that alone.
1.50_02
SVN revision 39.
Synchronize with the changes that were made in blead perl
patch #33567. VMS changes by Craig Berry. See
http://public.activestate.com/cgi-bin/perlbrowse/p/33567
This was marked in the pod as 1.51 but not actually version bumped.
So I've marked it as 1.50_02 as a test release prior to putting it out
as the real 1.51
This release also restores the missing installed.t which was accidentally
missed by the MANIFEST having a duplicate entry for install.t instead.
Probably something should have warned about this, but I haven't worked out
what.
Includes changes from Activestate/ActivePerl:
- To make installation less chatty when not under verbose mode. See
http://rt.cpan.org/Public/Bug/Display.html?id=5903
- To install HTML documentation files under builds that set $Config{installhtmldir}
(and presumably also create HTML versions of the pod -- which is quite nice actually :-)
http://rt.cpan.org/Ticket/Display.html?id=37727
p4raw-id: //depot/perl@34742
|
|
|
| |
p4raw-id: //depot/perl@34669
|
|
|
| |
p4raw-id: //depot/perl@34638
|
|
|
|
|
| |
Message-Id: <20081029022544.413.1@knochen-vm.localdomain>
p4raw-id: //depot/perl@34630
|
|
|
| |
p4raw-id: //depot/perl@34590
|
|
|
| |
p4raw-id: //depot/perl@34508
|
|
|
|
|
|
| |
with the new contact details, and remove the out-of-date README from
core.
p4raw-id: //depot/perl@34505
|
|
|
| |
p4raw-id: //depot/perl@34490
|
|
|
| |
p4raw-id: //depot/perl@34488
|
|
|
| |
p4raw-id: //depot/perl@34485
|
|
|
| |
p4raw-id: //depot/perl@34482
|
|
|
| |
p4raw-id: //depot/perl@34475
|
|
|
|
|
| |
Local change 32352 remains in 04_resolved_issues.t
p4raw-id: //depot/perl@34452
|
|
|
|
|
|
|
| |
Local changes 32357 in ppm.t and 32351 in test_type.t and xs.t remain,
but not the tilde.t part of 32351, which looks like it might be
superseded by changes in 0.30
p4raw-id: //depot/perl@34446
|
|
|
|
|
|
| |
Dropping optimization level for HP C-ANSI-C to +O1 won't
do too much harm to all other builds, so keep it simple
p4raw-id: //depot/perl@34441
|
|
|
|
|
|
| |
Local changes 32905 and 32964 in MM_Unix.pm and 33259 in MM_Unix.t
remain
p4raw-id: //depot/perl@34440
|
|
|
|
|
|
|
| |
From: "Chris 'BinGOs' Williams" <chris@bingosnet.co.uk>
Message-ID: <20080925150310.GA30736@klanker.bingosnet.co.uk>
Date: Thu, 25 Sep 2008 16:03:10 +0100
p4raw-id: //depot/perl@34423
|
|
|
| |
p4raw-id: //depot/perl@34421
|
|
|
| |
p4raw-id: //depot/perl@34418
|
|
|
| |
p4raw-id: //depot/perl@34364
|
|
|
| |
p4raw-id: //depot/perl@34359
|
|
|
| |
p4raw-id: //depot/perl@34233
|
|
|
|
|
| |
MANIFEST, when it too needs to stay. Third time lucky?
p4raw-id: //depot/perl@34232
|
|
|
|
|
|
| |
had a(nother) copy of Dev::Null in the "right" place. So make that
right place official.
p4raw-id: //depot/perl@34231
|
|
|
| |
p4raw-id: //depot/perl@34230
|
|
|
| |
p4raw-id: //depot/perl@34229
|
|
|
|
|
|
| |
ext/Test/Harness/t/{data,sample-tests,source_tests,subclass_tests}
(The same path as in the Test-Harness distribution.)
p4raw-id: //depot/perl@34227
|
|
|
|
|
|
|
| |
ext/Test/Harness. Not everything is there yet, but it makes it way
easier to swap the directory out and replace it with a trunk svn
checkout.
p4raw-id: //depot/perl@34206
|
|
|
|
|
|
| |
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com>
p4raw-id: //depot/perl@34200
|
|
|
| |
p4raw-id: //depot/perl@34169
|
|
|
| |
p4raw-id: //depot/perl@34153
|
|
|
| |
p4raw-id: //depot/perl@34103
|
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807020701v78a14d06g1e0e5f098c6131ed@mail.gmail.com>
...plus some adjustments to the test headers to prevent failures
in the Perl core.
p4raw-id: //depot/perl@34098
|
|
|
|
|
| |
Message-ID: <20080628160017.GA81579@osiris.mauzo.dyndns.org>
p4raw-id: //depot/perl@34092
|
|
|
|
|
| |
HTML-Parser. HTML-Parser and HTML-Tagset will now be leaving us.
p4raw-id: //depot/perl@34001
|
|
|
|
|
|
| |
for Pod-Simple and HTML-Tagset is a prereq for HTML-Parser. I also
resorted the MANIFEST file.
p4raw-id: //depot/perl@33998
|
|
|
| |
p4raw-id: //depot/perl@33997
|
|
|
| |
p4raw-id: //depot/perl@33987
|
|
|
| |
p4raw-id: //depot/perl@33899
|
|
|
| |
p4raw-id: //depot/perl@33862
|
|
|
|
|
| |
Message-Id: <200805101252.11961.chromatic@wgz.org>
p4raw-id: //depot/perl@33858
|
|
|
|
|
|
| |
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <CF9B8F335CB2417FBA78E0F08EAB1F7D@myopwv.com>
p4raw-id: //depot/perl@33846
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510805160652l73e7d5a9hdc675e8efbbf1479@mail.gmail.com>
p4raw-id: //depot/perl@33836
|
|
|
| |
p4raw-id: //depot/perl@33779
|
|
|
|
|
|
|
|
| |
based on:
Subject: object ~~ overloading and not
Message-ID: <20080418220238.GA91526@knight.local>
p4raw-id: //depot/perl@33750
|