This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync synopses
[perl5.git] / pp_ctl.c
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.
2003-04-01 Rafael Garcia-SuarezFix bug #21742. require should be always invoked in
2003-03-26 Dave Mitchell[PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
2003-03-18 Dave Mitchell[perl #9990] avoid goto &tmpsub coredump
2003-03-04 Rafael Garcia-SuarezPatch by Salvador FandiƱo to read the warning mask
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-03-02 Jarkko HietaniemiFurther Unicode formats patching from Inaba Hiroto.
2003-02-26 Inaba HirotoRe: [PATCH] Re: format, PerlIO and utf8
2003-02-25 Adrian M. Enache[perl #20684] [fix] s/// with (??{..}) inside returns...
2003-02-24 Jarkko HietaniemiPatching magic from Inaba-san's keyboard: fix for ...
2003-02-16 Nicholas ClarkCOW regexps:
2003-02-14 Adrian M. EnacheRe: trying to fix #20154, #20357
2003-02-10 Adrian M. EnacheRe: [perl #20777] [PATCH] goto &subroutine leaks memory
2003-02-02 Rafael Garcia-Suarez[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2003-01-27 Dave MitchellIntroduce the PUSHSUB_DB macro, equivalent to PUSHSUB...
2003-01-26 Dave MitchellOPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
2003-01-26 Adrian M. EnacheRe: [perl #20408] SV's SvPVX get freed even when its...
2003-01-21 Dave Mitchellsilence warning
2003-01-08 Nicholas Clarklabel code in pp_ctl.c
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2003-01-03 Stephen McCamantRe: [perl #19061] 'goto' confuses 'redo'
2002-12-16 Dave MitchellRe: [perl #19017] lexical "my" variables not visible...
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-08 Slaven RezicRe: [perl #18165] "0" fails as right-hand argument...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-25 Slaven RezicRe: [perl #18479] Error when no strict refs in effect
next