platform/upstream/perl.git
2011-08-27 Florian RagwitzMake pod2html a regular script without substitutions
2011-08-27 Florian RagwitzGive Pod-Html a more modern dist layout
2011-08-27 Father Chrysostomos&CORE::reset()
2011-08-27 Father ChrysostomosGVs of localised arrays and hashes should be refcounted
2011-08-27 Father Chrysostomos&CORE::foo() for (sys)read and recv
2011-08-27 Father ChrysostomosAdd OPpCOREARGS_SCALARMOD flag
2011-08-27 Father ChrysostomosUpdate the comments at the top of t/op/core*.t
2011-08-27 Father ChrysostomosRename t/op/core*.t
2011-08-27 Father Chrysostomos&CORE::rand()
2011-08-27 Father Chrysostomos&CORE::open()
2011-08-26 Father ChrysostomosReverse the order of two tests in gv.t
2011-08-26 Father Chrysostomos&CORE::mkdir()
2011-08-26 Father Chrysostomos&CORE::lock()
2011-08-26 Father Chrysostomos&CORE::index() and &CORE::rindex()
2011-08-26 Father ChrysostomosUpdate UNIVERSAL::VERSION docs following 9bf41c1
2011-08-26 Father Chrysostomos&CORE::gmtime() and &CORE::localtime()
2011-08-26 Father Chrysostomosperldelta for f132ae69 (*{undef})
2011-08-26 Father ChrysostomosRemove now-unnecessary len check from pp.c:S_rv2gv
2011-08-26 Father ChrysostomosMake *{undef} self-consistent
2011-08-26 Father Chrysostomosperlop: Minor consistency tweak
2011-08-26 Father Chrysostomos[perl #93358] Clarify => quoting
2011-08-26 Florian RagwitzRe-generate uconfig.h
2011-08-26 Florian RagwitzBump the perlfaq version for a new cpan release
2011-08-26 H.Merijn BrandRemove unwanted space in comments
2011-08-26 H.Merijn BrandRevert "Fix Configure's csym test for gcc's link time...
2011-08-26 Father ChrysostomosCorrect mro_get_linear_isa’s docs
2011-08-26 Father Chrysostomos&CORE::getpgrp()
2011-08-26 Father Chrysostomos&CORE::exit()
2011-08-26 Father Chrysostomospp.c: Suppress stupid compiler warning
2011-08-26 Father Chrysostomos&CORE::foo() for dbmopen and dbmclose
2011-08-26 Father Chrysostomos&CORE::foo() for close, getc and readline
2011-08-26 Craig A. Berryvoid rather than empty parameter for Perl___notused.
2011-08-25 Father Chrysostomos[perl #92376] Change - to : in time template
2011-08-25 Father Chrysostomos&CORE::foo() for @ and $@ prototypes, except unlink
2011-08-25 Father ChrysostomosAdd OPpCOREARGS_PUSHMARK flag
2011-08-25 Father Chrysostomos&CORE::caller()
2011-08-25 Father Chrysostomos&CORE::bless()
2011-08-25 Father Chrysostomos&CORE::binmode()
2011-08-25 Father Chrysostomos[perl #93320] localising @DB::args leads to coredump
2011-08-25 Father ChrysostomosAllow ampersand calls for CORE subs with $*$$**$ protos
2011-08-25 Father ChrysostomosAdd private coreargs flags for vivifying GVs
2011-08-25 Father ChrysostomosMove most of pp_rv2gv into a static function
2011-08-25 Father ChrysostomosAdd Frederic Briere to AUTHORS
2011-08-25 Frederic BriereAttribute::Handlers: "my" should be "till"
2011-08-25 Father ChrysostomosAttribute::Handlers: correct spelling
2011-08-25 Father ChrysostomosDumper.xs: Suppress compiler warning
2011-08-25 Father Chrysostomoscoresubs.t: Minor clean-up
2011-08-25 Father ChrysostomosInvert the list of &-able functions in gv.c
2011-08-25 Father ChrysostomosMake sure coresubs.t tests all &-able funcs
2011-08-25 Leo Lapworthreplace old bookmarks.cpan link with perl.org and learn...
2011-08-25 Nicholas ClarkMerge the refactored makedef.pl into blead.
2011-08-25 Nicholas ClarkNote the demise of global.sym in perldelta.
2011-08-25 Nicholas ClarkIn embed.pl, inline walk_table() into its only caller.
2011-08-25 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
2011-08-25 Nicholas ClarkAdd regen/embed_lib.pl, for the code that processes...
2011-08-25 Nicholas ClarkIn embed.pl, move processing embed.fnc and regen/opcode...
2011-08-25 Nicholas ClarkIn embed.pl, refactor the handling of varargs *_noconte...
2011-08-25 Nicholas ClarkIn makedef.pl, move handling of $ARGS{TARG_DIR} to...
2011-08-25 Nicholas ClarkIn makedef.pl, defaulting $ARGS{TARG_DIR} to '' simplif...
2011-08-25 Nicholas ClarkTest the TARG_DIR argument to makedef.pl too.
2011-08-25 Nicholas ClarkIn makedef.pl, no need to store 'config.h' in a variable.
2011-08-25 Nicholas ClarkIn embed.pl, simplify the code that parses regen/opcodes.
2011-08-25 Nicholas Clarkembed.pl was relying on embed.fnc starting with a pre...
2011-08-25 Steffen MuellerExtUtils::ParseXS: Accept overridden input typemaps
2011-08-25 Steffen MuellerExtUtils::ParseXS: Explicitly require current version...
2011-08-25 Father Chrysostomosperldelat update
2011-08-25 Father Chrysostomosperldelta: Move an entry under Testing
2011-08-25 Father ChrysostomosEnable ampersand calls to CORE subs with $$$ prototypes
2011-08-25 Father ChrysostomosSimplify the CORE::__FOO__ op-generation code
2011-08-25 Father ChrysostomosMove coresub op-creation from gv.c to op.c
2011-08-25 Father ChrysostomosAllow ampersand calls to CORE subs with (_) proto
2011-08-25 Father ChrysostomosAdd find_rundefsv2 function
2011-08-25 Father ChrysostomosTest CORE::break’s prototype (just that this time)
2011-08-25 Gerard GoossenMove making inplace sort and reverse away from the...
2011-08-25 Father ChrysostomosRevert "Test CORE::break’s prototype"
2011-08-25 Father Chrysostomos&CORE::break
2011-08-25 Father ChrysostomosTest CORE::break’s prototype
2011-08-25 Father Chrysostomos[perl #71154] undef &$coderef consistency
2011-08-25 Eric BrineTrim dead code in do_kv.
2011-08-25 Leo LapworthRemove nvi (site no loger works) and put vim above...
2011-08-25 Leo LapworthRemove Elvis editor as link broken
2011-08-25 Leo LapworthFix broken link
2011-08-25 Leo LapworthRemove a2ps as link does not work and even gnu.org...
2011-08-25 Father ChrysostomosMake $class->method work when $class is tied
2011-08-24 Father Chrysostomosgmagic.t: Correct two test names
2011-08-24 Father ChrysostomosUn-todo gmagic.t tests that now pass
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-24 Gerard GoossenAdd tests for autovivication combined with get-magic...
2011-08-24 Father ChrysostomosAdd missing files from Archive::Extract 0.56
2011-08-24 Nicholas ClarkFor microperl, prefix generateuudmap and the 3 generate...
2011-08-24 Nicholas ClarkGroup 3 headers as $(generated_headers) in microperl...
2011-08-24 Father ChrysostomosCall get-magic once for defined ${...}
2011-08-23 Chip SalzenbergSVTYPEMASK must be cast to (svtype) when comparing...
2011-08-23 Father ChrysostomosStop readline($foo) from autovivifying
2011-08-23 Father Chrysostomosclose($undef) should not croak_no_modify
2011-08-23 Father ChrysostomosCall get-magic once for implicit rv2gv in close(),...
2011-08-23 Chris 'BinGOs... Update Archive-Extract to CPAN version 0.56
2011-08-23 Florian RagwitzUpgrade Pod::Simple from version 3.18 to 3.19
2011-08-23 Father ChrysostomosSo much for ‘correcting’ a test!
2011-08-23 Father Chrysostomosreaddir.t: Remove erroneous comments; correct test
next