Silence a load of "value computed is not used" warnings
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
2007-09-21 Rafael Garcia-Suarez Silence a load of "value computed is not used" warnings
2007-09-01 Rafael Garcia-Suarez Re: INC handlers and shutdown-time warnings
2007-08-28 Robin Barker From: "Robin Barker" <Robin.Barker@npl.co.uk>
2007-08-22 John E. Malmberg [patch@31735] Module-load/require fixes for VMS
2007-07-11 Steve Hay Use Perl_croak() rather than DIE() in S_doeval() becaus...
2007-07-10 Dave Mitchell Fix assertion failure on failed magic eval - eg FETCH...
2007-05-21 Dave Mitchell move PL_error_count into the PL_parser struct
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchell move PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchell move PL_lex_state into the PL_parser struct
2007-04-24 Dave Mitchell move PL_linestr from the interpreter struct to the...
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-22 Nicholas Clark Fix problems caused by downsizing in change 31017....
2007-04-21 Nicholas Clark Where possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-12 Nicholas Clark PL_madskills is a bool, so save it as one (else Solaris...
2007-04-06 Nicholas Clark Merge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-05 Nicholas Clark S_op_destroy() was not static. Also tidy all other...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-26 Nicholas Clark In struct regexp replace the two arrays of I32s accesse...
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-03-05 Nicholas Clark As SvUPGRADE() is a macro wrapping a call to sv_upgrade...
2007-03-03 Rafael Garcia-Suarez Make use VERSION also load feature.pm
2007-02-18 Nicholas Clark Add a new API function newSV_type, to replace the idiom:
2007-02-08 Rick Delaney Re: Change 29193 is a regression
2007-02-03 Nicholas Clark Purge all references to 5005 threads variables in the...
2007-02-02 Nicholas Clark A few more places where we know the length for sv_setpv...
2007-01-22 Nicholas Clark Remove duplicate assignment to PL_eval_root in Perl_cre...
2007-01-09 Yves Orton Let the regex parser decide if we have a special patter...
2007-01-08 Rafael Garcia-Suarez Turn taint warnings (-t) into severe warnings, so they're
2007-01-05 Rafael Garcia-Suarez Fix the interaction of -w and -t when provided on the...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .c files
2007-01-04 Marcus Holland-Moritz 4th patch from:
2006-12-31 Nicholas Clark Rationalise the logic in lex_start for creating a new...
2006-12-18 Rick Delaney Re: [perl #41071] require stringifies code references...
2006-12-01 Nicholas Clark Make get_db_sub non-static, and call it from pp_goto...
2006-11-12 Nicholas Clark Looks like I didn't actually test the COW conditional...
2006-11-06 Nicholas Clark assert() that SvPV_set() isn't used on arrays.
2006-11-03 Rafael Garcia-Suarez When code is loaded through an @INC-hook, and when...
2006-11-02 Dave Mitchell eval $undef should emit one warning, not three.
2006-10-20 Rafael Garcia-Suarez Silence some warnings
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-17 Nicholas Clark Store a pointer to the op in struct block_loop, rather...
2006-09-16 Nicholas Clark Revert changes 28772, 28773, 28774 as they won't gain...
2006-09-06 Steve Hay cxtype is a U16, not a U32 (Stops VC++ complaining)
2006-09-01 Nicholas Clark Access to cx->blk_sub.lval via macros (as it's about...
2006-09-01 Nicholas Clark Access cx->blk_sub.hasargs via a pair of macros (as...
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-07-10 Steve Peters Change existing uses of strlcpy()/strlcat() to use...
2006-06-04 Rafael Garcia-Suarez The smart match table was duplicated in source code...
2006-05-29 Dave Mitchell make require report too many open files error
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Dave Mitchell eval { s/$foo/die/e } leaked a scalar
2006-05-20 Nicholas Clark Rename cop_hints to cop_hints_hash
2006-05-20 Dave Mitchell [perl #32332] Perl segfaults; test case available
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-10 Nicholas Clark no 5.9.4; should fail in version 5.9.4.
2006-05-02 Andy Lester Some more SvREFCNT_inc updates
2006-05-01 Steve Peters Reverting context removal from change #27992. This...
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Andy Lester Removing another context parm
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Nicholas Clark Coverity has started to notice another inconsistency...
2006-04-25 Andy Lester use NOOP macro
2006-04-17 Andy Lester pp_ctl.c caching
2006-04-16 Dave Mitchell stop PL_op and PL_curpad referring to different pads...
2006-04-16 Nicholas Clark A scalar reference returned from a coderef in @INC...
2006-04-15 Nicholas Clark I believe that it makes little sense for the simple...
2006-04-15 Nicholas Clark Fix a bug - the introduction of the caching code means...
2006-04-15 Nicholas Clark Augment the user filter caching code so that if the...
2006-04-15 Nicholas Clark If the downstream caller wants block mode, and we're...
2006-04-15 Nicholas Clark Eliminate the filter_child_proc hack from pp_require.
2006-04-15 Nicholas Clark Add more tests for the builtin source filter implementa...
2006-04-14 Nicholas Clark Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-14 Nicholas Clark Replace explict "/dev/null" with BIT_BUCKET, which...
2006-04-13 Steve Hay Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-12 Nicholas Clark Change cop_warnings from an SV holding the warnings...
2006-04-11 Nicholas Clark First stab at using the pad to store the serialised...
2006-04-02 Nicholas Clark Change 27677 missed two direct accesses to op_private...
2006-04-02 Nicholas Clark Abstract all reads/writes of the hints in COPs with...
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas Clark Propagate cop_hints inside string evals. For the unthre...
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-31 Andy Lester Random accumulated patches
2006-03-29 Jarkko Hietaniemi re-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-27 Nicholas Clark Merge the cut ...
2006-03-17 Nicholas Clark sv_find() returning false, followed by sv_magic() to...
2006-03-16 Gisle Aas require should ignore directories found when searching...
2006-03-12 Rafael Garcia-Suarez Load .pmc always, even if they are older than a matchin...
2006-03-08 Nicholas Clark Further MAD changes.
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lester unused context warnings
2006-02-21 Nicholas Clark Goodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas Clark Add a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-20 Nicholas Clark Remove the last (U16) cast for CV depths, missed by...
2006-02-14 Andy Lester Sun Studio lint patches
next