hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
[p5sagit/p5-mst-13.2.git] / regcomp.c
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
2003-08-26 Adrian M. Enache Re: [PATCH] valgrind and /#/x
2003-08-25 Dave Mitchell valgrind and /#/x
2003-08-01 Dave Mitchell Re: utf8+regex bug in 5.8.1-RC2
2003-05-29 Dave Mitchell jumbo closure fix
2003-04-18 Jarkko Hietaniemi UTF8 regexp patch from Inaba Hiroto.
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-16 Jarkko Hietaniemi Signedness nits.
2003-03-16 Jarkko Hietaniemi Further potential pitfalls for the utf8 len/pos cache
2003-03-11 Todd C. Miller typos and other minor things
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-16 Nicholas Clark COW regexps:
2002-12-28 Gurusamy Sarathy save_re_context() was not saving many regexec.c state
2002-12-28 Gurusamy Sarathy fix 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 Sanden fix #18266 sprintf format mismatch
2002-12-09 Abhijit Menon-Sen Re: [perl #18107] lc(), uc() and ucfirst() broken insid...
2002-11-25 Inaba Hiroto UTF8 regexp {n} bug
2002-11-07 Mark Pease [perl #18154] Problem found in calculating offsets...
2002-10-24 Dan Kogai The Inaba patch for tr/// vs. use encoding
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-21 Hugo van der Sanden Re: [perl #18019] regex overoptimization
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-07-28 Chris Ball Typo in regcomp.c
2002-07-08 Craig A. Berry regcomp.c casting tweak
2002-07-01 Hugo van der Sanden -Dr and unicode
2002-05-12 Jarkko Hietaniemi EBCDIC: make t/op/pat #242 and 243 finally succeed.
2002-04-27 Jarkko Hietaniemi More U32 regflags.
2002-04-26 Jarkko Hietaniemi The #16182 radiates U32ness.
2002-04-26 Gurusamy Sarathy various signed/unsigned mismatch nits
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-03 Hugo van der Sanden Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(...
2002-03-30 Rafael Garcia-Suarez Re: 64 bit SEGV in t/op/regmesg.t
2002-03-28 Rafael Garcia-Suarez Re: Regex-Unicode bugs
2002-03-28 Hugo van der Sanden Re: Regex-Unicode bugs
next