| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Subject: [PATCH] bug in utf8.c(?)
p4raw-id: //depot/perl@17928
|
|
|
|
|
| |
into is_utf8_string().
p4raw-id: //depot/perl@17392
|
|
|
|
|
| |
Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
p4raw-id: //depot/perl@16628
|
|
|
|
|
| |
Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
p4raw-id: //depot/perl@16582
|
|
|
|
|
| |
Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
p4raw-id: //depot/perl@16251
|
|
|
|
|
|
| |
change is from change#12026)
p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc
p4raw-id: //depot/perl@16048
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The actual minimal fix is in utf8.c and from NI-S,
the rest are the tests (in fresh_perl since I couldn't get
them easily to work elsewhere) and a slight behaviour change:
previously UTF-8 identifiers had to start with an alphabetic
character. No more so, now they can start with an (Unicode)
ID_Continue character (which however is not a (Unicode) digit).
(Limiting the first character to ID_Start would be rather
restrictive, since ID_Start allows only alphabetic letters.)
TODO: use vars qw($utf8here). This I don't find to be
a showstopper.
p4raw-id: //depot/perl@15943
|
|
|
|
|
| |
Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
p4raw-id: //depot/perl@15777
|
|
|
|
|
| |
but 0xFFFE quite wrong.
p4raw-id: //depot/perl@15762
|
|
|
|
|
|
|
|
|
| |
be Hugo), ballooned a bit... the goal is Larry's wish that
illegal Unicode (such as U+FFFF) by default doesn't warn,
since what if somebody WANTS to create illegal Unicode?
Now getting close to this in the regex runtime.
(Also, fix more of my fixation that BOM would be U+FFFE.)
p4raw-id: //depot/perl@15689
|
|
|
|
|
| |
not good because the script context is not shown.
p4raw-id: //depot/perl@15581
|
|
|
| |
p4raw-id: //depot/perl@15556
|
|
|
|
|
| |
Message-ID: <20020318231431.A699@rafael>
p4raw-id: //depot/perl@15308
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
p4raw-id: //depot/perl@15155
|
|
|
|
|
| |
Malformed UTF-8 warnings.
p4raw-id: //depot/perl@14850
|
|
|
|
|
| |
twice, causing the loop to skip every other character.
p4raw-id: //depot/perl@14800
|
|
|
| |
p4raw-id: //depot/perl@14766
|
|
|
| |
p4raw-id: //depot/perl@14762
|
|
|
| |
p4raw-id: //depot/perl@14759
|
|
|
| |
p4raw-id: //depot/perl@14747
|
|
|
|
|
|
| |
the "Malformed" warnings. Still a few of them,
and plenty of test failures, but getting better.
p4raw-id: //depot/perl@14739
|
|
|
|
|
| |
back to where we started.
p4raw-id: //depot/perl@14737
|
|
|
|
|
| |
a single return, and EBCDICification for all paths.
p4raw-id: //depot/perl@14734
|
|
|
| |
p4raw-id: //depot/perl@14732
|
|
|
| |
p4raw-id: //depot/perl@14731
|
|
|
|
|
| |
input in native code points, not Unicode.
p4raw-id: //depot/perl@14726
|
|
|
|
|
| |
a bug in the EXACTF matching.
p4raw-id: //depot/perl@14724
|
|
|
| |
p4raw-id: //depot/perl@14723
|
|
|
| |
p4raw-id: //depot/perl@14716
|
|
|
| |
p4raw-id: //depot/perl@14715
|
|
|
| |
p4raw-id: //depot/perl@14687
|
|
|
| |
p4raw-id: //depot/perl@14669
|
|
|
|
|
|
| |
this time with fewer bugs. (See: The Law of Cybernetic
Entymology.)
p4raw-id: //depot/perl@14664
|
|
|
| |
p4raw-id: //depot/perl@14660
|
|
|
|
|
| |
Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
p4raw-id: //depot/perl@14570
|
|
|
|
|
|
|
| |
I got it in Tru64 + ithreads but only without -g, took
some debugging by printf (which was no fun either since
adding some debug printfs hid the error)
p4raw-id: //depot/perl@14511
|
|
|
|
|
|
| |
character-generating Unicode error by default off,
as Larry suggested.
p4raw-id: //depot/perl@14505
|
|
|
| |
p4raw-id: //depot/perl@14494
|
|
|
| |
p4raw-id: //depot/perl@14491
|
|
|
| |
p4raw-id: //depot/perl@14391
|
|
|
|
|
| |
does not come into play.
p4raw-id: //depot/perl@14146
|
|
|
| |
p4raw-id: //depot/perl@14117
|
|
|
| |
p4raw-id: //depot/perl@14114
|
|
|
|
|
| |
enhance regex dumping code.
p4raw-id: //depot/perl@14096
|
|
|
| |
p4raw-id: //depot/perl@14041
|
|
|
|
|
| |
hopefully this is a convergent iteration...
p4raw-id: //depot/perl@14014
|
|
|
|
|
| |
as long as it takes and optionally record how far it got.
p4raw-id: //depot/perl@14010
|
|
|
| |
p4raw-id: //depot/perl@14008
|
|
|
| |
p4raw-id: //depot/perl@14005
|
|
|
| |
p4raw-id: //depot/perl@14002
|