Getting perlio and threads to compile
[p5sagit/p5-mst-13.2.git] / regcomp.c
2000-08-10 Jarkko Hietaniemi Get back into sync with Jeffrey on the enhanced regex...
2000-08-09 Jeffrey Friedl Re: enhanced(?) regex error messages
2000-08-08 Hugo van der Sanden Re: enhanced(?) regex error messages
2000-08-07 Jeffrey Friedl Make regular expression parse error messages easier...
2000-08-03 Hugo van der Sanden [ID 20000803.001] further regexp counting problems
2000-07-26 Jeffrey Friedl Make the unimplemented POSIX regex features [[.cc....
2000-07-24 Stephen P. Potter A missing 'break' after the [[:space:]] switch case.
2000-07-14 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-07-13 Hugo van der Sanden The {multiplier} of a fixed substring was overlooked...
2000-06-27 David Dyck Do no -warn on \_, only on \alpha.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-03 Gurusamy Sarathy fix broken parsing of /\x{ab}/
2000-05-02 Gurusamy Sarathy change#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-04-27 Gurusamy Sarathy fix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-03-14 Gurusamy Sarathy tweak to use SIZE_ONLY
2000-03-14 Gurusamy Sarathy avoid dup warning (from Simon Cozens)
2000-03-11 Gurusamy Sarathy fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
2000-03-11 Jarkko Hietaniemi Cpp out deadcode that IRIX compiler noticed.
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathy integrate cfgperl and vmsperl contents into mainline
2000-03-03 Gurusamy Sarathy warn about /(?p{})/ (from Simon Cozens)
2000-03-03 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-03 Gurusamy Sarathy /(?p{})/ changed to /(??{})/, per Larry's suggestion...
2000-03-03 Jarkko Hietaniemi /[[:alpha]/ now dies on unmatched [] instead of
2000-02-29 Jarkko Hietaniemi Some compilers have problems with quad switch() controls.
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
2000-02-11 Gurusamy Sarathy fix uninitialized memory reads found by purify
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-02 Gurusamy Sarathy ebcdic fix for Data::Dumper from Peter Prymmer
1999-12-28 Gurusamy Sarathy fix for /(^|a)b/ breakage from Ilya Zakharevich
1999-12-16 Gurusamy Sarathy type mismatch for %c format argument (spotted by Robin...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-08 Gurusamy Sarathy apply change#4618 again along with Ilya's patch to...
1999-12-08 Gurusamy Sarathy introduce save_I8() for saving byte values
1999-12-03 Peter Prymmer implement /[:ascii:]/ on ebcdic machines
1999-12-03 Gurusamy Sarathy revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Ilya Zakharevich applied suggested patch with prototype changes
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-13 Jarkko Hietaniemi Undo drift from mainline.
1999-11-13 Gurusamy Sarathy integrate cfgperl contents (op.[ch] needed manual resolve)
1999-11-06 Jarkko Hietaniemi So many printfs, so little time.
1999-11-06 Jarkko Hietaniemi More printf miscasts flushed out.
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Gurusamy Sarathy remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-10-27 Gurusamy Sarathy integrate cfgperl contents into mainline; merge conflicts
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-26 Gurusamy Sarathy warnings and const violations identified by compiling...
1999-10-25 Ilya Zakharevich Remove the last regnode<==>char*
1999-10-25 Ilya Zakharevich Missing REx engine patch
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-23 Jarkko Hietaniemi Fix the printfing nits pointed out by using gcc -Wall and
1999-10-14 Jarkko Hietaniemi Warn inside character classes about unknown backslash...
1999-10-14 Jarkko Hietaniemi Warn about false ranges like \d-\w (see the change...
1999-10-12 Jarkko Hietaniemi Revert the parts of #3926 that outlawed character ranges
1999-10-05 Ilya Zakharevich Re: Strange RE engine breakage in 5_61
1999-10-02 Jarkko Hietaniemi Untangle the IV_IS_QUAD jungle by introduding
1999-09-29 Charles Bailey resync with mainline
1999-09-22 Ilya Zakharevich To: Mailing list Perl5 <perl5-porters@perl.org>
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-09-08 Ilya Zakharevich Fix debugging output for REx
1999-08-30 Ilya Zakharevich Use \N{named characters} instead of \C.
1999-08-05 Jarkko Hietaniemi Fix regex charclass parsing so that bogus ranges
1999-08-04 Jarkko Hietaniemi Introduce the charnames pragma.
1999-08-03 Ilya Zakharevich Clarify RE engine code; inline a static function to...
1999-08-02 Jarkko Hietaniemi Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-02 Jarkko Hietaniemi Fix regclass utf8 hex ranges for quads.
1999-08-02 Jarkko Hietaniemi More 64-bit fixing. One known bug of that kind
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya Zakharevich More optimizations to REx engine
1999-07-25 Gurusamy Sarathy fix little utf8 nits in testsuite; add patch from Ilya...
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy sundry cleanups for clean build on windows
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-10 Ilya Zakharevich Cosmetic: data-driven REx-dump
1999-05-10 Hugo van der Sanden fix overeager [:foo:] parsing
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-04-26 Gurusamy Sarathy allow embedded null characters in diagnostics
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-24 Gurusamy Sarathy fix off-by-one that resulted in misparse of C</[\x...
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-20 John Bley 5.005_55 (CORE) Sparse intializer in regcomp.c
1999-02-17 Hugo van der Sanden fix comppad handling for failures in eval 'qr/(?p{...
1999-02-15 Hugo van der Sanden regexp flags bug
1999-02-08 Ilya Zakharevich s/\ba/./g was over-optimized
next