summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 5.005_55 (CORE) Sparse intializer in regcomp.cJohn Bley1999-02-201-1/+2
* fix comppad handling for failures in eval 'qr/(?p{...})/'Hugo van der Sanden1999-02-171-3/+20
* regexp flags bugHugo van der Sanden1999-02-151-5/+5
* s/\ba/./g was over-optimizedIlya Zakharevich1999-02-071-0/+2
* patch for change#2822, done right; add PERL_OBJECT stuff; regen headersIlya Zakharevich1999-02-071-1/+13
* PERL_OBJECT tweaks for change#2426Gurusamy Sarathy1999-01-171-0/+1
* [Patch for 5.005_54] re::debugcolors dumps coreHans Mulder1999-01-131-1/+1
* Missing dTHRs added.Jarkko Hietaniemi1999-01-091-0/+1
* Warn on unrecognized alpha escapes.Ilya Zakharevich1998-12-291-0/+7
* Regexp tests and UTF8Ilya Zakharevich1998-12-291-0/+11
* Separated the [:foo:] parsing to its own function.Jarkko Hietaniemi1998-12-011-53/+44
* various tweaks; result passes all tests for normal build on Solaris;Gurusamy Sarathy1998-11-281-4/+2
* regcolorsIlya Zakharevich1998-11-281-25/+31
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-32/+32
* fix globals caught by change#1927; builds and tests on SolarisGurusamy Sarathy1998-10-061-3/+4
* os390 fixes (suggested by Peter Prymmer)Gurusamy Sarathy1998-10-021-1/+3
* document yet another RE diagnostic, make it consistent with REG_INFTYDominic Dunlop1998-10-021-2/+2
* Extraneous warning for (?()A|B)Ilya Zakharevich1998-09-241-0/+4
* hide symbol for static buildDominic Dunlop1998-09-231-1/+1
* re-introduce change#1703Gurusamy Sarathy1998-09-231-28/+26
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-1/+22
* apply minimal variant of patch (sent via private mail)Jarkko Hietaniemi1998-09-231-3/+18
* Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/Ilya Zakharevich1998-09-231-10/+15
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-16/+16
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-8/+10
* fix bogus warning on "\x{123}"Paul Marquess1998-08-081-2/+2
* hide dup symbol for static build of ext/reDominic Dunlop1998-08-081-0/+1
* \pX not implemented!Larry Wall1998-08-081-6/+28
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-1/+4
|\
| * back out change#1703 that break bincompat with PERL_OBJECT andGurusamy Sarathy1998-08-051-26/+27
| * better RE colorsIlya Zakharevich1998-08-021-27/+26
| * use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY)Gurusamy Sarathy1998-08-021-1/+4
* | Add dTHR so that it compiles miniperl in threaded modeNick Ing-Simmons1998-07-261-1/+5
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-158/+630
|/
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-2/+2
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-272/+272
* added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGINGAndy Dougherty1998-07-141-2/+13
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-1/+1
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+19
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-7/+7
* applied patch, tweaked doc and code that does labels/indentationIlya Zakharevich1998-07-111-2/+2
* applied patch from Ilya, tweaked some to get clean static build ofGurusamy Sarathy1998-07-091-1/+8
* Switch modifiers in RE offIlya Zakharevich1998-07-081-1/+17
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-0/+6
* allow eval-groups in patterns only if they C<use re 'eval';>Gurusamy Sarathy1998-07-061-0/+7
* catch nonexistent backrefs in REsHugo van der Sanden1998-07-041-1/+3
* Improve warning on zero-length chunks in REIlya Zakharevich1998-06-281-11/+15
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-0/+10
* update repository copy of Asmdata.pm after `perl bytecode.pl`Gurusamy Sarathy1998-06-191-0/+4
* fix off-by-one that trampled memory in re_croak2()Gurusamy Sarathy1998-06-181-2/+2