This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Test script for DynaLoader
[perl5.git] / regexec.c
2006-05-20 Dave Mitchell[perl #32041] SEGV with complicated regexp and long...
2006-05-16 Andy LesterRefactoring reghops
2006-04-30 Dave Mitchellremove a compiler warning by making HOPBACKc only hop...
2006-04-29 Jarkko Hietaniemimore -ansi -pedantic cleanliness
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-20 Dave Mitchellregmatch(): replace magic value -1000 with symbolic...
2006-04-20 Andy Lesterregexec consting & localizing
2006-04-20 Dave Mitchellregmatch: merge the greedy and non-greedy branches...
2006-04-19 Dave Mitchellregmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-18 Dave Mitchellregmatch: fix a || vs | typo in CACHEsayYES and add...
2006-04-17 Nicholas ClarkAdd Dave's explainations of why certain pointers are...
2006-04-16 Dave Mitchellgeneralize the 'continue on success' mechanism of defer...
2006-04-16 Dave Mitchellabstract regmatch slab access with SLAB_FIRST and SLAB_...
2006-04-14 Steve PetersReverting change #27791 which may cause corruption...
2006-04-13 Dave Mitchelleliminate PL_regbol PL_regtill PL_regnarrate PL_reg_gan...
2006-04-13 Steve PetersAdd another NULL check thanks to Coverity.
2006-04-13 Jarkko Hietaniemiregexec.c: (Coverity) add NULL check
2006-04-13 Jarkko Hietaniemiregexec.c: (Coverity) move NULL check even earlier
2006-04-13 Dave Mitchelleliminate PL_reg_re
2006-04-12 Animator[perl #38906] Regex engine does not release MINMOD
2006-04-12 Dave MitchellRemove the final recursion path from S_regmatch: ...
2006-04-11 Jarkko Hietaniemiregexec.c: move NULL check earlier to make Coverity...
2006-04-10 Andy LesterTrue consting goodness in regexes
2006-04-08 Dave Mitchellfix potential null deref introduced by change #27716
2006-04-05 Dave Mitchell(??{...}) didn't always restore PL_reg_re.
2006-04-05 Dave Mitchelleliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-05 Dave Mitchellrestructure the EVAL branch of regmatch() to minimise...
2006-04-03 Dave Mitchellundo #27700 and add a missing Safefree()
2006-04-03 Andy LesterRemoved unused code in regexec.c
2006-04-03 Dave Mitchellanonymous unions aren't legal ANSI c
2006-04-02 Dave Mitchellwhoops, change 27691 blew away the regexec.c changes...
2006-04-02 Dave Mitchellsubsume CURCUR (current curly) struct within the main...
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-04-02 Dave Mitchellmake parts of struct regmatch_state unions
2006-04-02 Dave Mitchelluse slabs to allocate save state space in regmatch()
2006-03-30 Andy LesterClean up regexec.c, and remove two functions
2006-03-25 Nicholas ClarkSilence 3 (spurious) gcc warnings about "maybe used...
2006-03-25 Nicholas ClarkFree the regexp state when exiting "recursion".
2006-03-24 Dave Mitchellmake S_regmatch() iterative rather than recursive.
2006-03-22 Dave Mitchellremove idential code branch from regmatch()
2006-03-20 Dave Mitchellmerge the TRIEF/TRIEFL and TRIE branches in regmatch(),
2006-03-17 Nicholas ClarkRestore a bit of change 27533 that change 27534 inadver...
2006-03-17 Dave Mitchellinline, then delete, S_regrepeat_hard()
2006-03-17 Nicholas Clarksv_find() returning false, followed by sv_magic() to...
2006-03-17 Dave Mitchellreduce S_regrepeat_hard() callers from 3 to 1
2006-03-09 Steve PetersThe Coverity audit is upset that the scream_olds variab...
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
next