2008-11-14 |
Chip Salzenberg |
[perl #948] [PATCH] Allow tied $, |
blob | commitdiff |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-11-02 |
Rafael Garcia-Suarez |
Explicitly specify some printf formats for constant... |
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 |
Nicholas Clark |
Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. |
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 |
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 |
Nicholas Clark |
USE_FAST_STDIO can affect behaviour, so list it in -V |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz |
Make C++ compilers happy #2: const POD without initializer |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz |
Add SV allocation tracing to -Dm and PERL_MEM_LOG |
blob | commitdiff | diff to current |
2008-10-05 |
Nicholas Clark |
Update copyright year to 2008. |
blob | commitdiff | diff to current |
2008-08-28 |
Nicholas Clark |
Fix #30660: Repeated spaces on shebang line stops optio... |
blob | commitdiff | diff to current |
2008-08-24 |
Milosz Tanski |
Safer environ iteration |
blob | commitdiff | diff to current |
2008-06-17 |
Rafael Garcia-Suarez |
Rename the new macro clear_errsv() from last patch... |
blob | commitdiff | diff to current |
2008-06-17 |
Bram |
[perl #51370] length($@)>0 for empty $@ if utf8 is... |
blob | commitdiff | diff to current |
2008-04-15 |
Jerry D. Hedden |
Clean up unused 'popt' variable in perl.c |
blob | commitdiff | diff to current |
2008-04-14 |
Nicholas Clark |
No need to copy the part of PERL5OPT that we've already... |
blob | commitdiff | diff to current |
2008-04-14 |
Nicholas Clark |
Very little const-propagation remains related to Perl_m... |
blob | commitdiff | diff to current |
2008-04-13 |
Marcus Holland-Moritz |
Add two missing dVAR's. |
blob | commitdiff | diff to current |
2008-04-03 |
Nicholas Clark |
Clean up some compiler warnings spotted by smokers. |
blob | commitdiff | diff to current |
2008-03-29 |
Gerard Goossen |
do not use SVTYPEMASK to prevent cleaning of PL_fdpid... |
blob | commitdiff | diff to current |
2008-03-02 |
Robin Barker |
for -M:Foo, extended and revised |
blob | commitdiff | diff to current |
2008-02-27 |
Nicholas Clark |
Do the memory debug header fixup earlier to avoid valgr... |
blob | commitdiff | diff to current |
2008-02-26 |
Rafael Garcia-Suarez |
Chainsaw DEBUG_S out, as suggested by Vincent Pit. |
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-28 |
Robin Barker |
FW: [PATCH] RE: [PATCH] volatile, avoid clobbered |
blob | commitdiff | diff to current |
2008-01-21 |
Rafael Garcia-Suarez |
When changing the op_ppaddr of an op, one must keep... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Give G_VOID, G_SCALAR and G_ARRAY the same numeric... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Add a flag G_WANT, as a mask for the bits G_SCALAR... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Encode the G_* to OPf_WANT_* transform, the reverse... |
blob | commitdiff | diff to current |
2008-01-18 |
Nicholas Clark |
Don't create local variables validarg and fdscript... |
blob | commitdiff | diff to current |
2008-01-18 |
Nicholas Clark |
The suidscript argument to S_forbid_setid(), S_open_scr... |
blob | commitdiff | diff to current |
2008-01-18 |
Nicholas Clark |
Eliminate all PERL_UNUSED_ARG()s in S_validate_suid... |
blob | commitdiff | diff to current |
2008-01-18 |
Nicholas Clark |
Change 32997 missed one conditionally unused argument. |
blob | commitdiff | diff to current |
2008-01-18 |
Nicholas Clark |
Collect all the S_validate_suid() unused argument logic... |
blob | commitdiff | diff to current |
2008-01-18 |
Nicholas Clark |
Remove commented out declaration from S_validate_suid() |
blob | commitdiff | diff to current |
2008-01-18 |
Nicholas Clark |
Remove commented out code from S_validate_suid() |
blob | commitdiff | diff to current |
2008-01-11 |
Nicholas Clark |
__DATE__ and __TIME__ are both string literals, so... |
blob | commitdiff | diff to current |
2008-01-11 |
Nicholas Clark |
Pack the recycled pad offsets into an SV at PL_regex_pa... |
blob | commitdiff | diff to current |
2008-01-11 |
Nicholas Clark |
Remove C variables (and a parameter!) now unused since... |
blob | commitdiff | diff to current |
2008-01-11 |
Rafael Garcia-Suarez |
Remove the -P switch |
blob | commitdiff | diff to current |
2008-01-10 |
Nicholas Clark |
The correct solution is to reference count the regexp... |
blob | commitdiff | diff to current |
2008-01-10 |
Nicholas Clark |
Fix bug picked up by printf format warnings - a cast... |
blob | commitdiff | diff to current |
2008-01-09 |
Nicholas Clark |
Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if... |
blob | commitdiff | diff to current |
2008-01-08 |
Nicholas Clark |
With regexps stored as real RVs, we can eliminate SvREP... |
blob | commitdiff | diff to current |
2008-01-08 |
Nicholas Clark |
In PL_regexp_padav, store regexps via real references... |
blob | commitdiff | diff to current |
2008-01-07 |
Nicholas Clark |
Don't set the public IV or NV flags if the string conve... |
blob | commitdiff | diff to current |
2008-01-07 |
Nicholas Clark |
Save an upgrade each by first setting the NV on PL_sv_y... |
blob | commitdiff | diff to current |
2008-01-04 |
Marcus Holland-Moritz |
Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Possible future bugs found by the creation of newSVpvn_... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Add a new function newSVpvn_flags(), which takes a... |
blob | commitdiff | diff to current |
2007-12-03 |
Rafael Garcia-Suarez |
Match destruct_level type from intrpvar.h, and... |
blob | commitdiff | diff to current |
2007-11-03 |
Dave Mitchell |
make PERLSYS_TERM not require a context |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
In Perl_moreswitches(), avoid the strlen() inside sv_ca... |
blob | commitdiff | diff to current |
2007-10-16 |
Nicholas Clark |
Moving a strlen() in Perl_moreswitches() saves a strlen... |
blob | commitdiff | diff to current |
2007-10-16 |
Nicholas Clark |
Add dVAR;s to the functions created in change 31970. |
blob | commitdiff | diff to current |
2007-10-08 |
Rafael Garcia-Suarez |
Build with -Dusemymalloc was broken |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Finally! Worked out how to const Perl_moreswitches(). |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
"A" should no longer be in the list of options acceptab... |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Remove remaining C<Nullch>s and C<Nullsv>s |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
The scratch scalar used in -d processing for : and... |
blob | commitdiff | diff to current |
2007-09-25 |
Dave Mitchell |
extend PL_veto_cleanup to all platforms |
blob | commitdiff | diff to current |
2007-09-25 |
Dave Mitchell |
make PERL_SYS_INIT/INIT3/TERM into functions |
blob | commitdiff | diff to current |
2007-09-15 |
Nicholas Clark |
Move all the compile time options that affect binary... |
blob | commitdiff | diff to current |
2007-09-15 |
Nicholas Clark |
Rejig the word wrapping code for the "Compile-time... |
blob | commitdiff | diff to current |
2007-09-15 |
Nicholas Clark |
Save some C<","> in the embedded program used to genera... |
blob | commitdiff | diff to current |
2007-09-03 |
Rafael Garcia-Suarez |
Deprecate the -P switch. |
blob | commitdiff | diff to current |
2007-08-08 |
Abhijit Menon-Sen |
Revert #31690, because it can make -x eat arguments... |
blob | commitdiff | diff to current |
2007-08-08 |
Abhijit Menon-Sen |
Make '-xx' and '-x x' work the same way (see #44387). |
blob | commitdiff | diff to current |
2007-07-19 |
Dave Mitchell |
fix up some nested #ifdef indentation |
blob | commitdiff | diff to current |
2007-07-19 |
Dave Mitchell |
silence 'unused var' compiler warning |
blob | commitdiff | diff to current |
2007-06-17 |
Rafael Garcia-Suarez |
Patches to compile perl on Cray XT4 Catamount/Qk, by... |
blob | commitdiff | diff to current |
2007-06-05 |
Rafael Garcia-Suarez |
Remove support for assertions and -A |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_error_count into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-20 |
Dave Mitchell |
delete thrdvar.h and move its contents to intrpvar.h |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_rsfp_filters into the parser struct |
blob | commitdiff | diff to current |
2007-05-11 |
Dave Mitchell |
move PL_rsfp into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
move PL_lex_state into the PL_parser struct |
blob | commitdiff | diff to current |
2007-04-30 |
Brandon Black |
Re: mro status, etc |
blob | commitdiff | diff to current |
2007-04-26 |
Dave Mitchell |
eliminate "unused var" warning |
blob | commitdiff | diff to current |
2007-04-24 |
Dave Mitchell |
move PL_linestr from the interpreter struct to the... |
blob | commitdiff | diff to current |
2007-04-23 |
Dave Mitchell |
eliminate some uses of PL_linestr in perl.c |
blob | commitdiff | diff to current |
2007-04-23 |
Dave Mitchell |
inline S_init_lexer() and regen |
blob | commitdiff | diff to current |
2007-04-23 |
Dave Mitchell |
make initialisation of PL_sv_no etc unconditional |
blob | commitdiff | diff to current |
2007-04-21 |
Rafael Garcia-Suarez |
Upgrade to version-0.7203. |
blob | commitdiff | diff to current |
2007-04-19 |
Brandon Black |
Re: new C3 MRO patch |
blob | commitdiff | diff to current |
2007-04-10 |
Nicholas Clark |
Silence the g++ warnings "right-hand operand of comma... |
blob | commitdiff | diff to current |
2007-04-06 |
Gerard Goossen |
MAD do not ignore errors from 'use' |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark |
Cleanups for PERL_DEBUG_READONLY_OPS debugging code... |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark |
Add a new compile option PERL_DEBUG_READONLY_OPS which... |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell |
Eliminate the use of PL_curforce outside of toke.c |
blob | commitdiff | diff to current |
2007-03-21 |
Nicholas Clark |
Add some PERL_MEM* defines to the -V output that were... |
blob | commitdiff | diff to current |
2007-03-19 |
Rafael Garcia-Suarez |
Upgrade to version.pm 0.71, by John Peacock |
blob | commitdiff | diff to current |
2007-03-07 |
Rafael Garcia-Suarez |
Use another method to avoid the "possible interpolation... |
blob | commitdiff | diff to current |
2007-03-07 |
Rafael Garcia-Suarez |
Avoid to load the *+ and *- globs too early. |
blob | commitdiff | diff to current |
2007-03-03 |
Rafael Garcia-Suarez |
Add a volatile modifier to avoid possible cloberring... |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark |
More efficient to call newSV_type() then SvGROW() inste... |
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-02-12 |
Nicholas Clark |
Integrate: |
blob | commitdiff | diff to current |
next |