Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PL_bostr was pointing to the wrong string | Jarkko Hietaniemi | 2002-02-28 | 1 | -1/+1 |
| | | | | | | | (a string left around from the loading of the Unicode \w) "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g" http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html p4raw-id: //depot/perl@14914 | ||||
* | Signedness nit. | Jarkko Hietaniemi | 2002-02-27 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@14896 | ||||
* | Tiny code cleanup. | Jarkko Hietaniemi | 2002-02-24 | 1 | -8/+3 |
| | | | p4raw-id: //depot/perl@14856 | ||||
* | EBCDIC tweak (native instead of uni) and comment update. | Jarkko Hietaniemi | 2002-02-24 | 1 | -5/+6 |
| | | | p4raw-id: //depot/perl@14852 | ||||
* | The #14715 and #14716 were okay: they just revealed | Jarkko Hietaniemi | 2002-02-17 | 1 | -2/+2 |
| | | | | | a bug in the EXACTF matching. p4raw-id: //depot/perl@14724 | ||||
* | EBCDIC: SHARP S is different. | Jarkko Hietaniemi | 2002-02-05 | 1 | -4/+7 |
| | | | p4raw-id: //depot/perl@14561 | ||||
* | EBCDIC: it's much nicer to compare Unicode code points | Jarkko Hietaniemi | 2002-02-03 | 1 | -2/+2 |
| | | | | | to Unicode code points. p4raw-id: //depot/perl@14535 | ||||
* | The Malformed UTF-8 Heisenbug seen by Merijn and NickC | Jarkko Hietaniemi | 2002-02-01 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@14391 | ||||
* | Re: lookbehind broken with latest bleedperl | Hugo van der Sanden | 2002-01-13 | 1 | -2/+7 |
| | | | | | Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk> p4raw-id: //depot/perl@14240 | ||||
* | One more sharp s case found by Jeffrey. | Jarkko Hietaniemi | 2002-01-13 | 1 | -2/+14 |
| | | | p4raw-id: //depot/perl@14230 | ||||
* | Comment tweak. | Jarkko Hietaniemi | 2002-01-13 | 1 | -6/+6 |
| | | | p4raw-id: //depot/perl@14229 | ||||
* | Sharp S as a special treat for our German UTF-8 testers :-) | Jarkko Hietaniemi | 2002-01-12 | 1 | -6/+23 |
| | | | p4raw-id: //depot/perl@14222 | ||||
* | Special treatment for U+03B0 and U+0390 in //i, | Jarkko Hietaniemi | 2002-01-12 | 1 | -3/+1 |
| | | | | | | this means that we can remove the minlen pessimisations introduced by the #14096. p4raw-id: //depot/perl@14219 | ||||
* | Unicode lookbehind looked bad. | Jarkko Hietaniemi | 2002-01-12 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@14205 | ||||
* | Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | Hugo van der Sanden | 2002-01-09 | 1 | -1/+3 |
| | | | | | Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk> p4raw-id: //depot/perl@14157 | ||||
* | Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | Hugo van der Sanden | 2002-01-09 | 1 | -1/+1 |
| | | | | | Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk> p4raw-id: //depot/perl@14149 | ||||
* | Re: Weird Malformed warning in bleadperl | Andreas König | 2002-01-09 | 1 | -1/+1 |
| | | | | | Message-ID: <m3itabbzoq.fsf@anima.de> p4raw-id: //depot/perl@14148 | ||||
* | SANY (. with /s) wasn't happy on Unicode. | Jarkko Hietaniemi | 2002-01-09 | 1 | -1/+9 |
| | | | p4raw-id: //depot/perl@14143 | ||||
* | A little better comments. | Jarkko Hietaniemi | 2002-01-08 | 1 | -1/+15 |
| | | | p4raw-id: //depot/perl@14130 | ||||
* | More regex and utf8 debug dumping. | Jarkko Hietaniemi | 2002-01-07 | 1 | -8/+9 |
| | | | p4raw-id: //depot/perl@14114 | ||||
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -32/+100 |
| | | | | | enhance regex dumping code. p4raw-id: //depot/perl@14096 | ||||
* | Ooops. Retract the regex parts of #14090. | Jarkko Hietaniemi | 2002-01-05 | 1 | -61/+21 |
| | | | p4raw-id: //depot/perl@14091 | ||||
* | [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | Nicholas Clark | 2002-01-05 | 1 | -21/+61 |
| | | | | | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14090 | ||||
* | Cast. | Jarkko Hietaniemi | 2002-01-03 | 1 | -9/+9 |
| | | | p4raw-id: //depot/perl@14037 | ||||
* | Off-by-one is my middle name. | Jarkko Hietaniemi | 2002-01-03 | 1 | -8/+5 |
| | | | p4raw-id: //depot/perl@14031 | ||||
* | One more iteration of the ibcmp_utf8() interface, | Jarkko Hietaniemi | 2002-01-02 | 1 | -20/+22 |
| | | | | | hopefully this is a convergent iteration... p4raw-id: //depot/perl@14014 | ||||
* | Make ibcmp_utf8() optionally progress in either string for | Jarkko Hietaniemi | 2002-01-02 | 1 | -32/+16 |
| | | | | | as long as it takes and optionally record how far it got. p4raw-id: //depot/perl@14010 | ||||
* | Make ibcmp_utf8() more robust and make regmatch() use it. | Jarkko Hietaniemi | 2002-01-01 | 1 | -97/+21 |
| | | | p4raw-id: //depot/perl@14005 | ||||
* | Now that to_utf8_fold() was fixed. | Jarkko Hietaniemi | 2002-01-01 | 1 | -4/+2 |
| | | | p4raw-id: //depot/perl@14004 | ||||
* | Better support for multicharacter foldings. | Jarkko Hietaniemi | 2002-01-01 | 1 | -22/+28 |
| | | | | | | | Now all but two of the CaseFold.txt cases work-- but only when the target string is single-character, more debugging needed. p4raw-id: //depot/perl@14001 | ||||
* | Unnecessary/Lingering UTF8 flag might mess up caseless matching | Jarkko Hietaniemi | 2002-01-01 | 1 | -4/+8 |
| | | | | | (found by Jeffrey Friedl) p4raw-id: //depot/perl@13992 | ||||
* | Less unused ones. | Jarkko Hietaniemi | 2001-12-31 | 1 | -3/+0 |
| | | | p4raw-id: //depot/perl@13989 | ||||
* | Add some comments to the recent Unicode case-folding saga. | Jarkko Hietaniemi | 2001-12-31 | 1 | -0/+21 |
| | | | p4raw-id: //depot/perl@13985 | ||||
* | Delay folding until necessary; start of handling | Jarkko Hietaniemi | 2001-12-31 | 1 | -20/+52 |
| | | | | | folding into several characters. p4raw-id: //depot/perl@13969 | ||||
* | gcc -Wall dewhine. | Jarkko Hietaniemi | 2001-12-31 | 1 | -8/+8 |
| | | | p4raw-id: //depot/perl@13968 | ||||
* | More Unicode folding tweaks, avoid potential false matches. | Jarkko Hietaniemi | 2001-12-31 | 1 | -15/+19 |
| | | | p4raw-id: //depot/perl@13967 | ||||
* | Make that six wrongs. | Jarkko Hietaniemi | 2001-12-30 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@13966 | ||||
* | Four wrongs can make a right. | Jarkko Hietaniemi | 2001-12-30 | 1 | -4/+5 |
| | | | p4raw-id: //depot/perl@13965 | ||||
* | Fix all the I case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 1 | -2/+3 |
| | | | p4raw-id: //depot/perl@13964 | ||||
* | Fix all the C(ommon) case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 1 | -6/+13 |
| | | | p4raw-id: //depot/perl@13963 | ||||
* | More constant casting. | Jarkko Hietaniemi | 2001-12-24 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@13876 | ||||
* | The funky final sigma casefolding. | Jarkko Hietaniemi | 2001-12-23 | 1 | -2/+7 |
| | | | p4raw-id: //depot/perl@13866 | ||||
* | Even more \X fixing. | Jarkko Hietaniemi | 2001-12-23 | 1 | -1/+3 |
| | | | p4raw-id: //depot/perl@13861 | ||||
* | More \X fixing. | Jarkko Hietaniemi | 2001-12-23 | 1 | -9/+12 |
| | | | p4raw-id: //depot/perl@13860 | ||||
* | Small tweaks. | Jarkko Hietaniemi | 2001-12-22 | 1 | -5/+13 |
| | | | p4raw-id: //depot/perl@13856 | ||||
* | Unicode casefolding continues. | Jarkko Hietaniemi | 2001-12-22 | 1 | -25/+84 |
| | | | | | (lib/encoding.t still failing.) p4raw-id: //depot/perl@13855 | ||||
* | More Unicode casing fixes. | Jarkko Hietaniemi | 2001-12-22 | 1 | -2/+4 |
| | | | p4raw-id: //depot/perl@13844 | ||||
* | Unicode casefolding fixes. | Jarkko Hietaniemi | 2001-12-22 | 1 | -2/+5 |
| | | | p4raw-id: //depot/perl@13843 | ||||
* | Unadorned numbers evil. | Jarkko Hietaniemi | 2001-12-13 | 1 | -8/+8 |
| | | | p4raw-id: //depot/perl@13672 |