summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for "UTF-8 bug with s///" from Hugo.Jarkko Hietaniemi2002-03-201-16/+60
* Better place to initialize (IRIX cc noticed thatJarkko Hietaniemi2002-03-161-1/+2
* HP-UX gcc 3 warnings found by Sarathy.Jarkko Hietaniemi2002-03-161-1/+1
* more warnings tidyupPaul Marquess2002-03-111-7/+7
* As suggested by Anton Tagunov, eq and cmp now obey theJarkko Hietaniemi2002-03-071-1/+1
* taint + deprecated warningsPaul Marquess2002-03-041-3/+2
* Use to_uni_fold().Jarkko Hietaniemi2002-02-241-6/+1
* Using uninitialized (and wrong) variables is not good.Jarkko Hietaniemi2002-02-241-2/+2
* EBCDIC: this seems to calm the last of theJarkko Hietaniemi2002-02-241-12/+20
* The POSIX extensions are deadly.Jarkko Hietaniemi2002-02-191-3/+2
* EBCDIC: now the worst seems to be over forJarkko Hietaniemi2002-02-181-1/+5
* "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.Jarkko Hietaniemi2002-02-111-12/+24
* (??{ }) anomalyYitzchak Scott-Thoennes2002-02-041-0/+2
* EBCDIC: more natification.Jarkko Hietaniemi2002-02-031-6/+9
* EBCDIC: character classes must remap the low 256.Jarkko Hietaniemi2002-02-031-2/+2
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Don't bother checking for the Greek specialJarkko Hietaniemi2002-01-131-1/+1
* Special treatment for U+03B0 and U+0390 in //i,Jarkko Hietaniemi2002-01-121-0/+44
* micropatchHugo van der Sanden2002-01-101-3/+1
* [patch] save a test Hugo van der Sanden2002-01-081-2/+3
* leading (.*) should not be implicitly ^'d Jeff Pinyan2002-01-071-1/+1
* More regex and utf8 debug dumping.Jarkko Hietaniemi2002-01-071-3/+7
* Unused variable.Jarkko Hietaniemi2002-01-071-1/+0
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-16/+54
* Ooops. Retract the regex parts of #14090.Jarkko Hietaniemi2002-01-051-28/+9
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-051-9/+28
* Do not add the first characters of multicharacter foldingsJarkko Hietaniemi2002-01-031-3/+4
* Allow emitting the foldcased version of "\x{df}", "ss"Jarkko Hietaniemi2002-01-031-2/+2
* Now that to_utf8_fold() was fixed.Jarkko Hietaniemi2002-01-011-3/+1
* Unused variable.Jarkko Hietaniemi2001-12-311-1/+0
* Add some comments to the recent Unicode case-folding saga.Jarkko Hietaniemi2001-12-311-2/+21
* Delay folding until necessary; start of handlingJarkko Hietaniemi2001-12-311-11/+37
* Fix all the I case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-1/+2
* Fix all the C(ommon) case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-0/+11
* Must cast constants if they can be quads.Jarkko Hietaniemi2001-12-241-3/+3
* The funky final sigma casefolding.Jarkko Hietaniemi2001-12-231-1/+13
* Fix encoding pragma.Jarkko Hietaniemi2001-12-231-13/+19
* and [BUG] \X and \C fixed, \X still dorked Jeffrey Friedl2001-12-221-0/+2
* Unicode casefolding fixes.Jarkko Hietaniemi2001-12-221-12/+10
* Unadorned numbers evil.Jarkko Hietaniemi2001-12-131-1/+1
* Fixes for casting problems detected on a SuSE 7.2 Itanium,Jarkko Hietaniemi2001-12-121-1/+1
* Apply NetBSD patch-ae: another gcc sparc64 bug.Jarkko Hietaniemi2001-12-091-0/+28
* memset() is cheaper than a loop of 256 bit-a-a-timesNicholas Clark2001-11-241-7/+3
* Re: regex oddness with \Z and $&Hugo van der Sanden2001-11-231-0/+1
* Retract #13048: that introduced a malloc() (through savepvn())Jarkko Hietaniemi2001-11-181-3/+0
* Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fixJeff Pinyan2001-11-161-0/+3
* More UTF-8 EXACT tweaking, plus a forgotten UTF-8 Jarkko Hietaniemi2001-11-061-1/+2
* Implement the encoding pragma for regex literals.Jarkko Hietaniemi2001-11-061-0/+15
* Regex debugging fixes from Hugo.Jarkko Hietaniemi2001-11-051-1/+1
* Don't bother doing POSIX charclass parsing if itJarkko Hietaniemi2001-11-031-18/+22