summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-1/+1
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+19
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-7/+7
* 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-1/+8
* Switch modifiers in RE offIlya Zakharevich1998-07-081-1/+17
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-0/+6
* allow eval-groups in patterns only if they C<use re 'eval';>Gurusamy Sarathy1998-07-061-0/+7
* catch nonexistent backrefs in REsHugo van der Sanden1998-07-041-1/+3
* Improve warning on zero-length chunks in REIlya Zakharevich1998-06-281-11/+15
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-0/+10
* update repository copy of Asmdata.pm after `perl bytecode.pl`Gurusamy Sarathy1998-06-191-0/+4
* fix off-by-one that trampled memory in re_croak2()Gurusamy Sarathy1998-06-181-2/+2
* applied patch, with indentation tweaksIlya Zakharevich1998-06-121-84/+0
* Bugs with (?{}), $^R and many-to-many substIlya Zakharevich1998-06-111-0/+5
* [win32] minimal fix to enable compiling with -DMULTIPLICITYGurusamy Sarathy1998-05-311-123/+123
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-16/+3
|\
| * [win32] misc changesGurusamy Sarathy1998-05-291-15/+6
* | [asperl] more changes to satisfy non-debug VC build (C-API doesn'tGurusamy Sarathy1998-05-261-2/+6
* | [asperl] tweaks to make it build with the Borland compiler. Won't runGurusamy Sarathy1998-05-261-3/+2
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-48/+63
|\ \ | |/
| * [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-2/+5
| * [win32] merge change#664 from maint branchGurusamy Sarathy1998-05-131-46/+58
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-2/+7
|\ \ | |/
| * [win32] propagate bugfix @ change831 from asperlGurusamy Sarathy1998-03-171-5/+6
| * VMS updates (direct)Charles Bailey1998-03-161-3/+7
* | [asperl] fix buggy order of free() in regcomp.c (from AS)Gurusamy Sarathy1998-03-171-5/+6
* | [asperl] added AS patch#12 with minor changesGurusamy Sarathy1998-03-121-1/+1
* | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-4/+13
|\ \ | |/
| * [5.004_61 PATCH] Make incompatible changes to RE engine NOWIlya Zakharevich1998-03-051-2/+9
| * External symbol re_croak2Gisle Aas1998-03-051-2/+3
* | [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-28/+3
|\ \ | |/
| * #ifdef CAN_PROTOTYPE cleanupGisle Aas1998-02-251-25/+0
| * [5.004_5* PATCH] Make ornaments default in Term::ReadLineIlya Zakharevich1998-02-251-3/+3
* | [asperl] integrate latest win32 branchGurusamy Sarathy1998-02-221-2/+1
|\ \ | |/
| * Misprint in regcomp.c [PATCH]Ilya Zakharevich1998-02-201-2/+1
* | [asperl] bring ASPerl uptodate with mainline changesGurusamy Sarathy1998-02-141-3/+24
|\ \ | |/
| * [PATCH] 5.004_58: the locale.t problem in IRIXJarkko Hietaniemi1998-02-121-3/+24
* | [asperl] added AS patch#5 (patch #4 was intentionally skipped afterGurusamy Sarathy1998-02-141-24/+0
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-091-2/+3
|\ \ | |/
| * 5.004_56: Patch to Tie::Hash and docsIlya Zakharevich1998-02-061-2/+3
| * [win32] s/PerlENV/PerlEnv/ just to be consistentGurusamy Sarathy1998-01-191-1/+1
| * [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-1/+1
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-19/+23
* | [asperl] Created new branch from win32@396, added AS patch#1Gurusamy Sarathy1998-01-301-1/+1
|/
* embed.pl now reads *var*.h to do its stuff.Nick Ing-Simmons1997-11-301-2/+3
* ansiperl builds with Borland C++ againNick Ing-Simmons1997-11-221-3/+4
* The new jumbo regexp stuff did SSPUSHINT on a char* instead ofMalcolm Beattie1997-11-191-3/+8
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-475/+1374
* Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-75/+56