Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff...
[p5sagit/p5-mst-13.2.git] / regcomp.c
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-05-20 Yves Orton optimize /[x]/ to /x/.
2006-05-16 Andy Lester refactoring out S_regoptail
2006-05-15 Andy Lester S_reguni should return its length
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-04-29 Jarkko Hietaniemi more -ansi -pedantic cleanliness
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lester use NOOP macro
2006-04-22 Nicholas Clark "Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas Clark Why hide functions (and duplicate them) when you can...
2006-04-19 Rafael Garcia-Suarez There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
2006-04-18 Nicholas Clark Revert 27869 at Jarkko's request.
2006-04-18 Nicholas Clark Coverity insists that if we deference a pointer without...
2006-04-17 Jarkko Hietaniemi (tentative) regcomp.c: try convincing Coverity that...
2006-04-13 Dave Mitchell eliminate PL_reg_re
2006-04-11 Jarkko Hietaniemi regcomp.c (try II): use ...
2006-04-10 Nicholas Clark All S_dumpuntil()'s regnode pointer arguments can be...
2006-04-10 Andy Lester True consting goodness in regexes
2006-04-06 Nicholas Clark Move all the regexp state variables into a single struc...
2006-04-05 Nicholas Clark Save the regexp engine state as 1 block on the save...
2006-04-05 Dave Mitchell eliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-02 SADAHIRO Tomoyuki Re: [perl #38293] chr(65535) should be allowed in regexes
2006-03-31 Andy Lester Random accumulated patches
2006-03-24 Dave Mitchell remove unused PL_regcc variable
2006-03-17 Nicholas Clark Properly set/reset the UTF-8 length cache in regcomp.c.
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lester unused context warnings
2006-02-14 Andy Lester Sun Studio lint patches
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-09 Nicholas Clark Avoid calling all the scanning code in gv_fetchpvn_flag...
2006-02-08 Nicholas Clark lastparen in the regexp structure is never initialised...
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-08 Jarkko Hietaniemi blead: format warnings
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-11-04 Nicholas Clark s/printf/my_printf/ because we're using the return...
2005-11-04 Nicholas Clark Use the return value from sprintf().
2005-10-29 Jarkko Hietaniemi Re: [PATCH] predecrement vs postdecrement
2005-10-13 Andy Lester Stas' croak patch and then some
2005-07-29 Andy Lester More embed.fnc goodness
2005-07-18 Andy Lester The continuing plod through embed.fnc
2005-07-15 Andy Lester more embed cleanup
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-02 Nicholas Clark Don't check the pointer is non-NULL before calling...
2005-06-30 Nicholas Clark Replace newSVpv(...,0) with newSVpvn where we know...
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-10 Nicholas Clark More SvPV consting. And other related drive-by refactoring.
2005-06-09 Andy Lester regcomp.c and more
2005-06-08 Nicholas Clark Nuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-03 Steve Peters SvPVX_const() - patch #4
2005-06-02 Andy Lester Quotes 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 Lester embed.fnc cleanup + SvPVX_const usage
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-07 Andy Lester GCC attributes!
2005-05-02 Steven Philip Schu... uninitialized warnings in regcomp
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-13 Robin Barker -Wformat
2005-03-29 Andy Lester The core part of :
2005-03-25 Andy Lester Consting five
2005-03-25 Andy Lester Consting part 4
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
next