platform/upstream/perl.git
2013-11-06 Father Chrysostomostoke.c: Remove unnecessary UTF check
2013-11-06 Father ChrysostomosPut common override code into gv_override
2013-11-06 Father ChrysostomosFix readline overriden with a constant
2013-11-06 Father ChrysostomosAllow CORE::GLOBAL:: subs in general to be aliased...
2013-11-05 Father ChrysostomosStop gv_try_downgrade from anonymising referenced CVs
2013-11-05 David Mitchellperlfunc: update require() pseudocode
2013-11-05 Father Chrysostomosgv.c: Removed redundant len==1 check
2013-11-05 Father Chrysostomostoke.c: Remove unnecessary SvRV null check
2013-11-05 Father ChrysostomosFix readpipe overriden with a constant
2013-11-05 Craig A. Berryi_arpainet and i_sysun for configure.com.
2013-11-05 Craig A. Berrycaretx.c, not caretx.x, typo in 7b74bef1.
2013-11-05 David MitchellRT #120446: /\Ga/ running slowly on long strings
2013-11-05 Father Chrysostomos[perl #120462] Exempt $a and $b from ‘used once’ warnings
2013-11-05 Father ChrysostomosMove tests for ‘used once’ from util to gv
2013-11-05 Craig A. BerryAnd the caretx object file for wince.
2013-11-05 Craig A. BerryAlso fix wince for caretx after e2051532106.
2013-11-05 Craig A. BerryRestore VMS build after e205153210.
2013-11-05 Steve HayRestore Windows build following commit e205153210
2013-11-04 Chris 'BinGOs... Update Module-Build to CPAN version 0.4008
2013-11-04 Father Chrysostomoscaretx.c: Add LOTR quote
2013-11-04 Father Chrysostomoscaretx.c: Add bool warning comment
2013-11-04 Peter MartiniMove the function to set $^X to its own file
2013-11-04 Chris 'BinGOs... Update Test-Simple to CPAN version 1.001002
2013-11-04 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.82
2013-11-04 Chris 'BinGOs... Update IPC-Cmd to CPAN release 0.86
2013-11-04 Father Chrysostomosop.c: Avoid vivifying CORE::GLOBAL:: globs unnecessarily
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
next