| Commit message (Expand) | Author | Age | Files | Lines |
* | taint + deprecated warnings | Paul Marquess | 2002-03-04 | 1 | -3/+2 |
* | Use to_uni_fold(). | Jarkko Hietaniemi | 2002-02-24 | 1 | -6/+1 |
* | Using uninitialized (and wrong) variables is not good. | Jarkko Hietaniemi | 2002-02-24 | 1 | -2/+2 |
* | EBCDIC: this seems to calm the last of the | Jarkko Hietaniemi | 2002-02-24 | 1 | -12/+20 |
* | The POSIX extensions are deadly. | Jarkko Hietaniemi | 2002-02-19 | 1 | -3/+2 |
* | EBCDIC: now the worst seems to be over for | Jarkko Hietaniemi | 2002-02-18 | 1 | -1/+5 |
* | "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC. | Jarkko Hietaniemi | 2002-02-11 | 1 | -12/+24 |
* | (??{ }) anomaly | Yitzchak Scott-Thoennes | 2002-02-04 | 1 | -0/+2 |
* | EBCDIC: more natification. | Jarkko Hietaniemi | 2002-02-03 | 1 | -6/+9 |
* | EBCDIC: character classes must remap the low 256. | Jarkko Hietaniemi | 2002-02-03 | 1 | -2/+2 |
* | 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 |