| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Don't bother checking for the Greek special | Jarkko Hietaniemi | 2002-01-13 | 1 | -1/+1 |
* | Special treatment for U+03B0 and U+0390 in //i, | Jarkko Hietaniemi | 2002-01-12 | 1 | -0/+44 |
* | micropatch | Hugo van der Sanden | 2002-01-10 | 1 | -3/+1 |
* | [patch] save a test | Hugo van der Sanden | 2002-01-08 | 1 | -2/+3 |
* | leading (.*) should not be implicitly ^'d | Jeff Pinyan | 2002-01-07 | 1 | -1/+1 |
* | More regex and utf8 debug dumping. | Jarkko Hietaniemi | 2002-01-07 | 1 | -3/+7 |
* | Unused variable. | Jarkko Hietaniemi | 2002-01-07 | 1 | -1/+0 |
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -16/+54 |
* | Ooops. Retract the regex parts of #14090. | Jarkko Hietaniemi | 2002-01-05 | 1 | -28/+9 |
* | [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | Nicholas Clark | 2002-01-05 | 1 | -9/+28 |
* | Do not add the first characters of multicharacter foldings | Jarkko Hietaniemi | 2002-01-03 | 1 | -3/+4 |
* | Allow emitting the foldcased version of "\x{df}", "ss" | Jarkko Hietaniemi | 2002-01-03 | 1 | -2/+2 |
* | Now that to_utf8_fold() was fixed. | Jarkko Hietaniemi | 2002-01-01 | 1 | -3/+1 |
* | Unused variable. | Jarkko Hietaniemi | 2001-12-31 | 1 | -1/+0 |
* | Add some comments to the recent Unicode case-folding saga. | Jarkko Hietaniemi | 2001-12-31 | 1 | -2/+21 |
* | Delay folding until necessary; start of handling | Jarkko Hietaniemi | 2001-12-31 | 1 | -11/+37 |
* | Fix all the I case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 1 | -1/+2 |
* | Fix all the C(ommon) case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 1 | -0/+11 |
* | Must cast constants if they can be quads. | Jarkko Hietaniemi | 2001-12-24 | 1 | -3/+3 |
* | The funky final sigma casefolding. | Jarkko Hietaniemi | 2001-12-23 | 1 | -1/+13 |
* | Fix encoding pragma. | Jarkko Hietaniemi | 2001-12-23 | 1 | -13/+19 |
* | and [BUG] \X and \C fixed, \X still dorked | Jeffrey Friedl | 2001-12-22 | 1 | -0/+2 |
* | Unicode casefolding fixes. | Jarkko Hietaniemi | 2001-12-22 | 1 | -12/+10 |
* | Unadorned numbers evil. | Jarkko Hietaniemi | 2001-12-13 | 1 | -1/+1 |
* | Fixes for casting problems detected on a SuSE 7.2 Itanium, | Jarkko Hietaniemi | 2001-12-12 | 1 | -1/+1 |
* | Apply NetBSD patch-ae: another gcc sparc64 bug. | Jarkko Hietaniemi | 2001-12-09 | 1 | -0/+28 |
* | memset() is cheaper than a loop of 256 bit-a-a-times | Nicholas Clark | 2001-11-24 | 1 | -7/+3 |
* | Re: regex oddness with \Z and $& | Hugo van der Sanden | 2001-11-23 | 1 | -0/+1 |
* | Retract #13048: that introduced a malloc() (through savepvn()) | Jarkko Hietaniemi | 2001-11-18 | 1 | -3/+0 |
* | Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix | Jeff Pinyan | 2001-11-16 | 1 | -0/+3 |
* | More UTF-8 EXACT tweaking, plus a forgotten UTF-8 | Jarkko Hietaniemi | 2001-11-06 | 1 | -1/+2 |
* | Implement the encoding pragma for regex literals. | Jarkko Hietaniemi | 2001-11-06 | 1 | -0/+15 |
* | Regex debugging fixes from Hugo. | Jarkko Hietaniemi | 2001-11-05 | 1 | -1/+1 |
* | Don't bother doing POSIX charclass parsing if it | Jarkko Hietaniemi | 2001-11-03 | 1 | -18/+22 |
* | Comment correction. | Jarkko Hietaniemi | 2001-11-03 | 1 | -1/+1 |
* | STRLEN != int. | Jarkko Hietaniemi | 2001-10-25 | 1 | -1/+1 |
* | This takes care of some of the re 'debug' cases but | Jarkko Hietaniemi | 2001-10-25 | 1 | -2/+3 |
* | Dump Unicode better for re 'debug'. The regprop() | Jarkko Hietaniemi | 2001-10-24 | 1 | -4/+14 |
* | Make the toupper/lower/title API for Unicode not right | Jarkko Hietaniemi | 2001-10-09 | 1 | -4/+4 |
* | Be careful to pull chars from the varargs stack when | Jarkko Hietaniemi | 2001-10-01 | 1 | -3/+5 |
* | Further tweaks to the Unicode properties. | Jarkko Hietaniemi | 2001-10-01 | 1 | -2/+2 |
* | More leniency to the \p and \P: now can have whitespace | Jarkko Hietaniemi | 2001-09-29 | 1 | -5/+20 |
* | Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious... | Nicholas Clark | 2001-09-10 | 1 | -4/+6 |
* | Using strlen() not good on embedded nul bytes. | Jarkko Hietaniemi | 2001-09-10 | 1 | -13/+13 |
* | [PATCH regcomp.c] zero-width assertions CAN be ?'d | Jeff Pinyan | 2001-09-09 | 1 | -0/+4 |
* | oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w... | Nicholas Clark | 2001-09-05 | 1 | -14/+21 |
* | Rename the variable: it *used* to be (wrongly) that the | Jarkko Hietaniemi | 2001-09-02 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -13/+3 |
* | Fixes bug in change 11717 that bus errored on HP-UX 10.20 | Artur Bergman | 2001-08-31 | 1 | -1/+1 |