COW regexps:
[p5sagit/p5-mst-13.2.git] / regcomp.c
2003-02-16 Nicholas Clark COW regexps:
2002-12-28 Gurusamy Sarathy save_re_context() was not saving many regexec.c state
2002-12-28 Gurusamy Sarathy fix signed/unsigned mismatch warning from change#18266
2002-12-17 Richard Hitt [Fwd: Patch for perl utf8-related bug]
2002-12-09 Hugo van der Sanden fix #18266 sprintf format mismatch
2002-12-09 Abhijit Menon-Sen Re: [perl #18107] lc(), uc() and ucfirst() broken insid...
2002-11-25 Inaba Hiroto UTF8 regexp {n} bug
2002-11-07 Mark Pease [perl #18154] Problem found in calculating offsets...
2002-10-24 Dan Kogai The Inaba patch for tr/// vs. use encoding
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-21 Hugo van der Sanden Re: [perl #18019] regex overoptimization
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-07-28 Chris Ball Typo in regcomp.c
2002-07-08 Craig A. Berry regcomp.c casting tweak
2002-07-01 Hugo van der Sanden -Dr and unicode
2002-05-12 Jarkko Hietaniemi EBCDIC: make t/op/pat #242 and 243 finally succeed.
2002-04-27 Jarkko Hietaniemi More U32 regflags.
2002-04-26 Jarkko Hietaniemi The #16182 radiates U32ness.
2002-04-26 Gurusamy Sarathy various signed/unsigned mismatch nits
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-03 Hugo van der Sanden Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(...
2002-03-30 Rafael Garcia-Suarez Re: 64 bit SEGV in t/op/regmesg.t
2002-03-28 Rafael Garcia-Suarez Re: Regex-Unicode bugs
2002-03-28 Hugo van der Sanden Re: Regex-Unicode bugs
2002-03-27 Rafael Garcia-Suarez A warning wasn't turnable off
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi Fix for "UTF-8 bug with s///" from Hugo.
2002-03-16 Jarkko Hietaniemi Better place to initialize (IRIX cc noticed that
2002-03-16 Jarkko Hietaniemi HP-UX gcc 3 warnings found by Sarathy.
2002-03-11 Paul Marquess more warnings tidyup
2002-03-07 Jarkko Hietaniemi As suggested by Anton Tagunov, eq and cmp now obey the
2002-03-04 Paul Marquess taint + deprecated warnings
2002-02-24 Jarkko Hietaniemi Use to_uni_fold().
2002-02-24 Jarkko Hietaniemi Using uninitialized (and wrong) variables is not good.
2002-02-24 Jarkko Hietaniemi EBCDIC: this seems to calm the last of the
2002-02-19 Jarkko Hietaniemi The POSIX extensions are deadly.
2002-02-18 Nick Ing-Simmons Integrate mainline
2002-02-18 Jarkko Hietaniemi EBCDIC: now the worst seems to be over for
2002-02-11 Jarkko Hietaniemi "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
2002-02-04 Yitzchak Scott-Tho... (??{ }) anomaly
2002-02-03 Jarkko Hietaniemi EBCDIC: more natification.
2002-02-03 Jarkko Hietaniemi EBCDIC: character classes must remap the low 256.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-13 Jarkko Hietaniemi Don't bother checking for the Greek special
2002-01-12 Jarkko Hietaniemi Special treatment for U+03B0 and U+0390 in //i,
2002-01-10 Hugo van der Sanden micropatch
2002-01-08 Hugo van der Sanden [patch] save a test
2002-01-07 Jeff Pinyan leading (.*) should not be implicitly ^'d
2002-01-07 Jarkko Hietaniemi More regex and utf8 debug dumping.
2002-01-07 Jarkko Hietaniemi Unused variable.
2002-01-05 Jarkko Hietaniemi Finish up (ha!) the Unicode case folding;
2002-01-05 Jarkko Hietaniemi Ooops. Retract the regex parts of #14090.
2002-01-05 Nicholas Clark [REPATCH] Re: [PATCH] Re: socketpair blip on unicos...
2002-01-03 Jarkko Hietaniemi Do not add the first characters of multicharacter foldings
2002-01-03 Jarkko Hietaniemi Allow emitting the foldcased version of "\x{df}", "ss"
2002-01-01 Jarkko Hietaniemi Now that to_utf8_fold() was fixed.
2001-12-31 Jarkko Hietaniemi Unused variable.
2001-12-31 Jarkko Hietaniemi Add some comments to the recent Unicode case-folding...
2001-12-31 Jarkko Hietaniemi Delay folding until necessary; start of handling
2001-12-30 Jarkko Hietaniemi Fix all the I case foldings as per CaseFold.txt.
2001-12-30 Jarkko Hietaniemi Fix all the C(ommon) case foldings as per CaseFold...
2001-12-24 Jarkko Hietaniemi Must cast constants if they can be quads.
2001-12-23 Jarkko Hietaniemi The funky final sigma casefolding.
2001-12-23 Jarkko Hietaniemi Fix encoding pragma.
2001-12-22 Jeffrey Friedl and [BUG] \X and \C fixed, \X still dorked
2001-12-22 Jarkko Hietaniemi Unicode casefolding fixes.
2001-12-13 Jarkko Hietaniemi Unadorned numbers evil.
2001-12-12 Jarkko Hietaniemi Fixes for casting problems detected on a SuSE 7.2 Itanium,
2001-12-09 Jarkko Hietaniemi Apply NetBSD patch-ae: another gcc sparc64 bug.
2001-11-24 Nicholas Clark memset() is cheaper than a loop of 256 bit-a-a-times
2001-11-23 Hugo van der Sanden Re: regex oddness with \Z and $&
2001-11-18 Jarkko Hietaniemi Retract #13048: that introduced a malloc() (through...
2001-11-16 Jeff Pinyan Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-11-06 Jarkko Hietaniemi More UTF-8 EXACT tweaking, plus a forgotten UTF-8
2001-11-06 Jarkko Hietaniemi Implement the encoding pragma for regex literals.
2001-11-05 Jarkko Hietaniemi Regex debugging fixes from Hugo.
2001-11-03 Jarkko Hietaniemi Don't bother doing POSIX charclass parsing if it
2001-11-03 Jarkko Hietaniemi Comment correction.
2001-10-25 Jarkko Hietaniemi STRLEN != int.
2001-10-25 Jarkko Hietaniemi This takes care of some of the re 'debug' cases but
2001-10-24 Jarkko Hietaniemi Dump Unicode better for re 'debug'. The regprop()
2001-10-09 Jarkko Hietaniemi Make the toupper/lower/title API for Unicode not right
2001-10-01 Jarkko Hietaniemi Be careful to pull chars from the varargs stack when
2001-10-01 Jarkko Hietaniemi Further tweaks to the Unicode properties.
2001-09-29 Jarkko Hietaniemi More leniency to the \p and \P: now can have whitespace
2001-09-10 Nicholas Clark Re: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-10 Jarkko Hietaniemi Using strlen() not good on embedded nul bytes.
2001-09-09 Jeff Pinyan [PATCH regcomp.c] zero-width assertions CAN be ?'d
2001-09-05 Nicholas Clark oct and hex in glorious 64 bit (with less bugs) (was...
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-31 Artur Bergman Fixes bug in change 11717 that bus errored on HP-UX...
2001-08-31 Artur Bergman Change 11797 sneaked in a faulty regcomp.c change which...
2001-08-31 John P. Linderman Re: Problem in ext/Time/HiRest/HiRes.t
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
2001-08-15 Hugo van der Sanden Re: [ID 20010809.023] perlre misleads when stating...
2001-08-12 Jarkko Hietaniemi Not quite so relicy as thought in #11651 (op/concat...
2001-08-12 Jarkko Hietaniemi More (less) regex/utf8 relics. (Toned down later in...
2001-08-04 Jarkko Hietaniemi Continuation of #11575: SANY_SEEN completely deprecated,
next