| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a typo | Gurusamy Sarathy | 2002-04-23 | 1 | -1/+1 |
* | Pointer to UV casting. | Jarkko Hietaniemi | 2002-04-23 | 1 | -1/+1 |
* | squelch some more type mismatch warnings | Gurusamy Sarathy | 2002-04-21 | 1 | -2/+2 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -27/+27 |
* | regexec.c | Nikola Knezevic | 2002-04-03 | 1 | -1/+1 |
* | What started as a small nit (the charnames test, nit found | Jarkko Hietaniemi | 2002-04-02 | 1 | -17/+51 |
* | Comment tweak from Hugo. | Jarkko Hietaniemi | 2002-04-01 | 1 | -2/+2 |
* | Another UTF-8 locale tweak from Hugo. | Jarkko Hietaniemi | 2002-04-01 | 1 | -1/+1 |
* | Regex fix from Hugo: in UTF-8 locales the character | Jarkko Hietaniemi | 2002-04-01 | 1 | -8/+11 |
* | Further fixing for #15549. Six tests are failing | Jarkko Hietaniemi | 2002-03-27 | 1 | -12/+6 |
* | Possible fix for "Orks, Dragons, and Elves": | Jarkko Hietaniemi | 2002-03-27 | 1 | -6/+10 |
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -97/+211 |
* | UTF-8 walk errors that become visible in EBCDIC. | Jarkko Hietaniemi | 2002-03-19 | 1 | -3/+3 |
* | s/regcinclasslen/reginclass/ and remove the old | Jarkko Hietaniemi | 2002-03-19 | 1 | -20/+6 |
* | Make regex DEBUGGING faster. | Jarkko Hietaniemi | 2002-03-18 | 1 | -6/+0 |
* | Simple speed gainback (as it was in 5.6): for non-Unicode | Jarkko Hietaniemi | 2002-03-17 | 1 | -7/+11 |
* | SEGV in s/// and UTF-8 | Andreas König | 2002-03-17 | 1 | -1/+1 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -2/+2 |
* | PL_bostr was pointing to the wrong string | Jarkko Hietaniemi | 2002-02-28 | 1 | -1/+1 |
* | Signedness nit. | Jarkko Hietaniemi | 2002-02-27 | 1 | -1/+1 |
* | Tiny code cleanup. | Jarkko Hietaniemi | 2002-02-24 | 1 | -8/+3 |
* | EBCDIC tweak (native instead of uni) and comment update. | Jarkko Hietaniemi | 2002-02-24 | 1 | -5/+6 |
* | The #14715 and #14716 were okay: they just revealed | Jarkko Hietaniemi | 2002-02-17 | 1 | -2/+2 |
* | EBCDIC: SHARP S is different. | Jarkko Hietaniemi | 2002-02-05 | 1 | -4/+7 |
* | EBCDIC: it's much nicer to compare Unicode code points | Jarkko Hietaniemi | 2002-02-03 | 1 | -2/+2 |
* | The Malformed UTF-8 Heisenbug seen by Merijn and NickC | Jarkko Hietaniemi | 2002-02-01 | 1 | -1/+1 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Re: lookbehind broken with latest bleedperl | Hugo van der Sanden | 2002-01-13 | 1 | -2/+7 |
* | One more sharp s case found by Jeffrey. | Jarkko Hietaniemi | 2002-01-13 | 1 | -2/+14 |
* | Comment tweak. | Jarkko Hietaniemi | 2002-01-13 | 1 | -6/+6 |
* | Sharp S as a special treat for our German UTF-8 testers :-) | Jarkko Hietaniemi | 2002-01-12 | 1 | -6/+23 |
* | Special treatment for U+03B0 and U+0390 in //i, | Jarkko Hietaniemi | 2002-01-12 | 1 | -3/+1 |
* | Unicode lookbehind looked bad. | Jarkko Hietaniemi | 2002-01-12 | 1 | -1/+1 |
* | Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | Hugo van der Sanden | 2002-01-09 | 1 | -1/+3 |
* | Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | Hugo van der Sanden | 2002-01-09 | 1 | -1/+1 |
* | Re: Weird Malformed warning in bleadperl | Andreas König | 2002-01-09 | 1 | -1/+1 |
* | SANY (. with /s) wasn't happy on Unicode. | Jarkko Hietaniemi | 2002-01-09 | 1 | -1/+9 |
* | A little better comments. | Jarkko Hietaniemi | 2002-01-08 | 1 | -1/+15 |
* | More regex and utf8 debug dumping. | Jarkko Hietaniemi | 2002-01-07 | 1 | -8/+9 |
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -32/+100 |
* | Ooops. Retract the regex parts of #14090. | Jarkko Hietaniemi | 2002-01-05 | 1 | -61/+21 |
* | [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | Nicholas Clark | 2002-01-05 | 1 | -21/+61 |
* | Cast. | Jarkko Hietaniemi | 2002-01-03 | 1 | -9/+9 |
* | 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 |