summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* (?>) 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
* fix memory leaks and uninitialized memory accesses found by PurifyGurusamy Sarathy1998-06-181-1/+1
* applied patch, with indentation tweaksIlya Zakharevich1998-06-121-10/+0
* Bugs with (?{}), $^R and many-to-many substIlya Zakharevich1998-06-111-18/+26
* Re: 5.004_65 uninitialized variable regexec.c (2)Ilya Zakharevich1998-06-101-1/+2
* [asperl] tweaks to make it build with the Borland compiler. Won't runGurusamy Sarathy1998-05-261-1/+1
* [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-6/+8
|\
| * [win32] merge change#664 from maint branchGurusamy Sarathy1998-05-131-6/+8
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-3/+3
|\ \ | |/
| * Andy Dougherty's configuration patches (Config_63-01 up to 04).Malcolm Beattie1998-04-021-3/+3
* | [asperl] bring ASPerl uptodate with mainline changesGurusamy Sarathy1998-02-141-1/+1
|\ \ | |/
| * 5.004_5*: [PATCH] restore old behaviour of \1 in REIlya Zakharevich1998-02-121-1/+1
* | [asperl] added AS patch#5 (patch #4 was intentionally skipped afterGurusamy Sarathy1998-02-141-45/+3
* | [asperl] added AS patch#3Douglas Lankshear1998-02-011-1/+1
* | [asperl] initial merge of latest win32 branch into ASPerlGurusamy Sarathy1998-01-301-1/+3
|\ \ | |/
| * Regexp fix: (?>a+)b doesn't match aaab:Ilya Zakharevich1998-01-081-1/+3
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-50/+52
|/
* ansiperl builds with Borland C++ againNick Ing-Simmons1997-11-221-7/+9
* The new jumbo regexp stuff did SSPUSHINT on a char* instead ofMalcolm Beattie1997-11-191-1/+1
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-257/+715
* Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-26/+16