Add the perlreguts manpage, by Yves Orton
[p5sagit/p5-mst-13.2.git] / regexec.c
2006-05-29 Rafael Garcia-Suarez Regen headers following change 28325. Also, make it...
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-05-20 Dave Mitchell [perl #32041] SEGV with complicated regexp and long...
2006-05-16 Andy Lester Refactoring reghops
2006-04-30 Dave Mitchell remove a compiler warning by making HOPBACKc only hop...
2006-04-29 Jarkko Hietaniemi more -ansi -pedantic cleanliness
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-20 Dave Mitchell regmatch(): replace magic value -1000 with symbolic...
2006-04-20 Andy Lester regexec consting & localizing
2006-04-20 Dave Mitchell regmatch: merge the greedy and non-greedy branches...
2006-04-19 Dave Mitchell regmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-18 Dave Mitchell regmatch: fix a || vs | typo in CACHEsayYES and add...
2006-04-17 Nicholas Clark Add Dave's explainations of why certain pointers are...
2006-04-16 Dave Mitchell generalize the 'continue on success' mechanism of defer...
2006-04-16 Dave Mitchell abstract regmatch slab access with SLAB_FIRST and SLAB_...
2006-04-14 Steve Peters Reverting change #27791 which may cause corruption...
2006-04-13 Dave Mitchell eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_gan...
2006-04-13 Steve Peters Add another NULL check thanks to Coverity.
2006-04-13 Jarkko Hietaniemi regexec.c: (Coverity) add NULL check
2006-04-13 Jarkko Hietaniemi regexec.c: (Coverity) move NULL check even earlier
2006-04-13 Dave Mitchell eliminate PL_reg_re
2006-04-12 Animator [perl #38906] Regex engine does not release MINMOD
2006-04-12 Dave Mitchell Remove the final recursion path from S_regmatch: ...
2006-04-11 Jarkko Hietaniemi regexec.c: move NULL check earlier to make Coverity...
2006-04-10 Andy Lester True consting goodness in regexes
2006-04-08 Dave Mitchell fix potential null deref introduced by change #27716
2006-04-05 Dave Mitchell (??{...}) didn't always restore PL_reg_re.
2006-04-05 Dave Mitchell eliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-05 Dave Mitchell restructure the EVAL branch of regmatch() to minimise...
2006-04-03 Dave Mitchell undo #27700 and add a missing Safefree()
2006-04-03 Andy Lester Removed unused code in regexec.c
2006-04-03 Dave Mitchell anonymous unions aren't legal ANSI c
2006-04-02 Dave Mitchell whoops, change 27691 blew away the regexec.c changes...
2006-04-02 Dave Mitchell subsume CURCUR (current curly) struct within the main...
2006-04-02 SADAHIRO Tomoyuki Re: [perl #38293] chr(65535) should be allowed in regexes
2006-04-02 Dave Mitchell make parts of struct regmatch_state unions
2006-04-02 Dave Mitchell use slabs to allocate save state space in regmatch()
2006-03-30 Andy Lester Clean up regexec.c, and remove two functions
2006-03-25 Nicholas Clark Silence 3 (spurious) gcc warnings about "maybe used...
2006-03-25 Nicholas Clark Free the regexp state when exiting "recursion".
2006-03-24 Dave Mitchell make S_regmatch() iterative rather than recursive.
2006-03-22 Dave Mitchell remove idential code branch from regmatch()
2006-03-20 Dave Mitchell merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
2006-03-17 Nicholas Clark Restore a bit of change 27533 that change 27534 inadver...
2006-03-17 Dave Mitchell inline, then delete, S_regrepeat_hard()
2006-03-17 Nicholas Clark sv_find() returning false, followed by sv_magic() to...
2006-03-17 Dave Mitchell reduce S_regrepeat_hard() callers from 3 to 1
2006-03-09 Steve Peters The Coverity audit is upset that the scream_olds variab...
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
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-05 SADAHIRO Tomoyuki Re: [perl #37836] Simple Regex causes SEGV when run...
2005-12-05 SADAHIRO Tomoyuki Clarification and cleanup of the XS SWASHGET code
2005-11-30 Nicholas Clark The regexp engine should check SV flags rather than...
2005-11-16 Hugo van der Sanden Re: [perl #37688] Unexpected regex failure.
2005-11-04 Rafael Garcia-Suarez Revert patch #25993.
2005-11-04 Andreas König [perl #19049] Incorrect $` after replacement
2005-10-14 Steve Peters gcc complains when it sees variables declared
2005-07-29 Andy Lester More embed.fnc goodness
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-10 Yves Orton Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed...
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-10 Nicholas Clark More SvPV consting. And other related drive-by refactoring.
2005-06-08 Nicholas Clark More SvPV consting
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-08 Andy Lester regexec.c utf8 loading
2005-06-07 Nicholas Clark More SvPV consting
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-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-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-13 Robin Barker -Wformat
2005-04-02 Nicholas Clark Silence compiler warnings about possibly uninitialised...
2005-03-29 Andy Lester The core part of :
2005-03-27 Hugo van der Sanden Re: [perl #34195] Regex: Alternations within negative...
2005-03-24 Andy Lester Third consting batch
2005-03-22 Rafael Garcia-Suarez Revert change #24055, which was producing a segfault...
2005-03-21 Yves Orton Re: regexp trie fails compile on VMS
2005-03-21 Rafael Garcia-Suarez Resubmit change #24053.
2005-03-21 Andy Lester More consting goodness
2005-03-18 Yves Orton Re: Reworked Trie Patch
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-13 Nicholas Clark replace NEWSV(), SvSetSV() with newSVsv()
2004-11-06 Dave Mitchell document 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 Mitchell Add comment to top of reentr.c and fix typos in other...
next