Static cleanup in pp_sort.c
[p5sagit/p5-mst-13.2.git] / pp_hot.c
2006-05-20 Dave Mitchell eval { s/$foo/die/e } leaked a scalar
2006-05-20 Dave Mitchell [perl #32332] Perl segfaults; test case available
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lester use NOOP macro
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-03-31 Andy Lester Random accumulated patches
2006-03-30 Nicholas Clark Fix bug #38815 (localising keys which are UTF-8 encoded...
2006-03-23 Jan Dubois RE: [PATCH, no, really!] Re: [perl #38779] NAN's on...
2006-03-17 Nicholas Clark sv_find() returning false, followed by sv_magic() to...
2006-03-08 Andy Lester Removed unused check and assignment in pp_hot.c
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-25 Nicholas Clark Store GvGP in the SV head union. For all the common...
2006-02-22 Jarkko Hietaniemi Turn on match string copying when /e flag is set on...
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-14 Andy Lester Sun Studio lint patches
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Rafael Garcia-Suarez Fix some compilation warnings
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas Clark Regression tests for proxy subroutine glob assignment.
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-22 Gisle Aas Remove unused variable 'stash' since change 26437.
2005-12-21 Nicholas Clark Localise the stash variable in pp_entersub().
2005-12-21 Nicholas Clark Undo my goto spaghetti from change 18340 - what we...
2005-12-21 Nicholas Clark The lref argument of sv_2cv is actually passed onwards...
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-11-22 Dave Mitchell [perl #37725] perl segfaults on reversed array reference
2005-11-22 Robin Houston Re: [PATCH] concat interacts badly with magic
2005-11-22 Rafael Garcia-Suarez Revert change #26185, which could have some unwanted...
2005-11-21 Robin Houston concat interacts badly with magic
2005-11-14 Nicholas Clark Mark all places where perl needs to look at a possibly...
2005-11-11 Andy Lester Const & local: Special Victims Unit
2005-11-06 Steve Peters Nits in the pp_defined code spotted by Jarkko.
2005-11-05 Steve Peters Kill warnings and add a panic to pp_defined() in case...
2005-11-05 Nicholas Clark dorassign doesn't need --SP;
2005-11-05 Dave Mitchell pp_print didn't extend the stack before pushing its...
2005-11-05 Steve Peters Merge pp_andassign, pp_orassign, and pp_dorassign into...
2005-11-04 Steve Peters I barely knew ya pp_dor. Merged into pp_defined from...
2005-11-02 Robin Houston sort/multicall patch
2005-10-31 Steve Hay Fixed threaded builds following change 25916
2005-10-31 Rafael Garcia-Suarez is_utf8_string_loc() is now a macro, don't use its...
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-19 Andy Lester More consting, and DRY leads to shrinking object code
2005-10-14 Steve Peters gcc complains when it sees variables declared
2005-08-23 Rick Delaney Use SvGETMAGIC more often
2005-07-20 Tassilo von Parseval lvalue-subs returning elements of tied hashes/arrays
2005-07-17 Dave Mitchell change #25129 was overzealous in delaying the call...
2005-07-15 Andy Lester more embed cleanup
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-02 Dave Mitchell missed one PAD_SET_CUR
2005-06-29 Nicholas Clark All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
2005-06-29 Nicholas Clark First stab at not automatically creating an unused...
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
2005-06-22 Steve Hay Silence yet more bcc32 compiler warnings
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-10 Nicholas Clark More SvPV consting, including some code cleanup and...
2005-06-08 Nicholas Clark More SvPV consting
2005-06-08 Nicholas Clark Nuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clark A mising cast (given that rx->subbeg is only char *)
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Nicholas Clark Lots of consting
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-06 Nicholas Clark Abstract all access to the shared hash value through...
2005-06-06 Nicholas Clark SvIsCOW_shared_hash is declared all the time, so use it.
2005-06-03 Andy Lester Random consting
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-05-27 Nicholas Clark Get the HEK once only in the hot code (class method...
2005-05-24 Andy Lester embed.fnc cleanup + SvPVX_const usage
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-10 Nicholas Clark s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-08 Nicholas Clark Perl_croak uses perl's printf, so can pass in SVs direc...
2005-04-28 Nicholas Clark Add a new macro SvPV_free() which undoes OOK and free...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-21 Andy Lester extra code in pp_concat, Take 2
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-18 Nicholas Clark SvPV_renew also calls SvLEN_set
2005-04-18 Nicholas Clark Replace Renew(SvPVX(...)...) with SvPV_renew, which...
2005-04-18 Nicholas Clark Refactor the odd-one-out code before a Renew(SvPVX...
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-11 Nicholas Clark Avoid taking a reference to SvIVX and putting that...
2005-04-10 Rafael Garcia-Suarez Fix [perl #34892] Segfault on ...
2005-04-08 Andy Lester Removing Y2K warnings
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #2
next