This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Moving the overloading flag from the reference to the referant allows
[perl5.git] / regcomp.c
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lesterunused context warnings
2006-02-14 Andy LesterSun Studio lint patches
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-09 Nicholas ClarkAvoid calling all the scanning code in gv_fetchpvn_flag...
2006-02-08 Nicholas Clarklastparen in the regexp structure is never initialised...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-08 Jarkko Hietaniemiblead: format warnings
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-19 Steve PetersCleaning up some warnings generated by "gcc -W"
2005-11-04 Nicholas Clarks/printf/my_printf/ because we're using the return...
2005-11-04 Nicholas ClarkUse the return value from sprintf().
2005-10-29 Jarkko HietaniemiRe: [PATCH] predecrement vs postdecrement
2005-10-13 Andy LesterStas' croak patch and then some
2005-07-29 Andy LesterMore embed.fnc goodness
2005-07-18 Andy LesterThe continuing plod through embed.fnc
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-30 Nicholas ClarkReplace newSVpv(...,0) with newSVpvn where we know...
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMore SvPV consting. And other related drive-by refactoring.
2005-06-09 Andy Lesterregcomp.c and more
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-03 Steve PetersSvPVX_const() - patch #4
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-30 Andy Lester[PATCH] More embed.fnc strictures, plus consting and...
2005-05-30 Andy Lester[PATCH] Minor warning squashings
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
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.
next