summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment correction.Jarkko Hietaniemi2001-11-031-1/+1
* STRLEN != int.Jarkko Hietaniemi2001-10-251-1/+1
* This takes care of some of the re 'debug' cases butJarkko Hietaniemi2001-10-251-2/+3
* Dump Unicode better for re 'debug'. The regprop()Jarkko Hietaniemi2001-10-241-4/+14
* Make the toupper/lower/title API for Unicode not rightJarkko Hietaniemi2001-10-091-4/+4
* Be careful to pull chars from the varargs stack whenJarkko Hietaniemi2001-10-011-3/+5
* Further tweaks to the Unicode properties.Jarkko Hietaniemi2001-10-011-2/+2
* More leniency to the \p and \P: now can have whitespaceJarkko Hietaniemi2001-09-291-5/+20
* Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious...Nicholas Clark2001-09-101-4/+6
* Using strlen() not good on embedded nul bytes.Jarkko Hietaniemi2001-09-101-13/+13
* [PATCH regcomp.c] zero-width assertions CAN be ?'dJeff Pinyan2001-09-091-0/+4
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-14/+21
* Rename the variable: it *used* to be (wrongly) that theJarkko Hietaniemi2001-09-021-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-13/+3
* Fixes bug in change 11717 that bus errored on HP-UX 10.20Artur Bergman2001-08-311-1/+1
* Change 11797 sneaked in a faulty regcomp.c change which wasn'tArtur Bergman2001-08-311-1/+1
* Re: Problem in ext/Time/HiRest/HiRes.t John P. Linderman2001-08-311-1/+1
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-0/+1
* Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at fro...Hugo van der Sanden2001-08-151-0/+1
* Not quite so relicy as thought in #11651 (op/concat #4 and #5Jarkko Hietaniemi2001-08-121-1/+5
* More (less) regex/utf8 relics. (Toned down later in #11653.)Jarkko Hietaniemi2001-08-121-5/+1
* Continuation of #11575: SANY_SEEN completely deprecated,Jarkko Hietaniemi2001-08-041-5/+1
* Decouple SANY into SANY and CANY: the new SANY is /./s,Daniel P. Berrange2001-08-041-3/+7
* [patch] refcount re opsDoug MacEachern2001-08-041-1/+8
* patch to add DEL to [:cntrl:]Jeffrey Friedl2001-07-141-1/+1
* Patch: document reg_data.what memberMark-Jason Dominus2001-07-121-0/+1