summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* fix globals caught by change#1927; builds and tests on SolarisGurusamy Sarathy1998-10-061-3/+4
* os390 fixes (suggested by Peter Prymmer)Gurusamy Sarathy1998-10-021-1/+3
* document yet another RE diagnostic, make it consistent with REG_INFTYDominic Dunlop1998-10-021-2/+2
* Extraneous warning for (?()A|B)Ilya Zakharevich1998-09-241-0/+4
* hide symbol for static buildDominic Dunlop1998-09-231-1/+1
* re-introduce change#1703Gurusamy Sarathy1998-09-231-28/+26
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-1/+22
* apply minimal variant of patch (sent via private mail)Jarkko Hietaniemi1998-09-231-3/+18
* Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/Ilya Zakharevich1998-09-231-10/+15
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-16/+16
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-8/+10
* fix bogus warning on "\x{123}"Paul Marquess1998-08-081-2/+2
* hide dup symbol for static build of ext/reDominic Dunlop1998-08-081-0/+1
* \pX not implemented!Larry Wall1998-08-081-6/+28
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-1/+4
|\
| * back out change#1703 that break bincompat with PERL_OBJECT andGurusamy Sarathy1998-08-051-26/+27
| * better RE colorsIlya Zakharevich1998-08-021-27/+26
| * use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY)Gurusamy Sarathy1998-08-021-1/+4
* | Add dTHR so that it compiles miniperl in threaded modeNick Ing-Simmons1998-07-261-1/+5
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-158/+630
|/
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-2/+2
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-272/+272
* added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGINGAndy Dougherty1998-07-141-2/+13
* 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