platform/upstream/perl.git
2012-09-20 Father Chrysostomos[perl #114764] Stop my vars with attrs from leaking
2012-09-20 Father Chrysostomosembed.fnc: Remove d flag from cv_clone_into
2012-09-20 Florian RagwitzBump the perl version to 5.17.5
2012-09-20 Florian RagwitzAdd a new perldelta
2012-09-20 Florian RagwitzAdd the 5.17.4 epigraph
2012-09-20 Florian RagwitzFix a few perldelta nits
2012-09-19 Florian RagwitzSpecify what to push in the RMG
2012-09-19 Florian RagwitzAdd 5.17.4 to perlhist
2012-09-19 Florian RagwitzUpdate Module::CoreList for v5.17.4
2012-09-19 Florian RagwitzMake a note of $Module::CoreList::TieHashDelta::VERSION
2012-09-19 Florian RagwitzQuote corelist bugtracker urls
2012-09-19 Florian RagwitzFinalise perldelta
2012-09-19 Florian RagwitzRemove an unused variable
2012-09-19 Florian RagwitzPerldelta up to 3b9aea0
2012-09-19 Steve HayAdd new warning about sleep's limitation on Windows
2012-09-19 Steve HayNote that sleep is emulated on Windows to allow alarm...
2012-09-19 Nicholas ClarkRemove MAD-only debugging code from Perl_newATTRSUB_fla...
2012-09-19 Nicholas ClarkDocument when the early return in Perl_newPROG() is...
2012-09-19 Father Chrysostomos[perl #114942] Correct scoping for ‘for my $x(){} $x’
2012-09-19 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9131
2012-09-19 Chris 'BinGOs... Sync version, erm, version in Maintainers.pl
2012-09-19 Craig A. Berry[perl #99382] 'stat' call documentation is poorly worded
2012-09-19 Father Chrysostomosembed.fnc: Clarify o comments
2012-09-19 Father Chrysostomosperlgit: bare ‘git push’ is dangerous
2012-09-18 Steve HaySquash two win32.c warnings which have crept in recently
2012-09-18 Shlomi FishAdd missing articles.
2012-09-18 Ricardo Signesmake perlhist_calculate.pl emit ready-to-use text
2012-09-18 Ricardo Signesadd Porting/perlhist_calculate.pl to RMG
2012-09-18 Ricardo Signesadd 5.16.0 sizes and filecounts to perlhist
2012-09-18 Ricardo Signesadd 5.14.0 sizes and filecounts to perlhist
2012-09-18 Ricardo Signesupdate the release schedule
2012-09-18 Steve HayMinor fixups from 001e9f8966
2012-09-18 Daniel Draganfix over/underflow issues in win32_msgwait
2012-09-18 Father Chrysostomosperldelta for ${^LAST_FH}
2012-09-18 Father Chrysostomos${^LAST_FH}
2012-09-18 Father ChrysostomosHandle xhv_super in thread cloning
2012-09-18 Father Chrysostomost/run/mad.t: Avoid %ENV assignment
2012-09-18 Father Chrysostomosg++ + mad fails t/run/mad.t
2012-09-17 Father Chrysostomosperldelta for #114924
2012-09-17 Father Chrysostomos[perl #114924] Make method calls work with ::SUPER...
2012-09-17 Father ChrysostomosRevert "Set PL_comppad_name on sub entry"
2012-09-17 Father Chrysostomospp.c:pp_clonecv: Use find_runcv to find the padname
2012-09-17 Father Chrysostomospod/perlsub.pod: Warn about possible lexsub removal
2012-09-17 Steve HayRemove duplicate paragraph from perlref.pod
2012-09-17 Karl Williamsonregexec.c: Avoid unnecessary calculation
2012-09-17 Karl Williamsonutf8.h: Add macro to test if UTF8 code point isn't...
2012-09-16 Colin KuskieRefactor t/run/noswitch.t to use test.pl instead of...
2012-09-16 Colin KuskieRefactor t/run/switchF.t to use test.pl instead of...
2012-09-16 Colin KuskieRefactor t/run/switchn.t to use test.pl instead of...
2012-09-16 Colin KuskieRefactor t/lib/1_compile.t to use test.pl instead of...
2012-09-16 Vincent PitMake cx_dump() display the correct gimme description
2012-09-16 Vincent PitFix perl with -DPERL_POISON after commit 22ade07
2012-09-16 Steffen MuellerSave one NULL assignment per TMP
2012-09-16 John PeacockBring bleadperl up to parity with CPAN for version.pm
2012-09-16 Father Chrysostomosperlδ
2012-09-16 Father Chrysostomos[Merge] [perl #113930] Lexical subs
2012-09-16 Father ChrysostomosDocument lexical subs
2012-09-16 Father ChrysostomosDisable lexsubs outside of feature.pm
2012-09-16 Father ChrysostomosAdd experimental lexical_subs feature
2012-09-16 Father Chrysostomosfeature.pm: Missing space
2012-09-16 Father ChrysostomosIncrease $feature::VERSION to 1.30
2012-09-16 Father ChrysostomosAdd experimental warnings categ and :lexical_subs warn ID
2012-09-16 Father Chrysostomosperlsub: Document state variables better
2012-09-16 Father ChrysostomosAllow lexical sub redefinition inside eval
2012-09-16 Father ChrysostomosMove my sub prototype CVs to the pad names
2012-09-16 Father ChrysostomosSet PL_comppad_name on sub entry
2012-09-16 Father Chrysostomoslexsub.t: Test state sub defined inside eval
2012-09-16 Father ChrysostomosHonour lexical prototypes
2012-09-16 Father ChrysostomosDon’t mention pkg in proto warnings for lex subs
2012-09-16 Father Chrysostomospad.c: Put unavailability warning in one spot
2012-09-16 Father ChrysostomosUse the same outside logic for mysubs and formats
2012-09-16 Father ChrysostomosFix subroutine unavailability during cloning
2012-09-16 Father Chrysostomos‘Subroutine "&x" is not available’ during compilation
2012-09-16 Father ChrysostomosIn cv_clone, use pad ID to identify mysub outside
2012-09-16 Father ChrysostomosCvOUTSIDE should be strong for lexsub declared in inner...
2012-09-16 Father ChrysostomosUse the right outside for my subs defined in inner...
2012-09-16 Father ChrysostomosFix Peek.t
2012-09-16 Father ChrysostomosPreserve outside pointers of my subs with string eval
2012-09-16 Father ChrysostomosFix up outside pointers for my subs
2012-09-16 Father Chrysostomosperly.y: Remove MYSUB
2012-09-16 Father ChrysostomosCvNAME_HEK_set
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father Chrysostomoscv_clone: panic for no pad
2012-09-16 Father Chrysostomospad.c: Let S_cv_clone clone stubs
2012-09-16 Father Chrysostomosop.c: Remove proto storage optimisation for lex subs
2012-09-16 Father ChrysostomosAdd clonecv op type
2012-09-16 Father ChrysostomosAdd introcv op type
2012-09-16 Father ChrysostomosLet state sub fwd decls and nested subs work in anons
2012-09-16 Father ChrysostomosAdd proto magic type
2012-09-16 Father ChrysostomosFirst stab at my sub
2012-09-16 Father Chrysostomosop.c:newMYSUB: Pop scope after creating sub
2012-09-16 Father Chrysostomosdump.c: Dump CvNAME_HEK
2012-09-16 Father ChrysostomosRemove & from redef warnings for lex subs
2012-09-16 Father Chrysostomoslexsub.t: Fix another test
2012-09-16 Father ChrysostomosClone state subs in anon subs
2012-09-16 Father Chrysostomosperldiag: closure referents → closure references
2012-09-16 Father ChrysostomosDon’t say ‘variable &foo’ in warnings
2012-09-16 Father Chrysostomoslexsub.t: Fix some tests
2012-09-16 Father ChrysostomosMake pad_fixup_inner_anons cope with closed-over subs
2012-09-16 Father Chrysostomos‘Undefined subroutine &foo called’ for lex subs
next