summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Do no -warn on \_, only on \alpha.David Dyck2000-06-271-3/+6
* fix broken parsing of /\x{ab}/Gurusamy Sarathy2000-05-031-1/+1
* change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix itGurusamy Sarathy2000-05-021-1/+10
* fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-1/+7
* tweak to use SIZE_ONLYGurusamy Sarathy2000-03-141-1/+1
* avoid dup warning (from Simon Cozens)Gurusamy Sarathy2000-03-141-1/+3
* fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)Gurusamy Sarathy2000-03-111-1/+2
* Cpp out deadcode that IRIX compiler noticed.Jarkko Hietaniemi2000-03-111-0/+3
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-15/+6
* integrate cfgperl and vmsperl contents into mainlineGurusamy Sarathy2000-03-031-6/+6
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-031-1/+1
| |\
| * | /[[:alpha]/ now dies on unmatched [] instead ofJarkko Hietaniemi2000-03-031-6/+6
* | | warn about /(?p{})/ (from Simon Cozens)Gurusamy Sarathy2000-03-031-0/+3
| |/ |/|
* | /(?p{})/ changed to /(??{})/, per Larry's suggestion (fromGurusamy Sarathy2000-03-031-1/+1
|/
* Some compilers have problems with quad switch() controls.Jarkko Hietaniemi2000-02-291-3/+8
* More UTF8_MAXLEN fixesGisle Aas2000-02-241-1/+1
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-25/+25
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-0/+4
* fix uninitialized memory reads found by purifyGurusamy Sarathy2000-02-111-2/+2
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-2/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-1/+3
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-5/+5
* ebcdic fix for Data::Dumper from Peter PrymmerGurusamy Sarathy2000-01-021-2/+20
* fix for /(^|a)b/ breakage from Ilya ZakharevichGurusamy Sarathy1999-12-281-2/+14
* type mismatch for %c format argument (spotted by Robin BarkerGurusamy Sarathy1999-12-161-2/+2
* apply change#4618 again along with Ilya's patch to fix bugsGurusamy Sarathy1999-12-081-30/+650
* introduce save_I8() for saving byte valuesGurusamy Sarathy1999-12-081-1/+1
* implement /[:ascii:]/ on ebcdic machinesPeter Prymmer1999-12-031-0/+12
* revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)Gurusamy Sarathy1999-12-031-650/+30
* applied suggested patch with prototype changesIlya Zakharevich1999-12-021-30/+650
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-15/+15
* integrate cfgperl contents (op.[ch] needed manual resolve)Gurusamy Sarathy1999-11-131-2/+2
|\
| * So many printfs, so little time.Jarkko Hietaniemi1999-11-061-1/+1
| * More printf miscasts flushed out.Jarkko Hietaniemi1999-11-061-1/+1
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+0
| |\ | |/ |/|
* | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
* | integrate cfgperl contents into mainline; merge conflictsGurusamy Sarathy1999-10-271-100/+116
|\ \ | |/
| * Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-8/+8
| |\ | |/ |/|
| * Remove the last regnode<==>char*Ilya Zakharevich1999-10-251-88/+97
| * Missing REx engine patchIlya Zakharevich1999-10-251-1/+6
| * More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-5/+5
| * Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-231-6/+8
* | warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-10/+10
|/
* Warn inside character classes about unknown backslash escapesJarkko Hietaniemi1999-10-141-3/+17
* Warn about false ranges like \d-\w (see the change #4355).Jarkko Hietaniemi1999-10-141-309/+371
* Revert the parts of #3926 that outlawed character rangesJarkko Hietaniemi1999-10-121-9/+12
* Re: Strange RE engine breakage in 5_61Ilya Zakharevich1999-10-051-1/+3
* Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-17/+3
* To: Mailing list Perl5 <perl5-porters@perl.org>Ilya Zakharevich1999-09-221-4/+4