Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Off-by-one is my middle name. | Jarkko Hietaniemi | 2002-01-03 | 1 | -8/+5 | |
* | One more iteration of the ibcmp_utf8() interface, | Jarkko Hietaniemi | 2002-01-02 | 1 | -20/+22 | |
* | Make ibcmp_utf8() optionally progress in either string for | Jarkko Hietaniemi | 2002-01-02 | 1 | -32/+16 | |
* | Make ibcmp_utf8() more robust and make regmatch() use it. | Jarkko Hietaniemi | 2002-01-01 | 1 | -97/+21 | |
* | Now that to_utf8_fold() was fixed. | Jarkko Hietaniemi | 2002-01-01 | 1 | -4/+2 | |
* | Better support for multicharacter foldings. | Jarkko Hietaniemi | 2002-01-01 | 1 | -22/+28 | |
* | 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 |