summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* One more patch for UTF8 Inaba Hiroto2001-01-091-1/+5
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-1/+5
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-40/+89
* Comments work so much better when they are closed.Jarkko Hietaniemi2000-12-181-1/+1
* Some compilers (e.g. HP-UX) can't switch on 64-bit integers.Jarkko Hietaniemi2000-12-181-2/+8
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-501/+339
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-26/+0
* On DEBUGGING make ANYOFUTF8 nodes store away also the SVJarkko Hietaniemi2000-12-031-2/+40
* Implement ANYOFUTF8 regprop() dumping.Jarkko Hietaniemi2000-12-031-10/+39
* Make uv_to_utf8() to zero-terminate its output buffer,Jarkko Hietaniemi2000-12-031-7/+1
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-011-7/+8
* \x{} doesn't any more require 'use utf8' outside regexen so whyJarkko Hietaniemi2000-12-011-7/+1