summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* fix little utf8 nits in testsuite; add patch from Ilya that curesGurusamy Sarathy1999-07-251-0/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-2/+9
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-5/+15
* sundry cleanups for clean build on windowsGurusamy Sarathy1999-07-081-4/+4
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-1/+1
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-196/+477
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-6/+54
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-45/+45
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-74/+31
* remove _() non-ansismGurusamy Sarathy1999-06-021-19/+19
* REx engine improvementsIlya Zakharevich1999-05-251-18/+19
* Cosmetic: data-driven REx-dumpIlya Zakharevich1999-05-101-189/+18
* fix overeager [:foo:] parsingHugo van der Sanden1999-05-101-0/+4
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-0/+5
* allow embedded null characters in diagnosticsGurusamy Sarathy1999-04-261-2/+3
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-7/+7
* fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>Gurusamy Sarathy1999-03-241-1/+1
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* 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