This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
MM->{ldflags} may not be defined and wouldn't help us locate
[perl5.git] / pp_ctl.c
2007-03-05 Nicholas ClarkAs SvUPGRADE() is a macro wrapping a call to sv_upgrade...
2007-03-03 Rafael Garcia-SuarezMake use VERSION also load feature.pm
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-08 Rick DelaneyRe: Change 29193 is a regression
2007-02-03 Nicholas ClarkPurge all references to 5005 threads variables in the...
2007-02-02 Nicholas ClarkA few more places where we know the length for sv_setpv...
2007-01-22 Nicholas ClarkRemove duplicate assignment to PL_eval_root in Perl_cre...
2007-01-09 Yves OrtonLet the regex parser decide if we have a special patter...
2007-01-08 Rafael Garcia-SuarezTurn taint warnings (-t) into severe warnings, so they're
2007-01-05 Rafael Garcia-SuarezFix the interaction of -w and -t when provided on the...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2006-12-31 Nicholas ClarkRationalise the logic in lex_start for creating a new...
2006-12-18 Rick DelaneyRe: [perl #41071] require stringifies code references...
2006-12-01 Nicholas ClarkMake get_db_sub non-static, and call it from pp_goto...
2006-11-12 Nicholas ClarkLooks like I didn't actually test the COW conditional...
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-11-03 Rafael Garcia-SuarezWhen code is loaded through an @INC-hook, and when...
2006-11-02 Dave Mitchelleval $undef should emit one warning, not three.
2006-10-20 Rafael Garcia-SuarezSilence some warnings
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-17 Nicholas ClarkStore a pointer to the op in struct block_loop, rather...
2006-09-16 Nicholas ClarkRevert changes 28772, 28773, 28774 as they won't gain...
2006-09-06 Steve Haycxtype is a U16, not a U32 (Stops VC++ complaining)
2006-09-01 Nicholas ClarkAccess to cx->blk_sub.lval via macros (as it's about...
2006-09-01 Nicholas ClarkAccess cx->blk_sub.hasargs via a pair of macros (as...
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-10 Steve PetersChange existing uses of strlcpy()/strlcat() to use...
2006-06-04 Rafael Garcia-SuarezThe smart match table was duplicated in source code...
2006-05-29 Dave Mitchellmake require report too many open files error
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Dave Mitchelleval { s/$foo/die/e } leaked a scalar
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-05-20 Dave Mitchell[perl #32332] Perl segfaults; test case available
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-10 Nicholas Clarkno 5.9.4; should fail in version 5.9.4.
2006-05-02 Andy LesterSome more SvREFCNT_inc updates
2006-05-01 Steve PetersReverting context removal from change #27992. This...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Andy LesterRemoving another context parm
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Nicholas ClarkCoverity has started to notice another inconsistency...
2006-04-25 Andy Lesteruse NOOP macro
2006-04-17 Andy Lesterpp_ctl.c caching
2006-04-16 Dave Mitchellstop PL_op and PL_curpad referring to different pads...
2006-04-16 Nicholas ClarkA scalar reference returned from a coderef in @INC...
2006-04-15 Nicholas ClarkI believe that it makes little sense for the simple...
2006-04-15 Nicholas ClarkFix a bug - the introduction of the caching code means...
2006-04-15 Nicholas ClarkAugment the user filter caching code so that if the...
2006-04-15 Nicholas ClarkIf the downstream caller wants block mode, and we're...
2006-04-15 Nicholas ClarkEliminate the filter_child_proc hack from pp_require.
2006-04-15 Nicholas ClarkAdd more tests for the builtin source filter implementa...
2006-04-14 Nicholas ClarkChange SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-14 Nicholas ClarkReplace explict "/dev/null" with BIT_BUCKET, which...
2006-04-13 Steve HayRe: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-11 Nicholas ClarkFirst stab at using the pad to store the serialised...
2006-04-02 Nicholas ClarkChange 27677 missed two direct accesses to op_private...
2006-04-02 Nicholas ClarkAbstract all reads/writes of the hints in COPs with...
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas ClarkPropagate cop_hints inside string evals. For the unthre...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-29 Jarkko Hietaniemire-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-27 Nicholas ClarkMerge the cut & paste code from Perl_call_sv/Perl_fold_...
2006-03-17 Nicholas Clarksv_find() returning false, followed by sv_magic() to...
2006-03-16 Gisle Aasrequire should ignore directories found when searching...
2006-03-12 Rafael Garcia-SuarezLoad .pmc always, even if they are older than a matchin...
2006-03-08 Nicholas ClarkFurther MAD changes.
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lesterunused context warnings
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-20 Nicholas ClarkRemove the last (U16) cast for CV depths, missed by...
2006-02-14 Andy LesterSun Studio lint patches
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-06 Andy LesterCleaning up shadowed variables
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-21 Marcus Holland-MoritzRemove wrong cast to (void *), which fixes a gcc warnin...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-17 Rafael Garcia-SuarezThe current OP that is tested in doeval() can be a...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Nicholas ClarkThe two never used NOTYET switch ops can go.
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-27 Nicholas ClarkRefactor the require failure message generation to...
2005-12-23 Nicholas ClarkFor the rare case of EMFILE during require, save object...
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-20 Rafael Garcia-SuarezUse PTR2IV instead of casting directly
next