| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
the many "goto defchars" bypass the initialization)
p4raw-id: //depot/perl@15265
|
|
|
| |
p4raw-id: //depot/perl@15255
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
p4raw-id: //depot/perl@15155
|
|
|
|
|
|
|
|
|
| |
encoding pragma (by remapping their byte argument if the
other argument is in Unicode). Also fix a bug found by
Anton where ord undef under the encoding pragma would barf.
([ID 20020307.009] A null pointer dereference with 'use encoding')
Finally, use the nicer form of sv_recode_to_utf8.
p4raw-id: //depot/perl@15085
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
p4raw-id: //depot/perl@15003
|
|
|
| |
p4raw-id: //depot/perl@14855
|
|
|
| |
p4raw-id: //depot/perl@14851
|
|
|
|
|
| |
Malformed UTF-8 warnings.
p4raw-id: //depot/perl@14850
|
|
|
| |
p4raw-id: //depot/perl@14765
|
|
|
|
|
|
| |
the "Malformed" warnings. Still a few of them,
and plenty of test failures, but getting better.
p4raw-id: //depot/perl@14739
|
|
|
|
|
| |
Stepping backward in the string would be majorly bad.
p4raw-id: //depot/perl@14633
|
|
|
|
|
| |
Message-ID: <ZxgX8gzkgCXO092yn@efn.org>
p4raw-id: //depot/perl@14547
|
|
|
| |
p4raw-id: //depot/perl@14540
|
|
|
| |
p4raw-id: //depot/perl@14534
|
|
|
| |
p4raw-id: //depot/perl@14391
|
|
|
|
|
| |
cases if the node is too short.
p4raw-id: //depot/perl@14228
|
|
|
|
|
|
| |
this means that we can remove the minlen pessimisations
introduced by the #14096.
p4raw-id: //depot/perl@14219
|
|
|
|
|
| |
Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
p4raw-id: //depot/perl@14174
|
|
|
|
|
| |
Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>
p4raw-id: //depot/perl@14137
|
|
|
|
|
| |
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
|