2009-04-19 |
Nicholas Clark |
Simpify logic in Perl_pad_free(): SvIsCOW() has the... |
blob | commitdiff |
2008-11-26 |
Nicholas Clark |
Just s/Perl_/S_/ isn't good enough - you also need... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
The vestigial PL_pad_reset_pending can actually be... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
pad_reset() is only used in pad.c, so can be static. |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
2008-10-26 |
Marcus Holland-Moritz |
No, it's not a const SV* if we subsequently call |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-01-19 |
Dave Mitchell |
[perl #49522] state variable not available |
blob | commitdiff | diff to current |
2008-01-09 |
Dave Mitchell |
change #31447 was wrong. Really handle cloning a stale... |
blob | commitdiff | diff to current |
2007-09-10 |
Dave Mitchell |
when anon subs are cloned, the 'assign once only' flag... |
blob | commitdiff | diff to current |
2007-07-16 |
Dave Mitchell |
[perl #43425] local $[: fix scoping during parser... |
blob | commitdiff | diff to current |
2007-06-22 |
Dave Mitchell |
safely handle cloning a stale lexical var |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_in_my and PL_in_my_stash into the PL_parser... |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark |
Various variables in intrpvar.h and thrdvar.h are consi... |
blob | commitdiff | diff to current |
2007-03-12 |
Rafael Garcia-Suarez |
Like fake scalars, state variables shouldn't get new... |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark |
Add a new API function newSV_type, to replace the idiom: |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2007-01-03 |
Nicholas Clark |
Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR... |
blob | commitdiff | diff to current |
2006-12-29 |
Nicholas Clark |
With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Move PAD_COMPNAME_GEN from SvCUR to SvUVX. |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Move the low/high cop sequences from NVX/IVX to a two... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Abstract the pad code's overloaded use of SvNVX and... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Change PAD_MAX to something a bit less FORTRAN-ish... |
blob | commitdiff | diff to current |
2006-12-12 |
Nicholas Clark |
pads haven't actually contained any PVGVs since change... |
blob | commitdiff | diff to current |
2006-05-03 |
Rafael Garcia-Suarez |
Introduce a new keyword, state, for state variables. |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester |
use NOOP macro |
blob | commitdiff | diff to current |
2006-04-24 |
Marcus Holland-Moritz |
A couple of casts to PADOFFSET. |
blob | commitdiff | diff to current |
2006-04-03 |
Andy Lester |
SvREFCNT_inc tweaks |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
Add MAD changes to pad code (new function Perl_pad_peg) |
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 |
Use PVMGs rather than PVGVs to store the names of our... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
Store the stash for our in the magic slot. This will... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
Replace usage of GvSTASH for storing the stash of C... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Replace direct flags tests ... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
Add a new CvISXSUB() macro, for abstracting the test... |
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 |
Andy Lester |
Sun Studio lint patches |
blob | commitdiff | diff to current |
2006-02-08 |
Andy Lester |
Handle unused args |
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-02-03 |
Steven Schubiger |
s/Nullcv/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
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-10 |
Andy Lester |
It's the Barbie bus patch |
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/Nullhv/NULL/g; |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullav/NULL/g |
blob | commitdiff | diff to current |
2005-12-10 |
Andy Lester |
Excluding pad funcs when not debugging |
blob | commitdiff | diff to current |
2005-11-14 |
Nicholas Clark |
Mark all places where perl needs to look at a possibly... |
blob | commitdiff | diff to current |
2005-11-09 |
Nicholas Clark |
Add a comment about possible future refactoring of... |
blob | commitdiff | diff to current |
2005-10-13 |
Andy Lester |
Stas' croak patch and then some |
blob | commitdiff | diff to current |
2005-10-05 |
Andy Lester |
Re: [PATCH] Random constings and printf cleanup |
blob | commitdiff | diff to current |
2005-08-07 |
Jarkko Hietaniemi |
undup |
blob | commitdiff | diff to current |
2005-08-01 |
Rafael Garcia-Suarez |
More typo fixes (damn generated pod files) |
blob | commitdiff | diff to current |
2005-07-20 |
Steve Hay |
Silence Win32 compiler warning (signed/unsigned mismatch) |
blob | commitdiff | diff to current |
2005-07-19 |
Rafael Garcia-Suarez |
Extend the the "our variable redeclared" warning to... |
blob | commitdiff | diff to current |
2005-07-19 |
Rafael Garcia-Suarez |
Overhaul the semantics of the warning |
blob | commitdiff | diff to current |
2005-07-18 |
Andy Lester |
The continuing plod through embed.fnc |
blob | commitdiff | diff to current |
2005-07-13 |
Andy Lester |
More embed.fnc plowing |
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-12 |
Dave Mitchell |
S_pad_findlex has side effects, so its return value... |
blob | commitdiff | diff to current |
2005-07-04 |
Andy Lester |
Post-YAPC consting, now with an attachment! |
blob | commitdiff | diff to current |
2005-06-23 |
Dave Mitchell |
change 24967 got the #endif in the wrong place |
blob | commitdiff | diff to current |
2005-06-23 |
Dave Mitchell |
don't repopulate PADTMP slots with null SVs when freein... |
blob | commitdiff | diff to current |
2005-06-23 |
Nicholas Clark |
Remove the reference loop between symbol tables and... |
blob | commitdiff | diff to current |
2005-06-20 |
Andy Lester |
The continuing adventures of Constman and Localize Boy |
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-07 |
Andy Lester |
Random cleanups #47 |
blob | commitdiff | diff to current |
2005-05-24 |
Andy Lester |
embed.fnc cleanup + SvPVX_const usage |
blob | commitdiff | diff to current |
2005-05-21 |
Steve Peters |
SvPVX_const - patch #2 |
blob | commitdiff | diff to current |
2005-05-20 |
Nicholas Clark |
Goodbye AvFLAGS |
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-05-05 |
Dave Mitchell |
avoid accessing a just-freed SV (keep ponie happy) |
blob | commitdiff | diff to current |
2005-05-02 |
Andy Lester |
printf.patch: Adding printf checking for gcc |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-19 |
Andy Lester |
pad_compname_type(), takes care of a clunky macro |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-08 |
Nicholas Clark |
Add SvIVX() to PERL_DEBUG_COW, and change pad.c to... |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #1 |
blob | commitdiff | diff to current |
2005-03-30 |
Rafael Garcia-Suarez |
Update copyrights. |
blob | commitdiff | diff to current |
2005-03-29 |
Rafael Garcia-Suarez |
Don't #ifdef out a return statement |
blob | commitdiff | diff to current |
2005-03-28 |
Dave Mitchell |
expand -DDEBUG_LEAKING_SCALARS to instrument the creati... |
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-11 |
Andy Lester |
pad_push numero three-o |
blob | commitdiff | diff to current |
2004-10-29 |
Dave Mitchell |
[perl #31851] Threading crash with closures |
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-07-31 |
Dave Mitchell |
Add comment to the top of most .c files explaining... |
blob | commitdiff | diff to current |
2004-06-02 |
Marcus Holland-Moritz |
Make change #22889 work for threaded builds. |
blob | commitdiff | diff to current |
2004-06-02 |
Rafael Garcia-Suarez |
Make the dUNDERBAR/UNDERBAR macros work as advertised. |
blob | commitdiff | diff to current |
next |