This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove repeated C<n_a>s
[perl5.git] / pp_ctl.c
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
2004-02-23 Rafael Garcia-SuarezFix bug #26910: hints were not propagated into (?{...
2004-02-08 Rafael Garcia-Suarezmap and grep weren't working correctly with lexical...
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-01-20 Dave Mitchellsecond attempt to fix [perl #24914] freeing a CV refere...
2004-01-16 LAUN Wolfgangformat/write (version 2)
2003-12-30 Dave MitchellRe: [perl #24774] eval + format - \n = pp_ctl.c assertion
2003-12-27 Rafael Garcia-SuarezFix bug [perl #24735] : make sure that the range (...
2003-12-26 Rafael Garcia-SuarezRefactor the code that checks whether a range is numeric
2003-12-08 Adrian M. Enacheyet another leak. bigger fish still swimming around.
2003-11-06 Rick DelaneyRe: [perl #24248] taint propagation regression,
2003-10-08 Gisle AasRe: Simple @INC hook core dump [PATCH]
2003-10-06 Rick Delaney(was Re: require() does not behave aas documented)
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-09-21 Dave MitchellRe: [perl #23576] valgrind errors for /(?{})/ in t...
2003-09-07 Tassilo von Parsevalhonoring void context for map()
2003-08-26 Dave Mitchellimproved 19064 (local $_[0] problems)
2003-08-21 Jarkko HietaniemiRetract #19064, broke mod_perl flushing (localisation...
2003-08-09 Dave Mitchelladd "$lexical not available" warning in C<for my $lex ()>
2003-07-21 Rafael Garcia-Suarez[PATCH] Re: Perl formats do not work with tied values
2003-07-06 Radu GreabDProf fixes
2003-07-02 James Jurachline numbers are given % 64k
2003-06-25 Rafael Garcia-SuarezFix [perl #21742] :
2003-06-19 Steve GrazziniRe: [perl #17934] tied STDERR and internal warnings
2003-06-16 Marcus Holland-MoritzRevert change #19126, a poor attempt at fixing bug...
2003-06-16 Steve Grazziniunnecessary stringification in eval/die
2003-05-26 Dave MitchellRe: [perl #22299] goto doesn't find label
2003-05-21 Rafael Garcia-SuarezIntroduce a new preprocessor symbol, PERL_DISABLE_PMC, to
2003-05-11 Dave Mitchell[perl #7391] Perl crashes with certain write() formats.
2003-04-26 Artur BergmanFix bug #15161 by increasing the refcount on the RE...
2003-04-20 Dave Mitchellgoto &sub doesn't empty @_
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
next