summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-3/+5
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-3/+5
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-3/+32
|\ \ | |/
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-8/+11
| * Avoid core dump on some paren'd regexp matchesHugo van der Sanden1997-08-071-3/+28
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-2/+13
|\ \ | |/
| * Regex Bug in 5.003_26 thru 003_99aAndreas Karrer1997-06-111-2/+13
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-0/+3
|\ \ | |/ |/|
| * Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-0/+3
* | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-2/+5
* | [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97ePerl 5 Porters1997-04-151-12/+20
* | [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-2/+2
* | [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-1/+1
* | Don't assume that sizeof(int) >= sizeof(void*)Chip Salzenberg1997-02-221-1/+2
* | Regexp optimizationsIlya Zakharevich1997-02-111-2/+2