| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@14115
|
|
|
| |
p4raw-id: //depot/perl@14114
|
|
|
| |
p4raw-id: //depot/perl@14113
|
|
|
|
|
| |
enhance regex dumping code.
p4raw-id: //depot/perl@14096
|
|
|
| |
p4raw-id: //depot/perl@14091
|
|
|
|
|
| |
Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14090
|
|
|
|
|
| |
into character classes.
p4raw-id: //depot/perl@14048
|
|
|
|
|
| |
(among others, another example would be \x{fb00} -> "ff")
p4raw-id: //depot/perl@14046
|
|
|
| |
p4raw-id: //depot/perl@14004
|
|
|
| |
p4raw-id: //depot/perl@13988
|
|
|
| |
p4raw-id: //depot/perl@13985
|
|
|
|
|
| |
folding into several characters.
p4raw-id: //depot/perl@13969
|
|
|
| |
p4raw-id: //depot/perl@13964
|
|
|
| |
p4raw-id: //depot/perl@13963
|
|
|
| |
p4raw-id: //depot/perl@13872
|
|
|
| |
p4raw-id: //depot/perl@13866
|
|
|
| |
p4raw-id: //depot/perl@13859
|
|
|
|
|
|
|
| |
Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
(partially applied, most of the new tests need to be rethought)
p4raw-id: //depot/perl@13857
|
|
|
| |
p4raw-id: //depot/perl@13843
|
|
|
| |
p4raw-id: //depot/perl@13672
|
|
|
|
|
|
| |
mostly gcc -Wall complaining about the argument of %p not
being a void *.
p4raw-id: //depot/perl@13659
|
|
|
| |
p4raw-id: //depot/perl@13566
|
|
|
|
|
| |
Message-ID: <20011124163042.R37621@plum.flirble.org>
p4raw-id: //depot/perl@13236
|
|
|
|
|
| |
Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
p4raw-id: //depot/perl@13198
|
|
|
|
|
| |
to *every* m//, which killed the performance quite badly.
p4raw-id: //depot/perl@13079
|
|
|
|
|
| |
Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@13048
|
|
|
|
|
| |
toggle-on from the encoding pragma.
p4raw-id: //depot/perl@12872
|
|
|
| |
p4raw-id: //depot/perl@12864
|
|
|
| |
p4raw-id: //depot/perl@12858
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
possibly cannot be so. Prepares way for charclass
syntax like [[abc]||[def]] (or just [[abc][def]])
for union, [[\w]&&[$a]] for intersection,
and [[a-z]&&[^def]] for subtraction.
Currently /[[a]/ (or /[a[]/) parses as a character
class containing two characters, "[" and "a",
this may have to be broken for the syntax described
above, otherwise we would have to scan the whole pattern
to find out whether the square brackets match pairwise.
Luckily, the special case of "[" doesn't seem to be
documented (as opposed to "]" and "-"), so we may have
better story for breaking it... One can always use \[
if one wants a literal "[", so there.
p4raw-id: //depot/perl@12835
|
|
|
| |
p4raw-id: //depot/perl@12834
|
|
|
| |
p4raw-id: //depot/perl@12658
|
|
|
|
|
|
|
| |
not all cases since the information whether the pattern
or the target are utf8 seems to be either lost or not
spread widely enough, sigh.
p4raw-id: //depot/perl@12631
|
|
|
|
|
|
| |
is unfinished since have to figure out how to detect
Unicodeness in there.
p4raw-id: //depot/perl@12621
|
|
|
|
|
|
| |
but at least less wrong: prepare for the mapping being
more than just one-character-to-one-character.
p4raw-id: //depot/perl@12371
|
|
|
|
|
| |
formatting chars.
p4raw-id: //depot/perl@12292
|
|
|
| |
p4raw-id: //depot/perl@12286
|
|
|
|
|
|
|
| |
between the property definition and the curlies; now can
invert the property by having a caret between the open
curly and the property.
p4raw-id: //depot/perl@12269
|
|
|
|
|
|
|
| |
glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))
Message-ID: <20010911000031.G1512@plum.flirble.org>
p4raw-id: //depot/perl@11990
|
|
|
| |
p4raw-id: //depot/perl@11967
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@11956
|
|
|
|
|
|
|
| |
(was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
Message-ID: <20010904224250.P25120@plum.flirble.org>
p4raw-id: //depot/perl@11874
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Might break on platforms where bool is larger than 8 bites ???
p4raw-id: //depot/perl@11800
|
|
|
|
|
| |
supposed to happen.
p4raw-id: //depot/perl@11798
|
|
|
|
|
|
| |
Message-Id: <200108311220.IAA54125@raptor.research.att.com>
Fixes test 14 which could fail randomly in rare cases.
p4raw-id: //depot/perl@11797
|
|
|
|
|
| |
"was the last match target UTF8" into its own variable.
p4raw-id: //depot/perl@11717
|
|
|
|
|
|
|
| |
front of pattern
Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
p4raw-id: //depot/perl@11677
|
|
|
|
|
| |
stopped working).
p4raw-id: //depot/perl@11653
|