Fix for "UTF-8 bug with s///" from Hugo.
[p5sagit/p5-mst-13.2.git] / regcomp.c
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,
2001-08-04 Daniel P. Berrange Decouple SANY into SANY and CANY: the new SANY is ...
2001-08-04 Doug MacEachern [patch] refcount re ops
2001-07-14 Jeffrey Friedl patch to add DEL to [:cntrl:]
2001-07-12 Mark-Jason Dominus Patch: document reg_data.what member
2001-06-30 Jarkko Hietaniemi Code cleanup based on turning off the -woffs in IRIX.
2001-06-24 Jarkko Hietaniemi Partially fix a problem noticed by IRIX compiler:
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Hugo van der Sanden Re: perl@10722: Bogus warnings on REs
2001-06-03 Paul Marquess RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2001-06-03 Jarkko Hietaniemi One less -Wall whine.
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Jeff Pinyan Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-25 Inaba Hiroto Re: [ID 20010506.041] segfault when matching utf8 string
2001-05-23 Hugo van der Sanden Re: [ID 20000716.007] \G in a m//g expression causes...
2001-05-16 Ronald J. Kimball Re: [PATCH] HERE mark in regex
2001-05-11 Jarkko Hietaniemi Remove the 'asciir' re subpragma. Should instead implement
2001-05-07 Robin Houston Insecure regexes
2001-05-04 Robin Barker -Wformat error from ext/re/re_comp.c
2001-05-04 Jarkko Hietaniemi The #9901 had removed one line essential for EBCDIC.
2001-04-30 Hugo van der Sanden Re: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-29 Jarkko Hietaniemi In character classes one couldn't have 0x80..0xff chara...
2001-04-26 Hugo van der Sanden Re: [PATCH @9846] dumping ANYOF
2001-04-26 Jarkko Hietaniemi Retract #9851, core dumps from pod2man.
next