platform/upstream/perl.git
2013-09-12 Ricardo Signesperlreapi: use parent in example, not base
2013-09-12 Ricardo Signesoverload tests: use parent instead of base
2013-09-12 Ricardo SignesXS-Typemap tests: use parent instead of base
2013-09-12 Ricardo SignesB: use parent instead of base
2013-09-12 Ricardo SignesPod::Html: use parent instead of base
2013-09-12 Ricardo SignesHash::Util::FieldHash: use parent instead of base
2013-09-12 Ricardo SignesFileCache: use parent instead of base
2013-09-12 Matthew HorsfallAllow semi-colon on TYPEMAP: line to work without it...
2013-09-12 Steve Hayperldelta - IO and File::Find have been upgraded
2013-09-12 Steve HayUpgrade perlfaq from version 5.0150043 to 5.0150044
2013-09-12 Slaven RezicFile::Find: diagnostics in case of a failed chdir
2013-09-12 Father Chrysostomosperldiag: Rewrap an entry for better splain output
2013-09-12 John P. LindermanCorrect the citation for Peter McIlroy's sorting paper.
2013-09-12 Nicholas ClarkUpdate John P. Linderman's e-mail address in AUTHORS.
2013-09-12 Steve HayUpgrade autodie from version 2.20 to 2.21
2013-09-11 Steve HaySADAHIRO confirms that Unicode::(Collate|Normalize...
2013-09-11 Steve HayUpgrade Module::Metadata from version 1.000017 to 1...
2013-09-11 Steve HayEXCLUDE Module-Metadata's t/taint.t: we don't have...
2013-09-11 Steve HayUpgrade Perl-OSType from version 1.004 to 1.005
2013-09-11 Steve HayUpgrade Module::Metadata from version 1.000016 to 1...
2013-09-11 Tony Cook[perl #88814] sigdispatch.t work on openbsd 5.2
2013-09-11 Karl Williamsonperlapi: Add doc for my_strlcpy, my_strlcat
2013-09-11 Karl Williamsonregcomp.c: Use Perl_form() instead of buggy sprintf
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-09-11 Tony Cook[perl #118091] Split gv_fetchpvn_flags into smaller...
2013-09-11 Brian Frasergv.c: Split part of find_default_stash into gv_is_in_main.
2013-09-11 Brian Frasergv.c: Rename magicalize_gv into gv_magicalize, make...
2013-09-11 Brian Frasergv.c, gv_fetchpvn_flags: Split another chunk of magic...
2013-09-11 Brian Frasergv.c, gv_fetchpvn_flags: Comments for when the glob...
2013-09-11 Brian Frasergv.c: Explain the purpose of the <none>:: stash a bit.
2013-09-11 Brian Frasergv_fetchpvn_flags: Simplify some warnings code
2013-09-11 Brian Frasergv.c: Move the code that magicalizes new globs into...
2013-09-11 Brian Frasergv.c: Begin splitting gv_fetchpvn_flags into smaller...
2013-09-10 Ricardo Signesrelease schedule: placeholders for the future
2013-09-10 David Goldenperldiag: Fix severity of Unicode mapping warning
2013-09-10 Steve HayOops, the HTTP::Tiny upgrade was 0.034->0.035, not...
2013-09-10 Steve HayUpgrade HTTP::Tiny from version 0.34 o 0.35
2013-09-10 Brian FraserFix Windows compilation failure introduced by 946095af78
2013-09-10 SmylersAdded release manager test for copyright year
2013-09-10 SmylersTest that README and perl -v copyright years match
2013-09-10 SmylersEnhance runperl doc to mention its return value
2013-09-10 Father Chrysostomos[Merge] Make regexp error messages utf8-clean
2013-09-10 Brian FraserMake the "Switch condition not recognized" error messag...
2013-09-10 Brian Frasert/re/reg_mesg.t: Tests for latin1 error messages/warnings
2013-09-10 Brian Fraserregcomp.c: Introduce vFAIL2utf8f to replace the APPLY...
2013-09-10 Brian Fraserregcomp.c: Make all warnings and error messages UTF...
2013-09-10 Brian Fraserregcomp.c, S_compile_runtime_code: croak using the...
2013-09-10 Brian Frasertoke.c: "Unrecognized character" error shouldn't leak...
2013-09-10 Father Chrysostomospp_ctl.c:pp_goto: Cast a boolean properly
2013-09-10 David LeadbeaterRemove PERL_MICRO where it is conditionally used with...
2013-09-10 David LeadbeaterRemove including config.h (and co) in perlio.h
2013-09-10 David LeadbeaterRemove defining DIR* to void* on microperl
2013-09-10 David LeadbeaterUse PERL_INT_MAX, this works in microperl
2013-09-10 Nicholas ClarkSimplify the conditional logic for COW_REFCNT in Devel...
2013-09-10 Nicholas ClarkFix Devel::Peek's tests when building with -DPERL_NO_COW
2013-09-10 Steve Hayperldelta - Two more module upgrades
2013-09-09 James E KeenanCorrect typos reported by Terry Speirs++.
2013-09-09 Steve HayUpdate EXCLUDED for CPAN-Meta-Requirements following...
2013-09-09 Father Chrysostomosrt119311.t: typo
2013-09-09 Father ChrysostomosMake &xsub and goto &xsub work with tied @_
2013-09-09 Father ChrysostomosDumper.xs: Update comment
2013-09-09 Father Chrysostomosperl5200delta: 2 modules fixed; one misspelt
2013-09-09 Florian RagwitzExtUtils::Command has been synchronised to CPAN
2013-09-09 Steve HayUpgrade Parse::CPAN::Meta from version 1.4405 to 1...
2013-09-09 Steve HayUpgrade ExtUtils::CBuilder from version 0.280210 to...
2013-09-09 Steve HayUpgrade CPAN::Meta from version 2.132140 to 2.132510
2013-09-09 Steve HaySort the list of IGNORABLES in Porting/Maintainers.pl
2013-09-09 Father ChrysostomosAdd mods from #119433 to perl5200delta
2013-09-09 Father Chrysostomosperlio.c: misuse of SvPV_nolen_const
2013-09-09 Father ChrysostomosFix buffer overflow with overlong identifiers
2013-09-09 Father ChrysostomosFix -DP output
2013-09-09 Father ChrysostomosDon’t let reblessing point SvSTASH to a half-freed...
2013-09-09 Father ChrysostomosFix assertion failure with -DT -e\"
2013-09-09 Tony Cook[perl #117265] fix various problems with safesyscalls
2013-09-09 Tony Cook[perl #117265] move the "glob failed" warning to the...
2013-09-09 Tony Cook[perl #117265] do most glob \0 checks in the same place
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-09-09 Tony Cook[perl #117265] TODO tests for overloading issues
2013-09-08 Father ChrysostomosFix line numbers with #! -d:foo and PERL5DB=$'\n'
2013-09-08 Father ChrysostomosTest line breaks in PERL5DB
2013-09-08 Father Chrysostomosop.c:newSTATEOP: remove unnecessary null check
2013-09-08 Florian RagwitzExtUtils::Manifest has been synchronised to CPAN
2013-09-08 Father ChrysostomosRevert "Let av_push accept NULL values"
2013-09-08 Father ChrysostomosMove herelines out of the lex_shared struct
2013-09-08 Father ChrysostomosRespect #line directives in here-docs
2013-09-08 Father Chrysostomosregcomp.c:current_re_engine: Avoid %^H lookup when...
2013-09-08 Father ChrysostomosFix line numbers in <<foo,<<bar
2013-09-08 Father Chrysostomostoke.c: In sublex_push use multi_close to detect here-doc
2013-09-08 Steve Hayperldelta - More recent module upgrades
2013-09-07 Karl WilliamsonData-Dumper/Dumper.pm: An EBCDIC fix
2013-09-07 Florian RagwitzTerm::ReadLine has been synchronised to CPAN
2013-09-07 Florian RagwitzBump $Term::ReadLine::VERSION
2013-09-07 Florian RagwitzAdd Tokuhiro Matsuno to AUTHORS
2013-09-07 Tokuhiro Matsunoadded Term::ReadLine::EditLine support
2013-09-07 Florian RagwitzTerm::ReadLine has been synchronised to CPAN
2013-09-07 Craig A. BerryFix processing of PERL_ENV_TABLES.
2013-09-07 Leon TimmermansFix PerlIO_get_cnt and friends
2013-09-07 Leon TimmermansFix segfault in filehandle duplication
2013-09-07 Father ChrysostomosLet av_push accept NULL values
2013-09-07 Father ChrysostomosStop Devel'Peek'Dump with no args from crashing
next