This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-09-18 Father ChrysostomosRemove GVf_IN_PAD
2014-09-18 Father ChrysostomosOnly #define IS_(PADGV|CONST) if !PERL_CORE
2014-09-18 Father Chrysostomospad.c: Stop turning on GvIN_PAD
2014-09-18 Father ChrysostomosRemove !IS_PADGV assertions
2014-09-18 Father ChrysostomosChange IS_PADGV to isGV in op.c:newPADOP
2014-09-18 Father Chrysostomospad.c:padlist_clone: Don’t bother with IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_push: Don’t bother with IS_PADGV
2014-09-18 Father Chrysostomospad.c:cv_clone_pad: Don’t bother with IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_tidy: Remove IS_PADCONST and another IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_tidy: Remove redundant IS_PADGV
2014-09-18 Father Chrysostomospad.c:pad_alloc: Remove redundant IS_PADGV
2014-09-18 Karl Williamsonregcomp.c: White-space only
2014-09-18 Karl Williamsonperlop: Nits
2014-09-18 Karl Williamsonbisect-runner.pl: Correct pod misspelling
2014-09-18 Jarkko HietaniemiPOSIX pod tweaks.
2014-09-17 Steve Hayperldelta - Fix a typo and remove a trailing space
2014-09-17 Jarkko HietaniemiUse more NAN_COMPARE_BROKEN.
2014-09-17 Jarkko HietaniemiIf numtype is inf/nan, don't bother with Atof.
2014-09-17 Jarkko HietaniemiIf numtype is inf/nan, don't do Atof and iv/uv cast.
2014-09-17 Yves Ortonsilence diagnostics in regen/regcomp.pl for now
2014-09-17 Jarkko HietaniemiUse the Perl_isfinite multiplication fallback last.
2014-09-17 Steve Hayregen_config_h for GCC
2014-09-17 Steve HayDefine PERL_PRI[efg]ldbl and PERL_SCNfldbl in Win32...
2014-09-17 Steve Hayregen_config_h for VC++
2014-09-17 Steve HayEliminate pointless win32/makefile.mk macro
2014-09-17 Steve HayRemove pointless variable in win32/config_sh.PL
2014-09-17 Steve HayModule::CoreList - re-order so that Porting/corelist...
2014-09-17 Steve Hayperldelta - Add links for rt.perl.org bugs
2014-09-17 Steve Hayperldelta - Start updating modules
2014-09-17 Steve HayRemove reference to obsolete threads version in Porting...
2014-09-17 Steve HayTeach Porting/cmpVERSION.pl about Scalar-List-Utils...
2014-09-17 Yves Ortononly produce diagnostic warnings in regen/regcomp.pl...
2014-09-17 Yves OrtonPerl RT #122761 - split /\A/ should not behave like...
2014-09-17 Yves Ortonchange NODE_ALIGN_FILL to set flags to 0
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-09-16 Jarkko HietaniemiDo not test inf/nan if utterly broken.
2014-09-16 Jarkko Hietaniemi[perl #122788] broken nan on win32
2014-09-16 Father Chrysostomosop.c: new is a keyword in C++
2014-09-16 Father Chrysostomosperldelta for 2872f9187
2014-09-16 Father Chrysostomosperldelta for a5f477419
2014-09-16 Father ChrysostomosFix $DB::sub in DB::goto for lexical subs
2014-09-16 Steve HayMake "NEWS" an IGNORABLE file
2014-09-16 Steve HayAdd new Digest-SHA file missed by 207902b174, and note...
2014-09-16 Father ChrysostomosMake sort bareword respect lexical subs
2014-09-16 Chris 'BinGOs... Update ExtUtils-Manifest to CPAN version 1.68
2014-09-16 Father ChrysostomosMake ‘No comma allowed’ respect lex subs
2014-09-16 Father Chrysostomoslexsub.t: To-do tests for sort lex_sub
2014-09-16 Father Chrysostomostoke.c: Remove obsolete comment
2014-09-16 Chris 'BinGOs... Update ExtUtils-Install to CPAN version 2.04
2014-09-16 Chris 'BinGOs... Synchronise Maintainers.pl for Module-CoreList
2014-09-16 Steve HayNote that one MakeMaker test is currently CUSTOMIZED
2014-09-16 Steve HayRemove IGNORABLE files from ExtUtils-Install as per...
2014-09-16 Steve HayUpgrade Archive-Tar from version 2.00 to 2.02
2014-09-16 Steve HayUpdate 5.20 release schedule: Plan for 5.20.2 in January
2014-09-16 Father ChrysostomosExclude lex sub package name from (caller $n)[3]
2014-09-16 Father Chrysostomosmg.c: Avoid reifying GV for undefined sig handler
2014-09-16 Father ChrysostomosMake ‘SIG handler not defined’ UTF8- and null-safe
2014-09-16 Father ChrysostomosAvoid reifing GVs in gv.c:gv_try_downgrade
2014-09-16 Father ChrysostomosFix compiler warnings
2014-09-15 Father Chrysostomosperldelta for 7fcb4126
2014-09-15 Father ChrysostomosAvoid reifying GVs when lex subs are used for overload
2014-09-15 Father ChrysostomosStop undef &foo from temporarily anonymising
2014-09-15 Father ChrysostomosAvoid reifying GV when lex stub is used as method
2014-09-15 Ricardo Signesdelete/exists on array elements is discouraged, not...
2014-09-15 Ricardo Signesdocument how to graduate from experimental status
2014-09-15 Ricardo Signesrelease schedule: Max M. will do December 2014
2014-09-15 Father ChrysostomosFix assertion failure with undef &my_sub/&anon
2014-09-15 Father ChrysostomosPeek.t needs to know about the prev. change
2014-09-15 Father Chrysostomosdump.c: Don’t dump GvFLAGS as part of GP
2014-09-15 Father Chrysostomosperldelta for f9d9e965
2014-09-15 Father Chrysostomosperldelta: Insert missing =item
2014-09-15 Father ChrysostomosIncrease $Term::ReadLine::VERSION to 1.15
2014-09-15 Father ChrysostomosTerm::ReadLine: Check $^O before -e
2014-09-15 Father Chrysostomosuniversal.c:croak_xs_usage: Don’t fetch context twice
2014-09-15 Father Chrysostomos[Merge] CVs without GVs
2014-09-15 Father Chrysostomosconcise-xs.t needs to know about B::safename
2014-09-15 Father ChrysostomosTweak Peek.t again
2014-09-15 Father Chrysostomosdump.c: Missing comma from CVf_HASEVAL output
2014-09-15 Father ChrysostomosTeach Deparse about coderefs in stashes
2014-09-15 Father ChrysostomosIncrease $B::VERSION to 1.51
2014-09-15 Father ChrysostomosAdd safename() func to B
2014-09-15 Father ChrysostomosRemove no-longer-used op.c:S_gv_ename
2014-09-15 Father ChrysostomosTeach ck_entersub_args_proto about non-GV names
2014-09-15 Father ChrysostomosInline op.c:too_many_arguments_sv into its only caller
2014-09-15 Father ChrysostomosInline op.c:too_few_arguments_sv into its only caller
2014-09-15 Father ChrysostomosTeach dump.c about CVf_LEXICAL
2014-09-15 Father ChrysostomosTeach dump.c about CVf_NAMED
2014-09-15 Father Chrysostomosop.c:ck_subr: reify GVs based on call checker
2014-09-15 Father ChrysostomosUse cv_name in pp_hot.c:sub_crush_depth
2014-09-15 Father ChrysostomosAdd cv_set_call_checker_flags
2014-09-15 Father Chrysostomospad.c: Avoid struct name followed by colon
2014-09-15 Father Chrysostomospad.c:cv_name: Reword docs for future extensibility
2014-09-15 Father ChrysostomosAvoid reifying GVs in rv2cv
2014-09-15 Father Chrysostomosop.c: ck_rvconst: Inline the noexpand var
2014-09-15 Father ChrysostomosIncrease $Attribute::Handlers::VERSION to 0.97
2014-09-15 Father ChrysostomosTweak Peek.t
2014-09-15 Father ChrysostomosFix-ups for Attribute::Handlers
2014-09-15 Father Chrysostomossv.h: Expand comment about potential SVf_UTF8 conflict
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-09-15 Father ChrysostomosRemove bogus gv-handling code from toke.c
next