This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to MakeMaker 6.30
[perl5.git] / regcomp.c
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-07 Andy LesterGCC attributes!
2005-05-02 Steven Philip Schu... uninitialized warnings in regcomp
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-13 Robin Barker-Wformat
2005-03-29 Andy LesterThe core part of :
2005-03-25 Andy LesterConsting five
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-03-22 Rafael Garcia-SuarezRename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
2005-03-21 Yves OrtonRe: regexp trie fails compile on VMS
2005-03-21 Andy LesterMore consting goodness
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2005-01-23 Nicholas ClarkTidy up 2 comments
2005-01-23 Nicholas ClarkSlightly terser code in S_regpposixcc (names inside...
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-14 Nicholas ClarkRefactor S_regclass to generate slightly smaller object...
2005-01-14 Nicholas Clarksv_catpvf holds no advantage over sv_catpv when the...
2005-01-13 Nicholas ClarkUpdate copyright years. Add an editor block while passi...
2005-01-09 Nicholas Clarksavepv(SvPV(sv,n_a)) is common, and creates an unnecess...
2004-11-20 Nicholas Clarkgenuine possible buffer problems spotted by flawfinder
2004-11-16 Steve HayFix Win32 breakage caused by changes to op.c in change...
2004-11-06 Dave Mitchelldocument 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 MitchellAdd comment to top of reentr.c and fix typos in other...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-06-25 Jeff Pinyanregcomp.c, t/op/regmesg.t -- False range with \p and \P
2004-04-19 Hugo van der SandenRe: [perl #28532] optional match of an anchor gets...
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.
next