This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [patch] MM_Unix cpprun shortcut
[perl5.git] / regcomp.c
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-18 Jarkko HietaniemiComments work so much better when they are closed.
2000-12-18 Jarkko HietaniemiSome compilers (e.g. HP-UX) can't switch on 64-bit...
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-03 Jarkko HietaniemiOn DEBUGGING make ANYOFUTF8 nodes store away also the SV
2000-12-03 Jarkko HietaniemiImplement ANYOFUTF8 regprop() dumping.
2000-12-03 Jarkko HietaniemiMake uv_to_utf8() to zero-terminate its output buffer,
2000-12-01 Jarkko HietaniemiGet the three different space character classes right...
2000-12-01 Jarkko Hietaniemi\x{} doesn't any more require 'use utf8' outside regexe...
2000-12-01 Jarkko HietaniemiFix for 20001130.008 and 20001130.010, the PL_regnpar...
2000-11-26 Jarkko HietaniemiDebug dump of ANYOFUTF8 was garbage (data from ANYOF).
2000-11-26 Jarkko HietaniemiMessage nit.
2000-11-22 Jarkko HietaniemiFixes for signedness warnings noticed by VMSperlers.
2000-11-22 Ilya ZakharevichOvereager visited-positions optimizations
2000-11-18 Ilya Zakharevich[PATCH 5.7.0] make regcomp reenterable
2000-11-18 Ilya Zakharevichrestore match data on backtracing
2000-11-07 Jarkko HietaniemiToo profiler-happy: with optimization the #7590 actuall...
2000-11-07 Jarkko HietaniemiShave off about 5% (Digital UNIX, -g, pixie) of the...
2000-11-01 Martin Husemann[ID 20001031.004] Uninitialized auto variable in regcomp.c
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles BaileySYN SYN
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Robin Barkercontinued -Wformat support
2000-09-14 Spider BoardmanFix for a parsing bug, not for the original bug.
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
2000-08-22 Hugo van der Sandennextchar() abuse misses an optimisation
2000-08-21 Jarkko HietaniemiRename the macro argument because some preprocessors
2000-08-19 Spider.Boardman... Fix a core dump in lib/selfloader under -DDEBUGGING.
2000-08-18 Jeffrey FriedlAdd [[:blank:]] as suggested in
2000-08-17 Jarkko HietaniemiTweak the regex compilation errors once more.
2000-08-16 Lupe ChristophChange the regx compilation error markers to use =...
2000-08-10 Jarkko HietaniemiGet back into sync with Jeffrey on the enhanced regex...
2000-08-09 Jeffrey FriedlRe: enhanced(?) regex error messages
2000-08-08 Hugo van der SandenRe: enhanced(?) regex error messages
2000-08-07 Jeffrey FriedlMake regular expression parse error messages easier...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-03 Hugo van der Sanden[ID 20000803.001] further regexp counting problems
2000-07-26 Jeffrey FriedlMake the unimplemented POSIX regex features [[.cc....
2000-07-24 Stephen P. PotterA missing 'break' after the [[:space:]] switch case.
2000-07-14 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-07-13 Hugo van der SandenThe {multiplier} of a fixed substring was overlooked...
2000-06-27 David DyckDo no -warn on \_, only on \alpha.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-03 Gurusamy Sarathyfix broken parsing of /\x{ab}/
2000-05-02 Gurusamy Sarathychange#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-04-27 Gurusamy Sarathyfix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-03-14 Gurusamy Sarathytweak to use SIZE_ONLY
2000-03-14 Gurusamy Sarathyavoid dup warning (from Simon Cozens)
2000-03-11 Gurusamy Sarathyfix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
2000-03-11 Jarkko HietaniemiCpp out deadcode that IRIX compiler noticed.
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathyintegrate cfgperl and vmsperl contents into mainline
2000-03-03 Gurusamy Sarathywarn about /(?p{})/ (from Simon Cozens)
2000-03-03 Jarkko HietaniemiIntegrate 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 HietaniemiSome compilers have problems with quad switch() controls.
2000-02-24 Gisle AasMore UTF8_MAXLEN fixes
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
2000-02-11 Gurusamy Sarathyfix uninitialized memory reads found by purify
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-02 Gurusamy Sarathyebcdic fix for Data::Dumper from Peter Prymmer
1999-12-28 Gurusamy Sarathyfix for /(^|a)b/ breakage from Ilya Zakharevich
1999-12-16 Gurusamy Sarathytype mismatch for %c format argument (spotted by Robin...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-08 Gurusamy Sarathyapply change#4618 again along with Ilya's patch to...
1999-12-08 Gurusamy Sarathyintroduce save_I8() for saving byte values
1999-12-03 Peter Prymmerimplement /[:ascii:]/ on ebcdic machines
1999-12-03 Gurusamy Sarathyrevert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Ilya Zakharevichapplied suggested patch with prototype changes
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-13 Jarkko HietaniemiUndo drift from mainline.
1999-11-13 Gurusamy Sarathyintegrate cfgperl contents (op.[ch] needed manual resolve)
1999-11-06 Jarkko HietaniemiSo many printfs, so little time.
1999-11-06 Jarkko HietaniemiMore printf miscasts flushed out.
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-10-27 Gurusamy Sarathyintegrate cfgperl contents into mainline; merge conflicts
1999-10-27 Jarkko HietaniemiIntegrate with Sarathy; manual resolve on regcomp.c...
1999-10-26 Gurusamy Sarathywarnings and const violations identified by compiling...
1999-10-25 Ilya ZakharevichRemove the last regnode<==>char*
1999-10-25 Ilya ZakharevichMissing REx engine patch
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
1999-10-23 Jarkko HietaniemiFix the printfing nits pointed out by using gcc -Wall and
1999-10-14 Jarkko HietaniemiWarn inside character classes about unknown backslash...
1999-10-14 Jarkko HietaniemiWarn about false ranges like \d-\w (see the change...
1999-10-12 Jarkko HietaniemiRevert the parts of #3926 that outlawed character ranges
1999-10-05 Ilya ZakharevichRe: Strange RE engine breakage in 5_61
next