This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv_utf8_upgrade declares itself to be a mathom, so off it goes.
[perl5.git] / pp_ctl.c
2005-10-19 Andy LesterMore consting, and DRY leads to shrinking object code
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-10-05 Andy LesterRe: [PATCH] Random constings and printf cleanup
2005-10-02 Steve PetersIf a 'use' or 'require' fails due to too many open...
2005-09-27 Rafael Garcia-SuarezTest for OPpCONST_NOVER only on OP_CONST ops.
2005-09-20 Salvador FandiñoPATCH for #37138: using XSUB as DB::DB causes perl...
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-08-23 Rick DelaneyUse SvGETMAGIC more often
2005-08-22 Rick DelaneyRe: [perl #36959] List Constructor Operator - Undefined...
2005-08-07 Jarkko Hietaniemiundup
2005-08-01 Rafael Garcia-SuarezVarious patches by John E. Malmberg to fix data
2005-07-29 Andy LesterMore embed.fnc goodness
2005-07-24 Craig A. Berryblead help for VMS
2005-07-18 Dave Mitchellperl -Dstv -e'... for min..max' displayed wrong stack...
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-07 Dave Mitchell[perl #34171] bytes pragma error in substitution operator
2005-07-01 Dave Mitchellthe PAD_SET_CUR macro expanded too much for AIX compilers
2005-07-01 Dave Mitchellsilence a warning in Perl_sv_compile_2op
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-23 Nicholas ClarkAdd a define PERL_POISON which tries to trip up anythin...
2005-06-23 Steve HaySilence bcc32 compiler warnings following change 24945
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-22 Steve HaySilence yet more bcc32 compiler warnings
2005-06-20 Andy LesterMore random cleanups
2005-06-13 John PeacockBring bleadperl up to version.pm
2005-06-10 Nicholas ClarkMore SvPV consting, including some code cleanup and...
2005-06-08 Nicholas Clarkconst-ize pp_formline
2005-06-08 Nicholas ClarkAllow a null length pointer to sv_pvn_force_flags.
2005-06-08 Nicholas Clarkn_a no more
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-08 Nicholas ClarkConvert POPpx POPpconstx and POPpbytex to use nolen...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore consting of SvPV
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Andy LesterRandom cleanups #47
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-03 Andy LesterRandom consting
2005-05-30 Dave Mitchelladd pointer to email explaining why eval {goto &foo...
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Dave Mitchell[perl #35878] goto &xsub that croaks corrupts memory
2005-05-21 Dave Mitchellstop goto &foo wasting stack space
2005-05-21 Dave Mitchelldisallow eval { goto &foo }
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
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-09 Andy Lesterattributes-two.patch, the next batch
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2005-05-04 Dave Mitchell[perl #35214] SEGV when next is followed by a goto
2005-05-02 Dave MitchellBetter fix for #8738 (Core dump in 'leavetry')
2005-05-02 Dave MitchellRevert change #15705 (Core dump in 'leavetry')
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-20 glasser@tang-eleve... [perl #35059] [PATCH] caller() skips frames (such as...
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-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-03-29 Andy LesterThe core part of :
2005-03-21 Andy LesterMore consting goodness
2005-03-18 Andy LesterMore const parms
2005-03-14 Andy LesterAdding const qualifiers
2005-03-11 Andy Lesterpad_push numero three-o
2005-01-24 Rafael Garcia-SuarezRevert change 23843.
2005-01-21 Rick DelaneyRe: [perl #31924] %INC caching failure-case problem
2005-01-19 Robin BarkerFurther follow-up to 23767
2005-01-14 Nicholas ClarkCorrect the editor block to match the perl 5 policy...
2005-01-13 Nicholas ClarkUpdate copyright years. Add an editor block while passi...
2005-01-10 Marcus Holland-MoritzRemove PERL_FLEXIBLE_EXCEPTIONS code.
2004-10-23 Dave Mitchell[perl #32039] Chained goto &sub drops data too early.
2004-10-10 Dave MitchellTurn regcomp into a list op
2004-09-08 Marcus Holland-MoritzSvO?OK_off()'s return value
2004-09-01 Dave Mitchelldelete spurious blank lines added by change 23251
2004-09-01 Dave Mitchell[perl #31111] Random made scripts crashing perl
2004-08-14 Dave Mitchellmake pp_goto() cope potential stack reallocation in...
2004-08-04 John PeacockFinal version object core patch?
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-15 Nicholas Clarkfor (reverse @foo) now iterates in reverse in place.
2004-07-14 Nicholas ClarkOptimise foreach my $i (reverse ...)
2004-07-09 Jarkko HietaniemiRe: Segfault using HTML::Entities
2004-06-02 Rafael Garcia-SuarezDetypo.
2004-05-30 Dave Mitchell[perl #29708] Problem with autouse (causing Perl to...
2004-04-05 Marcus Holland-MoritzC<undef> doesn't look like a number. See also:
2004-03-18 Marcus Holland-Moritzrange operator warnings / 64-bit fix
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-09 Marcus Holland-MoritzRevert change #22472, but keep the new tests.
2004-03-09 Marcus Holland-MoritzRe: undef and the range operator
2004-03-07 Marcus Holland-Moritzundef and the range operator
2004-03-05 Marcus Holland-MoritzRe: Strange segfault
2004-03-05 Dave Mitchellsilence some compiler warnings
2004-03-04 Dave Mitchell[perl #27206] Memory leak in continue loop
2004-02-24 Dave Mitchell[perl #26959] fix memory leak in @_ = ...; goto &sub
2004-02-24 Tassilo von Parsevaloptimization for map in scalar context
next