This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disable constant folding of sprintf
[perl5.git] / pp_hot.c
2005-11-22 Dave Mitchell[perl #37725] perl segfaults on reversed array reference
2005-11-22 Robin HoustonRe: [PATCH] concat interacts badly with magic
2005-11-22 Rafael Garcia-SuarezRevert change #26185, which could have some unwanted...
2005-11-21 Robin Houstonconcat interacts badly with magic
2005-11-14 Nicholas ClarkMark all places where perl needs to look at a possibly...
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-06 Steve PetersNits in the pp_defined code spotted by Jarkko.
2005-11-05 Steve PetersKill warnings and add a panic to pp_defined() in case...
2005-11-05 Nicholas Clarkdorassign doesn't need --SP;
2005-11-05 Dave Mitchellpp_print didn't extend the stack before pushing its...
2005-11-05 Steve PetersMerge pp_andassign, pp_orassign, and pp_dorassign into...
2005-11-04 Steve PetersI barely knew ya pp_dor. Merged into pp_defined from...
2005-11-02 Robin Houstonsort/multicall patch
2005-10-31 Steve HayFixed threaded builds following change 25916
2005-10-31 Rafael Garcia-Suarezis_utf8_string_loc() is now a macro, don't use its...
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-19 Andy LesterMore consting, and DRY leads to shrinking object code
2005-10-14 Steve Petersgcc complains when it sees variables declared
2005-08-23 Rick DelaneyUse SvGETMAGIC more often
2005-07-20 Tassilo von Parsevallvalue-subs returning elements of tied hashes/arrays
2005-07-17 Dave Mitchellchange #25129 was overzealous in delaying the call...
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-02 Dave Mitchellmissed one PAD_SET_CUR
2005-06-29 Nicholas ClarkAll tests pass (for me) with -DPERL_DONT_CREATE_GVSV
2005-06-29 Nicholas ClarkFirst stab at not automatically creating an unused...
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-22 Steve HaySilence yet more bcc32 compiler warnings
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMore SvPV consting, including some code cleanup and...
2005-06-08 Nicholas ClarkMore SvPV consting
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas ClarkA mising cast (given that rx->subbeg is only char *)
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-06 Nicholas ClarkAbstract all access to the shared hash value through...
2005-06-06 Nicholas ClarkSvIsCOW_shared_hash is declared all the time, so use it.
2005-06-03 Andy LesterRandom consting
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-27 Nicholas ClarkGet the HEK once only in the hot code (class method...
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-08 Nicholas ClarkPerl_croak uses perl's printf, so can pass in SVs direc...
2005-04-28 Nicholas ClarkAdd a new macro SvPV_free() which undoes OOK and free...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-21 Andy Lesterextra code in pp_concat, Take 2
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Nicholas ClarkSvPV_renew also calls SvLEN_set
2005-04-18 Nicholas ClarkReplace Renew(SvPVX(...)...) with SvPV_renew, which...
2005-04-18 Nicholas ClarkRefactor the odd-one-out code before a Renew(SvPVX...
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-11 Nicholas ClarkAvoid taking a reference to SvIVX and putting that...
2005-04-10 Rafael Garcia-SuarezFix [perl #34892] Segfault on &DB::sub declared but...
2005-04-08 Andy LesterRemoving Y2K warnings
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-03-24 Andy LesterThird consting batch
2005-03-18 Andy LesterMore const parms
2005-03-11 Andy Lesterpad_push numero three-o
2005-01-14 Nicholas ClarkCorrect the editor block to match the perl 5 policy...
2005-01-13 Nicholas Clarkreplace NEWSV(), SvSetSV() with newSVsv()
2005-01-13 Nicholas ClarkUpdate copyright years. Add an editor block while passi...
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2004-11-04 Rick Delaney[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
2004-09-08 Marcus Holland-MoritzSvO?OK_off()'s return value
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-23 Dave Mitchellremove the return stack PL_retstack, and store return...
2004-07-14 Nicholas Clark"That's the way to do it"
2004-07-14 Nicholas ClarkOptimise foreach my $i (reverse ...)
2004-07-14 Nicholas ClarkNumeric comparison operators mustn't compare addresses...
2004-06-08 Dave Mitchell[perl #30061] double DESTROY in for loop
2004-06-08 Jarkko HietaniemiRe: [PATCH] Re: Lack of error for large string on Solaris
2004-05-30 Shinya HayakawaRe: my $x->{foo} doesn't work
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-03-23 Hugo van der SandenFix bug [perl #27839] returning @+ out of scope loses...
2004-03-18 Marcus Holland-Moritzrange operator warnings / 64-bit fix
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-23 SADAHIRO TomoyukiRe: [perl #26905] "use bytes" doesn't apply byte semant...
2004-02-22 Dave MitchellExtend OP_AELEMFAST optimisation to lexical arrays
2004-02-17 Dave Mitchell22316 had stupid precedence thinkos
2004-02-17 Dave MitchellSlight update to #22315 ($lval=*FOO); optimise the...
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2004-02-08 Rafael Garcia-Suarezmap and grep weren't working correctly with lexical...
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-01-29 Hugo van der SandenRe: [perl #25269] panic: pp_match start/end pointers...
2004-01-20 Dave Mitchellsecond attempt to fix [perl #24914] freeing a CV refere...
2003-12-06 Rafael Garcia-SuarezMissing thingies.
2003-12-06 Tassilo von ParsevalSCALAR/FIRSTKEY for tied hashes in scalar context
2003-11-29 Nicholas ClarkSilence gcc 2.95 warning
2003-11-25 Torsten FoertschRe: bug or a feature?
2003-11-13 Rafael Garcia-SuarezFix bug [perl #24380] : assigning to a hash in list
next