sort/multicall patch
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
2005-11-02 Robin Houston sort/multicall patch
2005-10-31 Nicholas Clark All the ops that are simply C<return some_other_op...
2005-10-30 Nicholas Clark Functions that die aren't exactly well used code.
2005-10-19 Andy Lester More consting, and DRY leads to shrinking object code
2005-10-17 Jarkko Hietaniemi another Symbian update: Alan's fault :-)
2005-10-05 Andy Lester Re: [PATCH] Random constings and printf cleanup
2005-10-02 Steve Peters If a 'use' or 'require' fails due to too many open...
2005-09-27 Rafael Garcia-Suarez Test for OPpCONST_NOVER only on OP_CONST ops.
2005-09-20 Salvador Fandiño PATCH for #37138: using XSUB as DB::DB causes perl...
2005-09-01 Rafael Garcia-Suarez Add the "no 6" / "no v6" syntax.
2005-08-23 Rick Delaney Use SvGETMAGIC more often
2005-08-22 Rick Delaney Re: [perl #36959] List Constructor Operator - Undefined...
2005-08-07 Jarkko Hietaniemi undup
2005-08-01 Rafael Garcia-Suarez Various patches by John E. Malmberg to fix data
2005-07-29 Andy Lester More embed.fnc goodness
2005-07-24 Craig A. Berry blead help for VMS
2005-07-18 Dave Mitchell perl -Dstv -e'... for min..max' displayed wrong stack...
2005-07-15 Andy Lester more embed cleanup
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-07 Dave Mitchell [perl #34171] bytes pragma error in substitution operator
2005-07-01 Dave Mitchell the PAD_SET_CUR macro expanded too much for AIX compilers
2005-07-01 Dave Mitchell silence a warning in Perl_sv_compile_2op
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
2005-06-23 Andy Lester Pre-YAPC consting fun
2005-06-23 Nicholas Clark Add a define PERL_POISON which tries to trip up anythin...
2005-06-23 Steve Hay Silence bcc32 compiler warnings following change 24945
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-22 Steve Hay Silence yet more bcc32 compiler warnings
2005-06-20 Andy Lester More random cleanups
2005-06-13 John Peacock Bring bleadperl up to version.pm
2005-06-10 Nicholas Clark More SvPV consting, including some code cleanup and...
2005-06-08 Nicholas Clark const-ize pp_formline
2005-06-08 Nicholas Clark Allow a null length pointer to sv_pvn_force_flags.
2005-06-08 Nicholas Clark n_a no more
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-08 Nicholas Clark Convert POPpx POPpconstx and POPpbytex to use nolen...
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More consting of SvPV
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Andy Lester Random cleanups #47
2005-06-07 Nicholas Clark Lots of consting
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-03 Andy Lester Random consting
2005-05-30 Dave Mitchell add pointer to email explaining why eval {goto ...
2005-05-24 Andy Lester embed.fnc cleanup + SvPVX_const usage
2005-05-21 Dave Mitchell [perl #35878] goto &xsub that croaks corrupts memory
2005-05-21 Dave Mitchell stop goto &foo wasting stack space
2005-05-21 Dave Mitchell disallow eval { goto &foo }
2005-05-21 Steve Peters SvPVX_const - patch #2
2005-05-20 Nicholas Clark Goodbye AvFLAGS
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-09 Andy Lester attributes-two.patch, the next batch
2005-05-07 Dave Mitchell while (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 Mitchell Better fix for #8738 (Core dump in 'leavetry')
2005-05-02 Dave Mitchell Revert change #15705 (Core dump in 'leavetry')
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-20 glasser@tang-eleve... [perl #35059] [PATCH] caller() skips frames (such as...
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-08 Steve Peters Refactoring to Sv*_set() macros - patch #2
2005-03-29 Andy Lester The core part of :
2005-03-21 Andy Lester More consting goodness
2005-03-18 Andy Lester More const parms
2005-03-14 Andy Lester Adding const qualifiers
2005-03-11 Andy Lester pad_push numero three-o
2005-01-24 Rafael Garcia-Suarez Revert change 23843.
2005-01-21 Rick Delaney Re: [perl #31924] %INC caching failure-case problem
2005-01-19 Robin Barker Further follow-up to 23767
2005-01-14 Nicholas Clark Correct the editor block to match the perl 5 policy...
2005-01-13 Nicholas Clark Update copyright years. Add an editor block while passi...
2005-01-10 Marcus Holland-Moritz Remove PERL_FLEXIBLE_EXCEPTIONS code.
2004-10-23 Dave Mitchell [perl #32039] Chained goto &sub drops data too early.
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-09-08 Marcus Holland-Moritz SvO?OK_off()'s return value
2004-09-01 Dave Mitchell delete spurious blank lines added by change 23251
2004-09-01 Dave Mitchell [perl #31111] Random made scripts crashing perl
2004-08-14 Dave Mitchell make pp_goto() cope potential stack reallocation in...
2004-08-04 John Peacock Final version object core patch?
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-23 Dave Mitchell remove the return stack PL_retstack, and store return...
2004-07-15 Nicholas Clark for (reverse @foo) now iterates in reverse in place.
2004-07-14 Nicholas Clark Optimise foreach my $i (reverse ...)
2004-07-09 Jarkko Hietaniemi Re: Segfault using HTML::Entities
2004-06-02 Rafael Garcia-Suarez Detypo.
2004-05-30 Dave Mitchell [perl #29708] Problem with autouse (causing Perl to...
2004-04-05 Marcus Holland-Moritz C<undef> doesn't look like a number. See also:
2004-03-18 Marcus Holland-Moritz range operator warnings / 64-bit fix
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-03-09 Marcus Holland-Moritz Revert change #22472, but keep the new tests.
2004-03-09 Marcus Holland-Moritz Re: undef and the range operator
2004-03-07 Marcus Holland-Moritz undef and the range operator
2004-03-05 Marcus Holland-Moritz Re: Strange segfault
2004-03-05 Dave Mitchell silence some compiler warnings
next