platform/upstream/perl.git
2012-12-15 Father Chrysostomosperldelta for 959f7ad7 (local *Detached::method)
2012-12-15 Father Chrysostomosperldelta for 978a498e (PL_sub_generation++)
2012-12-15 Father Chrysostomosperldelta for 6e1b2de7 (localised glob assignment)
2012-12-15 Father Chrysostomosperldelta for cows sawing ampersands
2012-12-15 Father Chrysostomosperldelta for de0df3c09/#23180
2012-12-15 Father Chrysostomosperldelta for ee0832cea (lexical constant warnings)
2012-12-15 Father Chrysostomosperldelta for 4ded55f35 (lexical constants)
2012-12-15 Father Chrysostomosperldelta for lexsub warnings
2012-12-15 Father Chrysostomosperldelta: Blanket entry for memory leaks
2012-12-15 Father Chrysostomosperldelta for f6f93f805 (circular blessings)
2012-12-15 Father Chrysostomosperldelta for 2f43ddf1e (sort {undef})
2012-12-15 Father ChrysostomosUse SvREFCNT_dec_NN in one place in hv.h
2012-12-15 Father Chrysostomosleakfinder.pl: exceptions
2012-12-15 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.96
2012-12-15 James E Keenant/op/inc.t: Add descriptions to all tests lacking them.
2012-12-15 James E Keenant/op/grent.t: Provide descriptions for tests lacking...
2012-12-15 James E Keenant/op/goto.t: Provide descriptions for remaining tests...
2012-12-15 James E Keenant/op/filetest.t: Provide descriptions for remaining...
2012-12-15 James E Keenant/op/filehandle.t: Provide descriptions for all tests.
2012-12-15 James E Keenant/op/each_array.t: Provide descriptions for all tests.
2012-12-15 James E Keenant/op/dor.t: Provide descriptions for tests still lackin...
2012-12-15 James E Keenant/op/die_unwind.t: Provide descriptions for some tests.
2012-12-15 James E Keenant/op/die_except.t: Add description for each test.
2012-12-14 David Mitchellfurther fix to SvUPGRADE
2012-12-14 Yves OrtonAdd diagnostics for PERL_HASH_SEED warning
2012-12-14 Yves OrtonUse the right warn routine
2012-12-14 Yves Ortonwarn if PERL_HASH_SEED contains an unexpected character
2012-12-14 David Mitchellslight update to perldelta for SvUPGRADE
2012-12-14 David Mitchellmake SvUPGRADE() a statement.
2012-12-14 Craig A. BerryMore fun escaping dots in tovmsspec.
2012-12-14 David Mitchellregcomp.c: silence some compiler warnings
2012-12-14 David MitchellTypemap.xs: fix warning under clang
2012-12-14 Nicholas ClarkRemove BeOS special-casing from Configure.
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-12-13 Nicholas ClarkNote the GDBM_File changes in perldelta.
2012-12-13 Nicholas ClarkEliminate the fifth argument from GDBM_File::TIEHASH.
2012-12-13 Nicholas ClarkGDBM_File is meant to croak() if the gdbm library has...
2012-12-13 David MitchellB.xs: silence clang warning
2012-12-13 Craig A. Berrychdir's argument is a directory in DosGlob.t.
2012-12-13 Father ChrysostomosSigh. Fix lex.t again
2012-12-13 Father Chrysostomos{Dos,}Glob.xs: Skip freeing during global destruction
2012-12-13 Father ChrysostomosFix occasional failures in svleak.t and DosGlob.t
2012-12-13 Father Chrysostomosleakfinder.pl: More exceptions
2012-12-12 David Mitchellperl.h: fix signedness warning with clang
2012-12-12 Nicholas ClarkIn DosGlob.xs, add a block around MY_CXT_INIT, as it...
2012-12-12 Steffen MuellerData::Dumper is at 2.139
2012-12-12 Steffen MuellerBring Data::Dumper version and changelog up to date...
2012-12-12 Karl Williamsonperlvar.pod: Slight clarification, typo
2012-12-12 Daniel Draganbetter POD for mg_get and SvGROW
2012-12-12 Father ChrysostomosReally fix t/op/lex.t
2012-12-11 Father Chrysostomos[Merge] hash assignment fixes and speedup
2012-12-11 Hugo van der... pp_hot.c: Comments to clarify pp_aassign
2012-12-11 Father Chrysostomoshashassign.t: Suppress oddball warnings
2012-12-11 Father Chrysostomoshashassign.t: Test undef explicitly
2012-12-11 Father ChrysostomosCopy keys for aassign in lvalue sub
2012-12-11 Ruslan Zakirovhash argument is not used anymore in do_oddball
2012-12-11 Father Chrysostomospp_hot.c:pp_aassign: mortalise variable only if we...
2012-12-11 Ruslan Zakirovdon't create a copy of keys if it's not LVALUE context
2012-12-11 Ruslan Zakirovrefactor aassign
2012-12-11 Ruslan Zakirovary/hash/firsthashelem should be set only once
2012-12-11 Ruslan Zakirovwe need duplicates counter only in list context
2012-12-11 Ruslan Zakirovtest return values of aassign with various elements...
2012-12-11 Ruslan Zakirovhash assign in list context should copy key as well
2012-12-11 Ruslan Zakirovmake sure hash assignment is proper lvalue
2012-12-11 Ruslan Zakirovfix issues in hash assignment with odd elements
2012-12-11 Ruslan Zakirovtest hash assignment with odd elements for leaks
2012-12-11 Ruslan Zakirovwarn on ($s,%h) = (1,{}) as on %h = {}
2012-12-11 Ruslan Zakirovtest "Odd number of elements in hash assignment"
2012-12-11 Ruslan Zakirovscalar(%h = (1,1,1,1)) should return 4, not 2
2012-12-11 Father Chrysostomost/op/lex.t: Fix test
2012-12-11 David Mitchellregexec.c: silence compiler warning
2012-12-11 Father ChrysostomosGlob.xs: PL_opfreehook is an interpreter variable
2012-12-11 Father ChrysostomosDosGlob: Don’t leak when caller’s op tree is freed
2012-12-11 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.80
2012-12-10 Tony Cookperldelta for 34213185
2012-12-10 David Mitchellfix warning in PmopSTASH_set()
2012-12-10 Father ChrysostomosStop DynaLoader.t from unload File::Glob
2012-12-10 Father ChrysostomosFix problems with -Dr during global destruction
2012-12-10 Father ChrysostomosDon’t leak when partly iterated glob op is freed
2012-12-10 Father ChrysostomosIncrease $File::Glob::VERSION to 1.19
2012-12-10 Father ChrysostomosRemove the second param to tryAMAGICunTARGETlist
2012-12-10 Father Chrysostomospp.h: Remove tryAMAGICunTARGET
2012-12-10 Father ChrysostomosZap PL_glob_index
2012-12-10 Father ChrysostomosStop using PL_glob_index for PL_globhook
2012-12-10 Father ChrysostomosDon’t pass PL_glob_index to glob overrides
2012-12-10 Father ChrysostomosFile::Glob: Don’t use the magic 2nd arg to glob
2012-12-10 Father ChrysostomosDosGlob: Don’t use the magic 2nd arg to glob
2012-12-10 Father ChrysostomosIncrease $File::DosGlob::VERSION to 1.09
2012-12-10 Father ChrysostomosMove File::DosGlob from lib to ext
2012-12-10 Father Chrysostomoshv.c: hv_undef: Don’t set mro fields to null before...
2012-12-10 Father ChrysostomosUse SvREFCNT_dec_NN in gv.c
2012-12-10 Father ChrysostomosSwitch dump.c over to using SvREFCNT_dec_NN
2012-12-10 Father Chrysostomosdoio.c: Use SvREFCNT_dec_NN
2012-12-09 Steffen MuellerConvert some SvREFCNT_dec's to SvREFCNT_dec_NN's for...
2012-12-09 Karl Williamsonregexec.c: Replace infamous if-else-if sequence by...
2012-12-09 Karl WilliamsonChange 4 byte bitmap to 32 bit single word
2012-12-09 Karl Williamsonhandy.h: Add an enum typedef
2012-12-09 Karl Williamsonhandy.h: Reorder char class #defines; add comments
2012-12-09 Karl Williamsonregcomp.h: Revise #define setup and checking
2012-12-09 Karl Williamsonhandy.h: Add comment
next