This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a memory leak in ck_grep(), spotted by coverity:
[perl5.git] / regexec.c
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-05 SADAHIRO TomoyukiRe: [perl #37836] Simple Regex causes SEGV when run...
2005-12-05 SADAHIRO TomoyukiClarification and cleanup of the XS SWASHGET code
2005-11-30 Nicholas ClarkThe regexp engine should check SV flags rather than...
2005-11-16 Hugo van der SandenRe: [perl #37688] Unexpected regex failure.
2005-11-04 Rafael Garcia-SuarezRevert patch #25993.
2005-11-04 Andreas König[perl #19049] Incorrect $` after replacement
2005-10-14 Steve Petersgcc complains when it sees variables declared
2005-07-29 Andy LesterMore embed.fnc goodness
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-10 Yves OrtonRe: [perl #36207] UTF8/Latin 1/i regexp "Malformed...
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMore SvPV consting. And other related drive-by refactoring.
2005-06-08 Nicholas ClarkMore SvPV consting
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-08 Andy Lesterregexec.c utf8 loading
2005-06-07 Nicholas ClarkMore SvPV consting
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-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-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-13 Robin Barker-Wformat
2005-04-02 Nicholas ClarkSilence compiler warnings about possibly uninitialised...
2005-03-29 Andy LesterThe core part of :
2005-03-27 Hugo van der SandenRe: [perl #34195] Regex: Alternations within negative...
2005-03-24 Andy LesterThird consting batch
2005-03-22 Rafael Garcia-SuarezRevert change #24055, which was producing a segfault...
2005-03-21 Yves OrtonRe: regexp trie fails compile on VMS
2005-03-21 Rafael Garcia-SuarezResubmit change #24053.
2005-03-21 Andy LesterMore consting goodness
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-13 Nicholas Clarkreplace NEWSV(), SvSetSV() with newSVsv()
2004-11-06 Dave Mitchelldocument regcomp.c/regexec.c's dual life under ext/re/
2004-11-04 Rick Delaney[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
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-07-09 Jarkko HietaniemiRe: Segfault using HTML::Entities
2004-04-19 Hugo van der SandenRe: [perl #28532] optional match of an anchor gets...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2003-09-11 Jarkko HietaniemiReplace #21158 with a better patch from Hugo
2003-09-10 Jarkko Hietaniemi[perl #23769] Unicode regex broken on simple example
2003-08-11 Jarkko HietaniemiVC6 warning: result still unsigned.
2003-08-08 Nick Ing-SimmonsRe: UNICODE regexp bug
2003-08-08 Nick Ing-SimmonsUNICODE regexp bug
2003-08-07 Hugo van der SandenRe: [perl #23030] Error in negative lookahead with...
2003-08-01 Jarkko HietaniemiHugo's second thoughts: drop the relatively rare and
2003-07-31 Hugo van der SandenRe: [perl #23171] Regex too selfish
2003-06-18 Adrian M. EnacheRe: [perl #22727] split() with re_eval segfaults/panics
2003-05-05 Adrian M. Enache[patch] Re: [perl #21728] regexp SEGV
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-14 Inaba HirotoRe: Parse::RecDescent triggers infinete loop in perl5...
2003-03-09 Jarkko HietaniemiFrom Inaba Hiroto: re_intuit_start set a value to
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-26 Adrian M. EnacheRe: [perl #20683] [fix] Better Patch
2003-02-16 Nicholas ClarkCOW regexps:
2003-02-05 Jarkko Hietaniemis/S_cache_re/cache_re/ for building with threads.
2003-02-04 Jarkko HietaniemiFix "[perl #20667] unicode regex vs non-unicode regex".
2003-02-02 Rafael Garcia-Suarez[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2003-01-31 Jarkko HietaniemiGo even further (back) than change #18608 and revert
2003-01-31 Adrian M. Enache[FIX] Re: UTF-8 failures (surprise!)
2003-01-21 Hugo van der SandenRe: [perl #17757] s///g fails when using English &...
2003-01-21 Hugo van der Sandenintegrate #18349 from maint-5.8:
2002-12-23 Richard Kandarian[perl #18544] Patch included to fix problem.
2002-12-12 Rafael Garcia-SuarezIntegrate from maint-5.8 : changes 18290-1, 18293-5...
2002-11-04 Hugo van der SandenRe: [perl #17064] illegal legal unicode character
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-01 Yitzchak Scott-Tho... Re: sv_2pv_flags and ROK and UTF8 flags
2002-08-26 (Randal L. Schwartz)fix for:
2002-07-15 Hugo van der SandenRe: Regexp causes coredump
2002-07-10 Jarkko HietaniemiRetract #17375: contrary to intention, it was actually
2002-07-01 Hugo van der SandenRe: [ID 20020630.002] utf8 regex only matches 32k
2002-06-28 Jarkko Hietaniemi(retracted by #17467)
2002-06-27 Jarkko HietaniemiInlining to avoid costly UTF-8 calls.
2002-06-27 Jarkko HietaniemiShave off some more of the Unicode regex slowness.
2002-06-27 Jarkko HietaniemiCure some of the slowness of
2002-06-26 Hugo van der SandenRe: Another Unicode s/// buglet?
2002-04-23 Gurusamy Sarathyfix a typo
2002-04-23 Jarkko HietaniemiPointer to UV casting.
2002-04-21 Gurusamy Sarathysquelch some more type mismatch warnings
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-03 Nikola Knezevicregexec.c
2002-04-02 Jarkko HietaniemiWhat started as a small nit (the charnames test, nit...
2002-04-01 Jarkko HietaniemiComment tweak from Hugo.
2002-04-01 Jarkko HietaniemiAnother UTF-8 locale tweak from Hugo.
2002-04-01 Jarkko HietaniemiRegex fix from Hugo: in UTF-8 locales the character
next