summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-15/+15
* integrate cfgperl contents (op.[ch] needed manual resolve)Gurusamy Sarathy1999-11-131-2/+2
|\
| * So many printfs, so little time.Jarkko Hietaniemi1999-11-061-1/+1
| * More printf miscasts flushed out.Jarkko Hietaniemi1999-11-061-1/+1
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+0
| |\ | |/ |/|
* | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
* | integrate cfgperl contents into mainline; merge conflictsGurusamy Sarathy1999-10-271-100/+116
|\ \ | |/
| * Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-8/+8
| |\ | |/ |/|
| * Remove the last regnode<==>char*Ilya Zakharevich1999-10-251-88/+97
| * Missing REx engine patchIlya Zakharevich1999-10-251-1/+6
| * More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-5/+5
| * Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-231-6/+8
* | warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-10/+10
|/
* 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