| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
p4raw-id: //depot/perl@13536
|
|
|
|
|
|
| |
http://bugs.ActiveState.com/show_bug.cgi?id=18457
http://bugs.ActiveState.com/show_bug.cgi?id=18858
p4raw-id: //depot/perl@13533
|
|
|
|
|
| |
Message-ID: <20011203163716.C21702@plum.flirble.org>
p4raw-id: //depot/perl@13442
|
|
|
| |
p4raw-id: //depot/perl@13139
|
|
|
|
|
| |
as noticed by Ilya.
p4raw-id: //depot/perl@13098
|
|
|
| |
p4raw-id: //depot/perlio@13072
|
|
|
|
|
|
|
|
|
|
|
| |
Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
Patching README.foo instead of pod/perlfoo.pod,
not patching Math::BigInt (Tels will take care of that),
dropping broken hv.c and sv.h patches, patching libnetcfg.PL
and perldoc.PL instead of libnetcfg and perldoc, patching
ext/Digest/MD5/t/files.t since MD5.pm was changed.
p4raw-id: //depot/perl@12954
|
|
|
| |
p4raw-id: //depot/perl@12931
|
|
|
| |
p4raw-id: //depot/perl@12892
|
|
|
|
|
|
| |
remove this later). Based on a patch from Robert Spier in
<15330.61459.14452.795263@rls.cx>.
p4raw-id: //depot/perl@12827
|
|
|
|
|
|
|
|
|
|
| |
a more useful mapping for caseless aka case-ignoring than
doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
algorithm for creating the foldings uses equivalence classes,
see http://www.unicode.org/unicode/reports/tr21/
Hopefully this feature will be used in //i.
(The folding tables were introduced by #12689.)
p4raw-id: //depot/perl@12807
|
|
|
|
|
|
| |
TODO: regex literals, reentrancy problems with the utf8
and charnames pragmas.
p4raw-id: //depot/perl@12790
|
|
|
| |
p4raw-id: //depot/perl@12785
|
|
|
| |
p4raw-id: //depot/perl@12784
|
|
|
|
|
|
| |
is a parameter, instead of a global. Document the
PERL_ENCODING.
p4raw-id: //depot/perl@12783
|
|
|
| |
p4raw-id: //depot/perl@12782
|
|
|
|
|
|
|
| |
from the native eight bit data to Unicode.
TODO: \x.. and \0... literals. \N{}. chr()? ord()?
p4raw-id: //depot/perl@12750
|
|
|
| |
p4raw-id: //depot/perl@12613
|
|
|
|
|
|
| |
don't call themselves READONLY but still die with modification
attempt. We only call bless for ext and umagic.
p4raw-id: //depot/perl@12610
|
|
|
| |
p4raw-id: //depot/perl@12607
|
|
|
|
|
|
|
|
| |
for them. Call explicit cleanup during destruct process.
- one binmode test is failing
- also ext/threads/t/basic.t fails under make test, and is noisy under
harness. (Threads results are intermingled and don't match order expected.)
p4raw-id: //depot/perlio@12547
|
|
|
| |
p4raw-id: //depot/perlio@12544
|
|
|
| |
p4raw-id: //depot/perlio@12511
|
|
|
| |
p4raw-id: //depot/perlio@12456
|
|
|
|
|
| |
Still-passes all tests non-threaded (well it would wouldn't it!)
p4raw-id: //depot/perlio@12451
|
|
|
|
|
|
| |
Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
(Potentially only band-aid)
p4raw-id: //depot/perl@12416
|
|
|
|
|
| |
finding it.
p4raw-id: //depot/perl@12050
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
p4raw-id: //depot/perl@12034
|
|
|
|
|
|
|
| |
(??{CODE}) regex
Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
p4raw-id: //depot/perl@12027
|
|
|
|
|
| |
Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
p4raw-id: //depot/perl@12007
|
|
|
|
|
| |
Message-ID: <3B9D23D6.90BCCC25@rowman.com>
p4raw-id: //depot/perl@11986
|
|
|
| |
p4raw-id: //depot/perl@11972
|
|
|
|
|
|
|
| |
Rename to custop_op_name to Perl_custom_op_name to match perlapi
Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
perl_clone.
p4raw-id: //depot/perl@11968
|
|
|
|
|
| |
Message-ID: <20010905205424.C25120@plum.flirble.org>
p4raw-id: //depot/perl@11892
|
|
|
|
|
|
|
| |
typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
p4raw-link: @11847 on //depot/maint-5.6/perl: ce3a5a02281aa23d1d6785a268dc7cc0f211788e
p4raw-id: //depot/perl@11848
|
|
|
|
|
|
| |
code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
but that is no more the case: PL_reg_match_utf8 is better.
p4raw-id: //depot/perl@11823
|
|
|
|
|
| |
working in 5.7.x
p4raw-id: //depot/perl@11803
|
|
|
|
|
| |
Message-Id: <20010829182156.O4950@plum.flirble.org>
p4raw-id: //depot/perl@11788
|
|
|
|
|
|
| |
Thanks to H. Merijn Brand for the patch.
Some of the comments and or guards might be removable in perl.h now.
p4raw-id: //depot/perl@11758
|
|
|
|
|
|
| |
Message-ID: <20010825174509.A5752@netthink.co.uk>
I also added a fix to Opcode.pm to quite test cases.
p4raw-id: //depot/perl@11756
|
|
|
|
|
| |
"was the last match target UTF8" into its own variable.
p4raw-id: //depot/perl@11717
|
|
|
| |
p4raw-id: //depot/perl@11708
|
|
|
|
|
| |
Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
p4raw-id: //depot/perl@11670
|
|
|
|
|
| |
Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
p4raw-id: //depot/perl@11584
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
p4raw-id: //depot/perl@11576
|
|
|
|
|
| |
Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11569
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
p4raw-id: //depot/perl@11568
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
p4raw-id: //depot/perl@11562
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
p4raw-id: //depot/perl@11561
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Thu, 2 Aug 2001 00:17:09 -0700
Message-Id: <200108020717.AAA26895@oregonnet.com>
Subject: [PATCH] -Wall cleanup: sv.c
From: Richard Soderberg <rs@oregonnet.com>
Date: Thu, 2 Aug 2001 00:49:21 -0700
Message-Id: <200108020749.AAA27492@oregonnet.com>
p4raw-id: //depot/perl@11547
|