This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Hand merge patch from maint back to blead.
[perl5.git] / regcomp.c
2003-10-31 Slaven RezicOff-by-one error in regcomp.c
2003-10-09 Nicholas ClarkPut all pre-processor #s on the first column (some...
2003-10-09 Eric PromislowInternal fixes to source-code coordinate
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-09-13 Hugo van der SandenRe: unicode regex problem
2003-09-11 Jarkko HietaniemiReplace #21158 with a better patch from Hugo
2003-08-26 Adrian M. EnacheRe: [PATCH] valgrind and /#/x
2003-08-25 Dave Mitchellvalgrind and /#/x
2003-08-01 Dave MitchellRe: utf8+regex bug in 5.8.1-RC2
2003-05-29 Dave Mitchelljumbo closure fix
2003-04-18 Jarkko HietaniemiUTF8 regexp patch from Inaba Hiroto.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-16 Jarkko HietaniemiSignedness nits.
2003-03-16 Jarkko HietaniemiFurther potential pitfalls for the utf8 len/pos cache
2003-03-11 Todd C. Millertypos and other minor things
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-16 Nicholas ClarkCOW regexps:
2002-12-28 Gurusamy Sarathysave_re_context() was not saving many regexec.c state
2002-12-28 Gurusamy Sarathyfix 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 Sandenfix #18266 sprintf format mismatch
2002-12-09 Abhijit Menon-SenRe: [perl #18107] lc(), uc() and ucfirst() broken insid...
2002-11-25 Inaba HirotoUTF8 regexp {n} bug
2002-11-07 Mark Pease[perl #18154] Problem found in calculating offsets...
2002-10-24 Dan KogaiThe Inaba patch for tr/// vs. use encoding
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-21 Hugo van der SandenRe: [perl #18019] regex overoptimization
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-07-28 Chris BallTypo in regcomp.c
2002-07-08 Craig A. Berryregcomp.c casting tweak
2002-07-01 Hugo van der Sanden-Dr and unicode
2002-05-12 Jarkko HietaniemiEBCDIC: make t/op/pat #242 and 243 finally succeed.
2002-04-27 Jarkko HietaniemiMore U32 regflags.
2002-04-26 Jarkko HietaniemiThe #16182 radiates U32ness.
2002-04-26 Gurusamy Sarathyvarious signed/unsigned mismatch nits
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-03 Hugo van der SandenRe: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(...
2002-03-30 Rafael Garcia-SuarezRe: 64 bit SEGV in t/op/regmesg.t
2002-03-28 Rafael Garcia-SuarezRe: Regex-Unicode bugs
2002-03-28 Hugo van der SandenRe: Regex-Unicode bugs
2002-03-27 Rafael Garcia-SuarezA warning wasn't turnable off
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiFix for "UTF-8 bug with s///" from Hugo.
2002-03-16 Jarkko HietaniemiBetter place to initialize (IRIX cc noticed that
2002-03-16 Jarkko HietaniemiHP-UX gcc 3 warnings found by Sarathy.
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-07 Jarkko HietaniemiAs suggested by Anton Tagunov, eq and cmp now obey the
2002-03-04 Paul Marquesstaint + deprecated warnings
2002-02-24 Jarkko HietaniemiUse to_uni_fold().
2002-02-24 Jarkko HietaniemiUsing uninitialized (and wrong) variables is not good.
2002-02-24 Jarkko HietaniemiEBCDIC: this seems to calm the last of the
2002-02-19 Jarkko HietaniemiThe POSIX extensions are deadly.
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-18 Jarkko HietaniemiEBCDIC: 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 HietaniemiEBCDIC: more natification.
2002-02-03 Jarkko HietaniemiEBCDIC: character classes must remap the low 256.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-13 Jarkko HietaniemiDon't bother checking for the Greek special
2002-01-12 Jarkko HietaniemiSpecial treatment for U+03B0 and U+0390 in //i,
2002-01-10 Hugo van der Sandenmicropatch
2002-01-08 Hugo van der Sanden[patch] save a test
2002-01-07 Jeff Pinyanleading (.*) should not be implicitly ^'d
2002-01-07 Jarkko HietaniemiMore regex and utf8 debug dumping.
2002-01-07 Jarkko HietaniemiUnused variable.
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2002-01-05 Jarkko HietaniemiOoops. Retract the regex parts of #14090.
2002-01-05 Nicholas Clark[REPATCH] Re: [PATCH] Re: socketpair blip on unicos...
2002-01-03 Jarkko HietaniemiDo not add the first characters of multicharacter foldings
2002-01-03 Jarkko HietaniemiAllow emitting the foldcased version of "\x{df}", "ss"
2002-01-01 Jarkko HietaniemiNow that to_utf8_fold() was fixed.
2001-12-31 Jarkko HietaniemiUnused variable.
2001-12-31 Jarkko HietaniemiAdd some comments to the recent Unicode case-folding...
2001-12-31 Jarkko HietaniemiDelay folding until necessary; start of handling
2001-12-30 Jarkko HietaniemiFix all the I case foldings as per CaseFold.txt.
2001-12-30 Jarkko HietaniemiFix all the C(ommon) case foldings as per CaseFold...
2001-12-24 Jarkko HietaniemiMust cast constants if they can be quads.
2001-12-23 Jarkko HietaniemiThe funky final sigma casefolding.
2001-12-23 Jarkko HietaniemiFix encoding pragma.
2001-12-22 Jeffrey Friedland [BUG] \X and \C fixed, \X still dorked
2001-12-22 Jarkko HietaniemiUnicode casefolding fixes.
2001-12-13 Jarkko HietaniemiUnadorned numbers evil.
2001-12-12 Jarkko HietaniemiFixes for casting problems detected on a SuSE 7.2 Itanium,
2001-12-09 Jarkko HietaniemiApply NetBSD patch-ae: another gcc sparc64 bug.
2001-11-24 Nicholas Clarkmemset() is cheaper than a loop of 256 bit-a-a-times
2001-11-23 Hugo van der SandenRe: regex oddness with \Z and $&
2001-11-18 Jarkko HietaniemiRetract #13048: that introduced a malloc() (through...
2001-11-16 Jeff PinyanRe: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-11-06 Jarkko HietaniemiMore UTF-8 EXACT tweaking, plus a forgotten UTF-8
2001-11-06 Jarkko HietaniemiImplement the encoding pragma for regex literals.
2001-11-05 Jarkko HietaniemiRegex debugging fixes from Hugo.
2001-11-03 Jarkko HietaniemiDon't bother doing POSIX charclass parsing if it
2001-11-03 Jarkko HietaniemiComment correction.
2001-10-25 Jarkko HietaniemiSTRLEN != int.
2001-10-25 Jarkko HietaniemiThis takes care of some of the re 'debug' cases but
2001-10-24 Jarkko HietaniemiDump Unicode better for re 'debug'. The regprop()
2001-10-09 Jarkko HietaniemiMake the toupper/lower/title API for Unicode not right
2001-10-01 Jarkko HietaniemiBe careful to pull chars from the varargs stack when
next