summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Retracted by #9852.)Hugo van der Sanden2001-04-261-0/+1
* Re: ANYOF_SIZE is wrong in 5.7.1 Mark-Jason Dominus2001-04-221-2/+1
* Re: Regex debugger patchMark-Jason Dominus2001-04-221-21/+194
* Integrate perlio:Jarkko Hietaniemi2001-03-281-8/+34
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-10/+6
* Integrate changes #9137,9138,9142 from maintperl into mainline.Jarkko Hietaniemi2001-03-141-3/+2
* regcomp.c is working in native space, not Unicode space (if different)Nick Ing-Simmons2001-03-111-9/+8
* Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.Nick Ing-Simmons2001-03-111-20/+7
* Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.Jarkko Hietaniemi2001-03-101-18/+0
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-11/+11
* Make /x{abcd}/ to work without use utf8.Jarkko Hietaniemi2001-03-061-0/+2
* Retract #8929,8930,8932,8933 for now.Jarkko Hietaniemi2001-02-251-31/+43
* (Retracted by #8395.)Jarkko Hietaniemi2001-02-251-43/+31
* Misapplied regex optimizations when \C is present.Jarkko Hietaniemi2001-02-181-0/+3
* Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ Hugo van der Sanden2001-02-131-6/+4
* Manually applied version for dev branch of Alan/Sarathy 5.6 patch.Alan Burlison2001-02-071-118/+117
* regcomp.c old feature removalMark-Jason Dominus2001-01-161-5/+0