summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Warn inside character classes about unknown backslash escapesJarkko Hietaniemi1999-10-141-3/+17
* Warn about false ranges like \d-\w (see the change #4355).Jarkko Hietaniemi1999-10-141-309/+371
* Revert the parts of #3926 that outlawed character rangesJarkko Hietaniemi1999-10-121-9/+12
* Re: Strange RE engine breakage in 5_61Ilya Zakharevich1999-10-051-1/+3
* Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-17/+3
* To: Mailing list Perl5 <perl5-porters@perl.org>Ilya Zakharevich1999-09-221-4/+4
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-1/+1
* Fix debugging output for RExIlya Zakharevich1999-09-081-1/+1
* Use \N{named characters} instead of \C.Ilya Zakharevich1999-08-301-1/+1
* Fix regex charclass parsing so that bogus rangesJarkko Hietaniemi1999-08-051-21/+31
* Introduce the charnames pragma.Jarkko Hietaniemi1999-08-041-1/+1
* Clarify RE engine code; inline a static function to a macro;Ilya Zakharevich1999-08-031-44/+33
* Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so thatJarkko Hietaniemi1999-08-021-2/+4
* Fix regclass utf8 hex ranges for quads.Jarkko Hietaniemi1999-08-021-1/+9
* More 64-bit fixing. One known bug of that kindJarkko Hietaniemi1999-08-021-0/+4
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-11/+60
* 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