This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-11-04 Father Chrysostomosop.c: Abstract common override code
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::require lookup from crashing on...
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::glob lookup from crashing on stub
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::do lookup from crashing on stub
2013-11-04 Father ChrysostomosMake mro code pass precomputed hash values
2013-11-04 Father ChrysostomosCheck that stash entries are GVs when aliasing pkgs
2013-11-04 Father Chrysostomosgv.c: Tweak API docs
2013-11-04 Father Chrysostomoshv.h: missing macro parentheses
2013-11-04 Father Chrysostomossub NEGATIVE_INDICES; + $tied[-1] = crash
2013-11-04 Father Chrysostomosmg.c: Fix misuse of AvARRAY in defelem_target
2013-11-04 Father Chrysostomospp_sort.c: Remove useless assignments; reduce var scope
2013-11-04 Father Chrysostomosop.c:ck_open: Make hint lookup conditional on HINT_LOCA...
2013-11-04 Father Chrysostomosop.c: Combine common code for hash keys and slices
2013-11-04 Father ChrysostomosMake ‘No such class’ apply to ${$ref}{key}, too
2013-11-04 Father Chrysostomosperlhacktips: Fix verbatim line
2013-11-04 Father Chrysostomosop.c: Apply shared hash key optimisation to slices
2013-11-03 Father ChrysostomosMake ‘No such field’ error apply to 1-elem slices
2013-11-03 Father ChrysostomosStop my Class + sub FIELDS + hash lookup from crashing
2013-11-02 Chris 'BinGOs... Update IO-Compress to CPAN version 2.063
2013-11-02 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.063
2013-11-02 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.063
2013-11-02 Chris 'BinGOs... Update Unicode-Collate to CPAN version 1.01
2013-11-02 Chris 'BinGOs... Update DB_File to CPAN version 1.830
2013-11-02 Daniel Draganwin32/win32sck.c: dont close() a freed socket os handle
2013-11-02 Craig A. BerryRevise fake bool build advice from f789f6a4bdb.
2013-11-02 Father ChrysostomosUndefined lex sub used as inherited method crashes
2013-11-02 Daniel Draganremove redundant Zero() from JMPENV_BOOTSTRAP
2013-11-02 Karen Etheridgeremove unneeded dependency on Test::More 0.98 (RT#88531)
2013-11-01 Father Chrysostomosshared.pm: Consistent spaces after dots
2013-11-01 Father Chrysostomosthreads::shared: Remove redundant description just...
2013-11-01 Father ChrysostomosIncrease $threads::shared::VERSION to 1.45
2013-11-01 Father ChrysostomosMove threads::shared warnings from perldiag to shared.pm
2013-11-01 Father Chrysostomostoke.c:S_tokeq: add comment
2013-11-01 Father Chrysostomostoke.c:S_tokeq: remove dead code
2013-11-01 Father ChrysostomosRemove ancient threads diagnostics from perldiag
2013-11-01 Father Chrysostomosperlhack.pod: consistent spaces after dots
2013-11-01 Father Chrysostomosperllexwarn: consistent spaces after dots
2013-10-31 Father Chrysostomos‘Attempt to bless into a ref’ with stale method caches
2013-10-31 Father Chrysostomos[perl #119809] Disallow bless($ref, $tied_ref)
2013-10-31 Father Chrysostomosbless.t: More explicit test
2013-10-31 Father ChrysostomosUse tabs consistently in AUTHORS
2013-10-31 Tom HukinsDocumentation Patches from Tom Hukins
2013-10-31 Father Chrysostomosperllexwarn: typo, pod syntax
2013-10-31 Yves OrtonAdd a note that users of FATAL warnings are at risk...
2013-10-31 Father ChrysostomosIntroduce PERL_BOOL_AS_CHAR define
2013-10-31 Karl Williamsonperlre: Expand and clarify /x and (?# comment)
2013-10-31 Karl WilliamsonFix broken qr/ \N* /x
2013-10-31 Karl Williamsonregcomp.c: Clarify some comments
2013-10-30 Father Chrysostomospad.h: Correct PadlistMAX docs
2013-10-30 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.24
2013-10-30 Father Chrysostomos[perl #119807] Deparse s//\(3)/e in a way that does...
2013-10-30 Father ChrysostomosEliminate ‘Can't use \1 to mean $1’ false positives
2013-10-29 Daniel Draganenable LTO/LTCG/WPO for most Visual Cs
2013-10-29 François Perrad[perl #120408] fix dist/ExtUtils-ParseXS/t/002-more.t
2013-10-29 David Mitchell'$! = EACCESS; require ...' could fail
2013-10-29 Father ChrysostomosDon’t record cop address for unbreakable lines
2013-10-28 Father Chrysostomos[perl #119799] Set breakpoints without *DB::dbline
2013-10-28 Father Chrysostomospp.c:pp_undef: Don’t vivify the scalar slot
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
2013-10-28 Father Chrysostomospat.t: suppress warning
2013-10-28 Father Chrysostomosperl.h: Remove ERRHV
2013-10-28 Father ChrysostomosDon’t assume *^R has a scalar
2013-10-28 Father Chrysostomos[perl #54044] Make PL_replgv refcounted
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_last_in_gv alone
2013-10-28 Father ChrysostomosMake PL_argvgv refcounted
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_stderrgv alone
2013-10-28 Father ChrysostomosWhen deleting via hek, pass the computed hash value
2013-10-28 Father ChrysostomosMake PL_hintgv refcounted
2013-10-28 Father ChrysostomosDon’t create %@ on startup
2013-10-28 Father Chrysostomos[perl #119811] Remove %DB::lsub
2013-10-28 Father ChrysostomosMake PL_envgv refcounted
2013-10-28 Father ChrysostomosMake PL_firstgv and PL_secondgv refcounted
2013-10-28 Chris 'BinGOs... Update Socket to CPAN version 2.013
2013-10-28 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.037
2013-10-28 François Perrad[perl #120398] skip t/porting/extrefs.t when cross...
2013-10-28 David Mitchellperlfunc: clarify hash "modify while iterating"
2013-10-28 Craig A. Berrygetnameinfo, getaddrinfo, and inet_xxx fix-ups for...
2013-10-28 Craig A. BerryDon't make bool an int on VMS.
2013-10-27 Chris 'BinGOs... Update Unicode-Collate to CPAN version 1.00
2013-10-26 Chris 'BinGOs... Update Term-Cap to CPAN version 1.15
2013-10-26 Father ChrysostomosDon’t let gv.c:gv_try_downgrade touch PL_statgv
2013-10-26 Father ChrysostomosMake PL_DBgv and other db interp vars refcounted
2013-10-26 Father Chrysostomosperl.c: Avoid redundant gv_AVadd and GvAVn
2013-10-26 Father Chrysostomosgv:gv_add_by_type: Don’t check @ISA when not vivifying
2013-10-26 Matthew HorsfallAdd op_other to B::Concise -debug output for LOGOPs
2013-10-25 Father ChrysostomosRegen META.{yml,json}
2013-10-25 Father ChrysostomosAdd Kevin Falcone to AUTHORS
2013-10-25 Kevin FalconeNo longer point to rt.perl.org/perlbug/ as a landing...
2013-10-25 Kevin Falconeupdate RTSERVER
2013-10-25 Kevin FalconeAllow newer bug URLs on rt.perl.org
2013-10-25 Kevin FalconeFixup rt.perl.org/rt3 => rt.perl.org
2013-10-25 Chris 'BinGOs... Update AutoLoader to CPAN version 5.74
2013-10-25 Father ChrysostomosMake sure truncated in-memory files have trailing null
2013-10-25 Father Chrysostomost/porting/dual-life.t: Another exception
2013-10-25 Father ChrysostomosIncrease PerlIO::scalar::VERSION to 0.18
2013-10-25 Father ChrysostomosBetter fix for #119529
2013-10-25 Steve HayRemove some unnecessary Makefile.PLs from cpan/ and...
2013-10-25 Karl WilliamsonSilence some Win32 compiler warnings
2013-10-25 Karl WilliamsonPATCH [perl #120314]: fold_grind.t spews tons of warnings
2013-10-25 Father ChrysostomosPropagate lvalue context to && and ||
next