summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* fix comppad handling for failures in eval 'qr/(?p{...})/'Hugo van der Sanden1999-02-171-1/+1
* patch for change#2822, done right; add PERL_OBJECT stuff; regen headersIlya Zakharevich1999-02-071-3/+3
* Debugging REx with lookbehindIlya Zakharevich1999-02-011-0/+8
* Speed up .*? and half-fix UTF lookbehindIlya Zakharevich1999-02-011-8/+72
* Bugs in hairy interactions of feature in RExIlya Zakharevich1998-12-291-5/+5
* Typo in comments.Jarkko Hietaniemi1998-12-011-1/+1
* fix for pat.t failure under USE_THREADSGurusamy Sarathy1998-11-291-3/+4
* various tweaks; result passes all tests for normal build on Solaris;Gurusamy Sarathy1998-11-281-5/+4
* Finishing off SNOBOL: $1 in (?{})Ilya Zakharevich1998-11-281-11/+24
* better -Mre=debugcolorIlya Zakharevich1998-11-281-1/+2
* regcolorsIlya Zakharevich1998-11-281-0/+3
* applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-281-0/+38
* Fix \G in REx without //gIlya Zakharevich1998-11-281-13/+26
* s/Perl_utf8skip/PL_utf8skip/gGurusamy Sarathy1998-11-171-11/+11
* patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>Gurusamy Sarathy1998-11-091-1/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-21/+20
* minor cleanupGurusamy Sarathy1998-10-281-1/+1
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-251-0/+2
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-251-0/+3
* Re: problem with (?p{}) [PATCH 5.005_5*]Ilya Zakharevich1998-09-241-0/+1
* (?>) broken in REIlya Zakharevich1998-09-231-0/+1
* re-introduce change#1703Gurusamy Sarathy1998-09-231-5/+14
* make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matchesIlya Zakharevich1998-09-231-4/+4
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-10/+152
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-70/+98
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-4/+5
* [5.005_50 PATCH] misprint in RE engineIlya Zakharevich1998-08-081-1/+1
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-10/+11
|\
| * back out change#1703 that break bincompat with PERL_OBJECT andGurusamy Sarathy1998-08-051-14/+5
| * better RE colorsIlya Zakharevich1998-08-021-5/+14
| * rename duplicate warning in regexec.cGurusamy Sarathy1998-08-021-1/+3
| * de-utf-ized variation of Ilya's patchJan-Pieter Cornet1998-08-021-5/+7
* | Add dTHR so that it compiles miniperl in threaded modeNick Ing-Simmons1998-07-261-2/+5
* | add new files to MANIFEST; add missing prototypes to proto.h;Gurusamy Sarathy1998-07-261-11/+11
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-109/+819
|/
* workaround C<"foo" "bar"> catenation-intolerant compilersGurusamy Sarathy1998-07-211-2/+3
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-4/+4
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-247/+247
* added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGINGAndy Dougherty1998-07-141-1/+12
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-2/+6
* applied patch, reformatted long lines in placesDominic Dunlop1998-07-111-18/+48
* 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-0/+3
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-0/+6
* fix accidental RE-de-optimizationGurusamy Sarathy1998-07-071-2/+2
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-1/+1
* allow a flags args to fbm_instr() for future needsIlya Zakharevich1998-07-041-2/+2
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-0/+4
* Zero-length matching bugIlya Zakharevich1998-06-221-2/+5