This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads-shared 1.03 - Changes, Makefile.PL
[perl5.git] / regexec.c
2006-09-30 Dave Mitchellremove backing up outercc->cur in regmatch()/WHILEM
2006-09-30 Dave Mitchellassert that backing up outercc->cur in regmatch()/WHILE...
2006-09-30 Dave Mitchellrationalise sayYES and sayNO code in regmatch()
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-25 Yves OrtonAutomate generation of the regmatch() state constants
2006-09-25 Yves OrtonFix re debug formatting nits
2006-09-25 Dave Mitchelleliminate PL_regindent and improve -Mre=Debug,STATE...
2006-09-24 Dave Mitchellfix regression introduced in #27778: must backtrack...
2006-09-24 Dave Mitchellin S_regmatch(), convert state var st->cc into local...
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-19 Yves OrtonRe: \N{...} in regular expression [PATCH]
2006-09-12 Rafael Garcia-SuarezMore warnings silencing, including suggestions by Domin...
2006-09-11 Rafael Garcia-SuarezFix a few more printf format warnings
2006-09-11 Rafael Garcia-SuarezFix definition of macro HOP3 (spotted by a gcc warning)
2006-09-11 Yves OrtonTeach regex optimiser how to handle (?=) and (?<=)...
2006-09-06 Steve PetersRemoved some leftover debugging accidentally added...
2006-09-06 Jarkko HietaniemiUCD 5.0.0
2006-09-05 Rafael Garcia-SuarezFix a few warnings
2006-09-05 Yves OrtonRe: [PATCH] Trie jumping
2006-08-07 Jarkko Hietaniemig++ large patch
2006-08-01 Steve HaySilence a couple of Borland compiler warnings
2006-07-27 Yves OrtonRe: Silence/fix more warnings from the regex engine
2006-07-23 Jarkko Hietaniemiz/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-07-15 Yves OrtonUpdated escaping code. utf8 regex debug output improvements
2006-07-14 Dave Mitchellremove regex postive super-linear cache code
2006-07-13 Steve PetersClear up a few more warnings from blead.
2006-07-08 Yves OrtonMacroize vast tracks of duplicated code in regexec.c
2006-07-07 Yves OrtonMore escaping in the RE
2006-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-07-02 Dave Mitchellsilence a compiler warning
2006-06-30 Dave Mitchellmigrate CURLY/PLUS/STAR branch in regmatch() to new...
2006-06-23 Dave Mitchellmigrate TRIE branch in regmatch() to new FSM-esque...
2006-06-23 Yves Orton: fix: [perl #39583] Pattern Match fails for specific...
2006-06-18 Jarkko HietaniemiRe: blead trie problems in tru64 with -DDEBUGGING
2006-06-16 Dave Mitchellstart turning regmatch() main loop into a FSM
2006-06-14 Yves Ortonfix re debug segvs in global destruction, and a tweak...
2006-06-13 Yves OrtonGuard clause should happen first, otherwise its not...
2006-06-11 Yves OrtonRe: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-06-09 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-05-29 Rafael Garcia-SuarezRegen headers following change 28325. Also, make it...
2006-05-29 Yves OrtonRe: [PATCH] More regex optimisations and debug enhancem...
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...
next