2007-01-04 |
Marcus Holland-Moritz |
The first three patches from: |
blob | commitdiff |
2007-01-03 |
Dave Mitchell |
handle cloning of parsers on the save stack |
blob | commitdiff | diff to current |
2006-12-07 |
Jerry D. Hedden |
Perl_save_destructor is not a mathom |
blob | commitdiff | diff to current |
2006-12-06 |
Rafael Garcia-Suarez |
save_I8 is not a mathom. |
blob | commitdiff | diff to current |
2006-10-18 |
Dave Bailey |
[perl #40557] regexec.c saves context stack position... |
blob | commitdiff | diff to current |
2006-09-17 |
Nicholas Clark |
Store a pointer to the op in struct block_loop, rather... |
blob | commitdiff | diff to current |
2006-09-16 |
Nicholas Clark |
Revert changes 28772, 28773, 28774 as they won't gain... |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark |
Access to cx->blk_sub.lval via macros (as it's about... |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark |
Access cx->blk_sub.hasargs via a pair of macros (as... |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Rename cop_hints to cop_hints_hash |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
De-duplicate the code that creates new GPs into Perl_ne... |
blob | commitdiff | diff to current |
2006-04-27 |
Dave Mitchell |
[perl #39012] another REIFY bug |
blob | commitdiff | diff to current |
2006-04-14 |
Nicholas Clark |
Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()... |
blob | commitdiff | diff to current |
2006-04-13 |
Nicholas Clark |
Remove SAVEt_FREESHAREDPV, as nothing is using it,... |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
Change cop_warnings from an SV holding the warnings... |
blob | commitdiff | diff to current |
2006-04-08 |
Nicholas Clark |
By swapping the order of pushes onto the save stack for |
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 |
Nicholas Clark |
Perl_save_alloc can use the new(er) SSGROW rather than... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all the accesses to cop_arybase (apart from... |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark |
Automatically set HINT_LOCALIZE_HH whenever %^H is... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-30 |
Nicholas Clark |
Fix bug #38815 (localising keys which are UTF-8 encoded... |
blob | commitdiff | diff to current |
2006-03-29 |
Jarkko Hietaniemi |
re-[PATCH] Re: [PATCH] Poison now in two different... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Note the cause of another MAD test failure - an explici... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
Further MAD changes. |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
With PERL_DONT_CREATE_GVSV, don't need to create a... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
Given that SvPV on a typeglob is now irrelevant, really... |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
Perl_save_aelem can't be const |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez |
More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-14 |
Nicholas Clark |
Back out change change 10214 (drop SVp_IOK from >>... |
blob | commitdiff | diff to current |
2006-02-06 |
Nicholas Clark |
Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_... |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-01-31 |
Nicholas Clark |
Eliminate save_threadsv, as it is never linked to,... |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay |
Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-08 |
Nicholas Clark |
Update copyright years (including some years where... |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullav/NULL/g |
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-14 |
Nicholas Clark |
Remove the two register keywords from auto variables... |
blob | commitdiff | diff to current |
2005-11-07 |
Andy Lester |
Consting and localizing: Part LXVIII |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-07 |
Dave Mitchell |
more taint fallout from change 24943 |
blob | commitdiff | diff to current |
2005-06-23 |
Andy Lester |
Pre-YAPC consting fun |
blob | commitdiff | diff to current |
2005-06-23 |
Nicholas Clark |
Add a define PERL_POISON which tries to trip up anythin... |
blob | commitdiff | diff to current |
2005-06-22 |
Dave Mitchell |
handle magic in local correctly |
blob | commitdiff | diff to current |
2005-06-20 |
Andy Lester |
More random cleanups |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
Work around bug 36211, plus a lot of TODO regression... |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester |
Unvoid SvUPGRADE |
blob | commitdiff | diff to current |
2005-06-02 |
Steve Peters |
SvPVX_const() - part 3 ... and const'ing Storable |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester |
[PATCH] More embed.fnc strictures, plus consting and... |
blob | commitdiff | diff to current |
2005-05-20 |
Andy Lester |
Attribute configuration |
blob | commitdiff | diff to current |
2005-05-17 |
Jarkko Hietaniemi |
perl 5.9.x (@ 24471): Symbian update |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester |
consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez |
Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez |
Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-18 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #4 |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark |
Add casting to allow g++ (3.3.5) to compile the core... |
blob | commitdiff | diff to current |
2005-03-26 |
Nicholas Clark |
Need to return something when the compiler doesn't... |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester |
Consting part 4 |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester |
Third consting batch |
blob | commitdiff | diff to current |
2005-03-18 |
Andy Lester |
More const parms |
blob | commitdiff | diff to current |
2005-03-14 |
Andy Lester |
Adding const qualifiers |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark |
Correct the editor block to match the perl 5 policy... |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark |
replace NEWSV(), SvSetSV() with newSVsv() |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark |
Update copyright years. Add an editor block while passi... |
blob | commitdiff | diff to current |
2005-01-10 |
Marcus Holland-Moritz |
Remove PERL_FLEXIBLE_EXCEPTIONS code. |
blob | commitdiff | diff to current |
2004-09-08 |
Marcus Holland-Moritz |
SvO?OK_off()'s return value |
blob | commitdiff | diff to current |
2004-08-03 |
Dave Mitchell |
more typo fixes for change 3176 (comments at top of... |
blob | commitdiff | diff to current |
2004-08-01 |
Dave Mitchell |
Add comment to top of reentr.c and fix typos in other... |
blob | commitdiff | diff to current |
2004-08-01 |
Marcus Holland-Moritz |
Remove redundant SvOOK_off (called implicitly by SvOK_off) |
blob | commitdiff | diff to current |
2004-07-31 |
Dave Mitchell |
Add comment to the top of most .c files explaining... |
blob | commitdiff | diff to current |
2004-07-23 |
Dave Mitchell |
remove binary compat from #23156 (remove PL_retstack) |
blob | commitdiff | diff to current |
2004-07-23 |
Dave Mitchell |
remove the return stack PL_retstack, and store return... |
blob | commitdiff | diff to current |
2004-07-02 |
Dave Mitchell |
[perl #30258] utf8 POPSTACK crash on split execution |
blob | commitdiff | diff to current |
2004-03-26 |
Dave Mitchell |
[perl #27040] - hints hash was being double freed... |
blob | commitdiff | diff to current |
2004-03-24 |
Rafael Garcia-Suarez |
Good catch from Dave Mitchell; plus a null pointer... |
blob | commitdiff | diff to current |
2004-03-16 |
Rafael Garcia-Suarez |
Update copyright notices |
blob | commitdiff | diff to current |
2004-03-14 |
Dave Mitchell |
[perl #27638] scope exit could expose freed local... |
blob | commitdiff | diff to current |
2004-01-17 |
Dave Mitchell |
back out change #22167 "freeing a CV reference that... |
blob | commitdiff | diff to current |
2004-01-17 |
Dave Mitchell |
[perl #24914] freeing a CV reference that was currentl... |
blob | commitdiff | diff to current |
2003-09-22 |
Rafael Garcia-Suarez |
When localising a magic value, propagate the readonly... |
blob | commitdiff | diff to current |
2003-08-26 |
Dave Mitchell |
improved 19064 (local $_[0] problems) |
blob | commitdiff | diff to current |
2003-08-21 |
Jarkko Hietaniemi |
Retract #19064, broke mod_perl flushing (localisation... |
blob | commitdiff | diff to current |
2003-08-09 |
Dave Mitchell |
add "$lexical not available" warning in C<for my $lex ()> |
blob | commitdiff | diff to current |
2003-08-07 |
Dave Mitchell |
Fwd: Re: [PATCH] flags set incorrectly on abandoned... |
blob | commitdiff | diff to current |
2003-08-04 |
Rafael Garcia-Suarez |
Fix bug #23141 : localization of readonly magic scalars |
blob | commitdiff | diff to current |
2003-05-05 |
Adrian M. Enache |
[patch] Re: [perl #21728] regexp SEGV |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-26 |
Dave Mitchell |
[PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails. |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-01-03 |
Dave Mitchell |
new flag SvPADSTALE |
blob | commitdiff | diff to current |
2003-01-03 |
Dave Mitchell |
remove flag SvPADBUSY |
blob | commitdiff | diff to current |
2002-12-17 |
Richard Hitt |
[Fwd: Patch for perl utf8-related bug] |
blob | commitdiff | diff to current |
2002-10-22 |
Dave Mitchell |
PL_curpad == AvARRAY(PL_comppad) always |
blob | commitdiff | diff to current |
2002-10-19 |
H.Merijn Brand |
Happy chainsaw stories; The removal of the 5005 threads |
blob | commitdiff | diff to current |
next |