summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-1/+6
* Partially fix a problem noticed by IRIX compiler:Jarkko Hietaniemi2001-06-241-1/+3
* Re: perl@10722: Bogus warnings on REs Hugo van der Sanden2001-06-211-1/+2
* RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.tPaul Marquess2001-06-031-2/+10
* One less -Wall whine.Jarkko Hietaniemi2001-06-031-1/+1
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-2/+8
* Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.tJeff Pinyan2001-06-011-2/+55
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-14/+14
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-7/+6
* Re: [ID 20010506.041] segfault when matching utf8 stringInaba Hiroto2001-05-251-0/+1
* Re: [ID 20000716.007] \G in a m//g expression causes problems Hugo van der Sanden2001-05-231-1/+1
* Re: [PATCH] HERE mark in regexRonald J. Kimball2001-05-161-3/+3
* Remove the 'asciir' re subpragma. Should instead implementJarkko Hietaniemi2001-05-111-31/+7
* Insecure regexesRobin Houston2001-05-071-1/+1
* -Wformat error from ext/re/re_comp.cRobin Barker2001-05-041-6/+6
* The #9901 had removed one line essential for EBCDIC.Jarkko Hietaniemi2001-05-041-0/+1
* Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] Hugo van der Sanden2001-04-301-1/+0
* In character classes one couldn't have 0x80..0xff charactersJarkko Hietaniemi2001-04-291-63/+40
* Re: [PATCH @9846] dumping ANYOFHugo van der Sanden2001-04-261-1/+5
* Retract #9851, core dumps from pod2man.Jarkko Hietaniemi2001-04-261-1/+0