2006-10-05 |
Rafael Garcia-Suarez | Fix a couple of casting warnings |
blob | commitdiff |
2006-10-05 |
Yves Orton | Re: [PATCH] Add recursive regexes similar to PCRE |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton | Minor re 'Debug' tweaks, also fix a bug in dumping... |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton | Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-29 |
Steve Peters | Fix debug format in regcomp.c that was failing under |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton | Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-26 |
Nicholas Clark | Make Perl_regdupe only exist for threaded perls. |
blob | commitdiff | diff to current |
2006-09-25 |
Yves Orton | Automate generation of the regmatch() state constants |
blob | commitdiff | diff to current |
2006-09-25 |
Yves Orton | Add hook for re_dup() into regex engine as reg_dupe... |
blob | commitdiff | diff to current |
2006-09-21 |
Jarkko Hietaniemi | deal with some gcc warnings |
blob | commitdiff | diff to current |
2006-09-19 |
Yves Orton | Re: \N{...} in regular expression [PATCH] |
blob | commitdiff | diff to current |
2006-09-19 |
Yves Orton | Re: \N{...} in regular expression [PATCH] |
blob | commitdiff | diff to current |
2006-09-17 |
Nicholas Clark | Avoid compiler warning about a variable that isn't... |
blob | commitdiff | diff to current |
2006-09-12 |
Rafael Garcia-Suarez | More warnings silencing, including suggestions by Domin... |
blob | commitdiff | diff to current |
2006-09-12 |
Rafael Garcia-Suarez | Another warning-silencing cast |
blob | commitdiff | diff to current |
2006-09-11 |
Rafael Garcia-Suarez | Fix some compilation warnings |
blob | commitdiff | diff to current |
2006-09-11 |
Yves Orton | Teach regex optimiser how to handle (?=) and (?<=)... |
blob | commitdiff | diff to current |
2006-09-05 |
Rafael Garcia-Suarez | Fix a few warnings |
blob | commitdiff | diff to current |
2006-09-05 |
Yves Orton | Re: [PATCH] Trie jumping |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi | g++ large patch |
blob | commitdiff | diff to current |
2006-07-23 |
Jarkko Hietaniemi | z/OS: pp_sys.c, reg*.c, toke.c, utf8.c |
blob | commitdiff | diff to current |
2006-07-16 |
Yves Orton | Re: Fix loads of warnings from the last escaping patch... |
blob | commitdiff | diff to current |
2006-07-15 |
Yves Orton | Updated escaping code. utf8 regex debug output improvements |
blob | commitdiff | diff to current |
2006-07-07 |
Yves Orton | More escaping in the RE |
blob | commitdiff | diff to current |
2006-06-30 |
Rafael Garcia-Suarez | Fix a couple of compilation warnings |
blob | commitdiff | diff to current |
2006-06-24 |
Dave Mitchell | quieten warning by avoiding a comment-within-a-comment |
blob | commitdiff | diff to current |
2006-06-22 |
Yves Orton | Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net... |
blob | commitdiff | diff to current |
2006-06-21 |
Steve Hay | Fix code before declaration error introduced by #28405 |
blob | commitdiff | diff to current |
2006-06-20 |
Steve Peters | Clean up a few warnings in regcomp.c under -Dgccansiped... |
blob | commitdiff | diff to current |
2006-06-14 |
Yves Orton | Re: [PATCH] fix re debug segvs in global destruction... |
blob | commitdiff | diff to current |
2006-06-14 |
Yves Orton | fix re debug segvs in global destruction, and a tweak... |
blob | commitdiff | diff to current |
2006-06-13 |
Yves Orton | Guard clause should happen first, otherwise its not... |
blob | commitdiff | diff to current |
2006-06-12 |
Yves Orton | Re: Segv from new regex code when under threads. |
blob | commitdiff | diff to current |
2006-06-11 |
Yves Orton | Re: [PATCH] regexec/regcomp.c cleanups |
blob | commitdiff | diff to current |
2006-06-11 |
Yves Orton | Re: [PATCH] Better version of the Aho-Corasick patch... |
blob | commitdiff | diff to current |
2006-06-09 |
Yves Orton | Re: [PATCH] Better version of the Aho-Corasick patch... |
blob | commitdiff | diff to current |
2006-05-30 |
Yves Orton | C is not perl, AV's dont just magically free themselves... |
blob | commitdiff | diff to current |
2006-05-29 |
Rafael Garcia-Suarez | Silence a warning |
blob | commitdiff | diff to current |
2006-05-29 |
Rafael Garcia-Suarez | Regen headers following change 28325. Also, make it... |
blob | commitdiff | diff to current |
2006-05-29 |
Yves Orton | Re: [PATCH] More regex optimisations and debug enhancem... |
blob | commitdiff | diff to current |
2006-05-20 |
Yves Orton | optimize /[x]/ to /x/. |
blob | commitdiff | diff to current |
2006-05-16 |
Andy Lester | refactoring out S_regoptail |
blob | commitdiff | diff to current |
2006-05-15 |
Andy Lester | S_reguni should return its length |
blob | commitdiff | diff to current |
2006-05-12 |
Jarkko Hietaniemi | Re: [PATCH] my_snprintf |
blob | commitdiff | diff to current |
2006-04-29 |
Jarkko Hietaniemi | more -ansi -pedantic cleanliness |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi | Re: [PATCH] use snprintf/strlcpy/strlcat when useful |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester | use NOOP macro |
blob | commitdiff | diff to current |
2006-04-22 |
Nicholas Clark | "Don't Repeat Yourself" on the "We *really* need to... |
blob | commitdiff | diff to current |
2006-04-21 |
Nicholas Clark | Why hide functions (and duplicate them) when you can... |
blob | commitdiff | diff to current |
2006-04-19 |
Rafael Garcia-Suarez | There's a macro to get ${^RE_DEBUG_FLAGS} when debugging, |
blob | commitdiff | diff to current |
2006-04-18 |
Nicholas Clark | Revert 27869 at Jarkko's request. |
blob | commitdiff | diff to current |
2006-04-18 |
Nicholas Clark | Coverity insists that if we deference a pointer without... |
blob | commitdiff | diff to current |
2006-04-17 |
Jarkko Hietaniemi | (tentative) regcomp.c: try convincing Coverity that... |
blob | commitdiff | diff to current |
2006-04-13 |
Dave Mitchell | eliminate PL_reg_re |
blob | commitdiff | diff to current |
2006-04-11 |
Jarkko Hietaniemi | regcomp.c (try II): use &PL_sv_undef for listsv as... |
blob | commitdiff | diff to current |
2006-04-10 |
Nicholas Clark | All S_dumpuntil()'s regnode pointer arguments can be... |
blob | commitdiff | diff to current |
2006-04-10 |
Andy Lester | True consting goodness in regexes |
blob | commitdiff | diff to current |
2006-04-06 |
Nicholas Clark | Move all the regexp state variables into a single struc... |
blob | commitdiff | diff to current |
2006-04-05 |
Nicholas Clark | Save the regexp engine state as 1 block on the save... |
blob | commitdiff | diff to current |
2006-04-05 |
Dave Mitchell | eliminate PL_regprecomp, PL_regprogram, PL_regnpar... |
blob | commitdiff | diff to current |
2006-04-02 |
SADAHIRO Tomoyuki | Re: [perl #38293] chr(65535) should be allowed in regexes |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester | Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-24 |
Dave Mitchell | remove unused PL_regcc variable |
blob | commitdiff | diff to current |
2006-03-17 |
Nicholas Clark | Properly set/reset the UTF-8 length cache in regcomp.c. |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester | Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester | unused context warnings |
blob | commitdiff | diff to current |
2006-02-14 |
Andy Lester | Sun Studio lint patches |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester | Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-09 |
Nicholas Clark | Avoid calling all the scanning code in gv_fetchpvn_flag... |
blob | commitdiff | diff to current |
2006-02-08 |
Nicholas Clark | lastparen in the regexp structure is never initialised... |
blob | commitdiff | diff to current |
2006-01-10 |
Andy Lester | It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-08 |
Jarkko Hietaniemi | blead: format warnings |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi | sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez | Update copyrights for files modified in 2006 |
blob | commitdiff | diff to current |
2006-01-01 |
Andy Lester | Making 0 pointers to NULLs |
blob | commitdiff | diff to current |
2005-12-22 |
Andy Lester | Ho! Ho! Ho! Santa brings consting! |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask... |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester | More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-11-19 |
Steve Peters | Cleaning up some warnings generated by "gcc -W" |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark | s/printf/my_printf/ because we're using the return... |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark | Use the return value from sprintf(). |
blob | commitdiff | diff to current |
2005-10-29 |
Jarkko Hietaniemi | Re: [PATCH] predecrement vs postdecrement |
blob | commitdiff | diff to current |
2005-10-13 |
Andy Lester | Stas' croak patch and then some |
blob | commitdiff | diff to current |
2005-07-29 |
Andy Lester | More embed.fnc goodness |
blob | commitdiff | diff to current |
2005-07-18 |
Andy Lester | The continuing plod through embed.fnc |
blob | commitdiff | diff to current |
2005-07-15 |
Andy Lester | more embed cleanup |
blob | commitdiff | diff to current |
2005-07-13 |
Dave Mitchell | make the expensive ckWARN() be called as late as possible |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie | Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark | Don't check the pointer is non-NULL before calling... |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark | Replace newSVpv(...,0) with newSVpvn where we know... |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester | Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark | More SvPV consting. And other related drive-by refactoring. |
blob | commitdiff | diff to current |
2005-06-09 |
Andy Lester | regcomp.c and more |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | Nuke some more n_a, and convert S_gv_ename from char... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g |
blob | commitdiff | diff to current |
2005-06-03 |
Steve Peters | SvPVX_const() - patch #4 |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester | Quotes fixed, see also perl #36079 |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester | [PATCH] More embed.fnc strictures, plus consting and... |
blob | commitdiff | diff to current |
next |