Third consting batch
[p5sagit/p5-mst-13.2.git] / regcomp.c
2005-03-24 Andy Lester Third consting batch
2005-03-22 Rafael Garcia-Suarez Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
2005-03-21 Yves Orton Re: regexp trie fails compile on VMS
2005-03-21 Andy Lester More consting goodness
2005-03-18 Yves Orton Re: Reworked Trie Patch
2005-01-23 Nicholas Clark Tidy up 2 comments
2005-01-23 Nicholas Clark Slightly terser code in S_regpposixcc (names inside...
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-14 Nicholas Clark Refactor S_regclass to generate slightly smaller object...
2005-01-14 Nicholas Clark sv_catpvf holds no advantage over sv_catpv when the...
2005-01-13 Nicholas Clark Update copyright years. Add an editor block while passi...
2005-01-09 Nicholas Clark savepv(SvPV(sv,n_a)) is common, and creates an unnecess...
2004-11-20 Nicholas Clark genuine possible buffer problems spotted by flawfinder
2004-11-16 Steve Hay Fix Win32 breakage caused by changes to op.c in change...
2004-11-06 Dave Mitchell document regcomp.c/regexec.c's dual life under ext/re/
2004-10-29 Dave Mitchell [perl #31851] Threading crash with closures
2004-08-01 Dave Mitchell Add comment to top of reentr.c and fix typos in other...
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-06-25 Jeff Pinyan regcomp.c, t/op/regmesg.t -- False range with \p and \P
2004-04-19 Hugo van der Sanden Re: [perl #28532] optional match of an anchor gets...
2003-10-31 Slaven Rezic Off-by-one error in regcomp.c
2003-10-09 Nicholas Clark Put all pre-processor #s on the first column (some...
2003-10-09 Eric Promislow Internal fixes to source-code coordinate
2003-09-21 Jarkko Hietaniemi Macrofy the compile/runtime test.
2003-09-13 Hugo van der Sanden Re: unicode regex problem
2003-09-11 Jarkko Hietaniemi Replace #21158 with a better patch from Hugo
2003-08-26 Adrian M. Enache Re: [PATCH] valgrind and /#/x
2003-08-25 Dave Mitchell valgrind and /#/x
2003-08-01 Dave Mitchell Re: utf8+regex bug in 5.8.1-RC2
2003-05-29 Dave Mitchell jumbo closure fix
2003-04-18 Jarkko Hietaniemi UTF8 regexp patch from Inaba Hiroto.
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-16 Jarkko Hietaniemi Signedness nits.
2003-03-16 Jarkko Hietaniemi Further potential pitfalls for the utf8 len/pos cache
2003-03-11 Todd C. Miller typos and other minor things
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
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.
next