This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make the NAME section of Package::Constants more conformant to
[perl5.git] / regcomp.c
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-23 Jarkko Hietaniemiz/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-07-16 Yves OrtonRe: Fix loads of warnings from the last escaping patch...
2006-07-15 Yves OrtonUpdated escaping code. utf8 regex debug output improvements
2006-07-07 Yves OrtonMore escaping in the RE
2006-06-30 Rafael Garcia-SuarezFix a couple of compilation warnings
2006-06-24 Dave Mitchellquieten warning by avoiding a comment-within-a-comment
2006-06-22 Yves OrtonRe: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net...
2006-06-21 Steve HayFix code before declaration error introduced by #28405
2006-06-20 Steve PetersClean up a few warnings in regcomp.c under -Dgccansiped...
2006-06-14 Yves OrtonRe: [PATCH] fix re debug segvs in global destruction...
2006-06-14 Yves Ortonfix re debug segvs in global destruction, and a tweak...
2006-06-13 Yves OrtonGuard clause should happen first, otherwise its not...
2006-06-12 Yves OrtonRe: Segv from new regex code when under threads.
2006-06-11 Yves OrtonRe: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-06-09 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-05-30 Yves OrtonC is not perl, AV's dont just magically free themselves...
2006-05-29 Rafael Garcia-SuarezSilence a warning
2006-05-29 Rafael Garcia-SuarezRegen headers following change 28325. Also, make it...
2006-05-29 Yves OrtonRe: [PATCH] More regex optimisations and debug enhancem...
2006-05-20 Yves Ortonoptimize /[x]/ to /x/.
2006-05-16 Andy Lesterrefactoring out S_regoptail
2006-05-15 Andy LesterS_reguni should return its length
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-04-29 Jarkko Hietaniemimore -ansi -pedantic cleanliness
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lesteruse NOOP macro
2006-04-22 Nicholas Clark"Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas ClarkWhy hide functions (and duplicate them) when you can...
2006-04-19 Rafael Garcia-SuarezThere's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
2006-04-18 Nicholas ClarkRevert 27869 at Jarkko's request.
2006-04-18 Nicholas ClarkCoverity insists that if we deference a pointer without...
2006-04-17 Jarkko Hietaniemi(tentative) regcomp.c: try convincing Coverity that...
2006-04-13 Dave Mitchelleliminate PL_reg_re
2006-04-11 Jarkko Hietaniemiregcomp.c (try II): use &PL_sv_undef for listsv as...
2006-04-10 Nicholas ClarkAll S_dumpuntil()'s regnode pointer arguments can be...
2006-04-10 Andy LesterTrue consting goodness in regexes
2006-04-06 Nicholas ClarkMove all the regexp state variables into a single struc...
2006-04-05 Nicholas ClarkSave the regexp engine state as 1 block on the save...
2006-04-05 Dave Mitchelleliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-03-31 Andy LesterRandom accumulated patches
2006-03-24 Dave Mitchellremove unused PL_regcc variable
2006-03-17 Nicholas ClarkProperly set/reset the UTF-8 length cache in 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
next