This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2012-09-16 Father Chrysostomosop.c:newMYSUB: inline var used only once
2012-09-16 Father ChrysostomosLexical stubs should not AUTOLOAD
2012-09-16 Father ChrysostomosAllow CVs to point to HEKs rather than GVs
2012-09-16 Father ChrysostomosImplement padcv
2012-09-16 Father ChrysostomosTest state subs
2012-09-16 Father ChrysostomosLook up state subs in the pad
2012-09-16 Father Chrysostomosop.c:newMYSUB: disable stub optimisation
2012-09-16 Father ChrysostomosStore state subs in the pad
2012-09-16 Father Chrysostomoslexsub.t: Add test name, test override from another pkg
2012-09-16 Father ChrysostomosLet barewords look up our subs
2012-09-16 Father Chrysostomostoke.c:yylex:KEY_sub can use PL_tokenbuf to begin with
2012-09-16 Father ChrysostomosMake ‘sub foo{}’ respect ‘our foo’
2012-09-16 Father ChrysostomosFix our sub with proto
2012-09-16 Father ChrysostomosMake do sub() respect our declarations
2012-09-16 Father Chrysostomoslexsub.t: Fix a test
2012-09-16 Father ChrysostomosUse test.pl in lexsub.t
2012-09-16 Father ChrysostomosMake &foo respect our sub
2012-09-16 Father ChrysostomosAllocate ‘our sub’ in the pad
2012-09-16 Father ChrysostomosAdd padcv to Opcode.pm
2012-09-16 Father Chrysostomospadcv op type
2012-09-16 Father ChrysostomosDon’t allow name after our/state sub
2012-09-15 Karl WilliamsonPATCH: [perl #82954] Make "Can't do {n,m} with n >...
2012-09-15 Chris 'BinGOs... Update Sys-Syslog to CPAN version 0.32
2012-09-15 Father ChrysostomosFix build under C++
2012-09-15 Father Chrysostomos[perl #114888] Localise PL_comppad_name in cv_clone
2012-09-15 Father ChrysostomosMake SUPER::method respect method changes in moved pkg
2012-09-15 Father ChrysostomosMake SUPER::method calls work in moved stashes
next