Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unnecessary/Lingering UTF8 flag might mess up caseless matching | Jarkko Hietaniemi | 2002-01-01 | 1 | -4/+8 |
* | Less unused ones. | Jarkko Hietaniemi | 2001-12-31 | 1 | -3/+0 |
* | Add some comments to the recent Unicode case-folding saga. | Jarkko Hietaniemi | 2001-12-31 | 1 | -0/+21 |
* | Delay folding until necessary; start of handling | Jarkko Hietaniemi | 2001-12-31 | 1 | -20/+52 |
* | gcc -Wall dewhine. | Jarkko Hietaniemi | 2001-12-31 | 1 | -8/+8 |
* | More Unicode folding tweaks, avoid potential false matches. | Jarkko Hietaniemi | 2001-12-31 | 1 | -15/+19 |
* | Make that six wrongs. | Jarkko Hietaniemi | 2001-12-30 | 1 | -1/+1 |
* | Four wrongs can make a right. | Jarkko Hietaniemi | 2001-12-30 | 1 | -4/+5 |
* | Fix all the I case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 1 | -2/+3 |
* | Fix all the C(ommon) case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 1 | -6/+13 |
* | More constant casting. | Jarkko Hietaniemi | 2001-12-24 | 1 | -3/+3 |
* | The funky final sigma casefolding. | Jarkko Hietaniemi | 2001-12-23 | 1 | -2/+7 |
* | Even more \X fixing. | Jarkko Hietaniemi | 2001-12-23 | 1 | -1/+3 |
* | More \X fixing. | Jarkko Hietaniemi | 2001-12-23 | 1 | -9/+12 |
* | Small tweaks. | Jarkko Hietaniemi | 2001-12-22 | 1 | -5/+13 |
* | Unicode casefolding continues. | Jarkko Hietaniemi | 2001-12-22 | 1 | -25/+84 |
* | More Unicode casing fixes. | Jarkko Hietaniemi | 2001-12-22 | 1 | -2/+4 |
* | Unicode casefolding fixes. | Jarkko Hietaniemi | 2001-12-22 | 1 | -2/+5 |
* | Unadorned numbers evil. | Jarkko Hietaniemi | 2001-12-13 | 1 | -8/+8 |
* | It could be possible for the case-insensitive | Jarkko Hietaniemi | 2001-12-13 | 1 | -2/+4 |
* | Re: [PATCH: bleadperl] casefold backref | Jeff Pinyan | 2001-12-06 | 1 | -4/+4 |
* | casefold backref | Hugo van der Sanden | 2001-12-06 | 1 | -3/+3 |
* | Add a note about folding vs lowercase. | Jarkko Hietaniemi | 2001-11-30 | 1 | -0/+8 |
* | Fix for "a\x{100}" =~ /A/i. | Jarkko Hietaniemi | 2001-11-28 | 1 | -2/+5 |
* | The debug_pag needs to be visible at all times | Jarkko Hietaniemi | 2001-11-24 | 1 | -0/+6 |
* | Create a per-interpeter debug scratchpad container | Jarkko Hietaniemi | 2001-11-20 | 1 | -5/+5 |
* | Retract #13082 until a better solution is found: | Jarkko Hietaniemi | 2001-11-19 | 1 | -15/+5 |
* | (retracted by #13096) | Jarkko Hietaniemi | 2001-11-18 | 1 | -5/+15 |
* | Signedness nit. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 |
* | Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* | Jeff Pinyan | 2001-11-14 | 1 | -25/+72 |
* | More UTF-8 EXACT tweaking, plus a forgotten UTF-8 | Jarkko Hietaniemi | 2001-11-06 | 1 | -19/+16 |
* | Implement the encoding pragma for regex literals. | Jarkko Hietaniemi | 2001-11-06 | 1 | -20/+24 |
* | More UTF8 EXACT fixing. | Jarkko Hietaniemi | 2001-11-06 | 1 | -1/+1 |
* | More re debugging. | Jarkko Hietaniemi | 2001-11-06 | 1 | -3/+13 |
* | EXACT correction attempt. Continued in #12863. | Jarkko Hietaniemi | 2001-11-05 | 1 | -2/+2 |
* | Regex debugging fixes from Hugo. | Jarkko Hietaniemi | 2001-11-05 | 1 | -10/+10 |
* | microperl sync. | Jarkko Hietaniemi | 2001-11-02 | 1 | -2/+2 |
* | STRLEN != int. | Jarkko Hietaniemi | 2001-10-25 | 1 | -7/+7 |
* | Dump Unicode better for re 'debug'. The regprop() | Jarkko Hietaniemi | 2001-10-24 | 1 | -40/+81 |
* | two s/// bugfixes | Rafael Garcia-Suarez | 2001-10-10 | 1 | -5/+12 |
* | Make the toupper/lower/title API for Unicode not right | Jarkko Hietaniemi | 2001-10-09 | 1 | -33/+38 |
* | Use UCHARAT() as suggested by Inaba Hiroto. | Jarkko Hietaniemi | 2001-09-16 | 1 | -3/+4 |
* | adding (U8) to case insensitive matching | Jeff Pinyan | 2001-09-15 | 1 | -2/+2 |
* | more jumpables, and hit-bit bug | Jeff Pinyan | 2001-09-14 | 1 | -22/+16 |
* | Re: [PATCH regexec.c] more general .* and .*? | Jeff Pinyan | 2001-09-07 | 1 | -10/+12 |
* | (Replaced by #11934) | Jeff Pinyan | 2001-09-07 | 1 | -31/+89 |
* | Rename the variable: it *used* to be (wrongly) that the | Jarkko Hietaniemi | 2001-09-02 | 1 | -10/+10 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -14/+4 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -1/+1 |
* | New try for ID 20010407.006: detach the semantics | Jarkko Hietaniemi | 2001-08-18 | 1 | -10/+10 |