This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-01-03 Vincent PitReindent pp_rv2av
2011-01-03 Father Chrysostomosmissing article
2011-01-03 Father Chrysostomos(no commit message)
2011-01-03 Father ChrysostomosSilence a compiler warning
2011-01-03 Father ChrysostomosRestore the old description of $[
2011-01-03 Father ChrysostomosRevert "[perl #68654] next::method doesn't see UNIVERSAL"
2011-01-03 Father ChrysostomosRevert "[perl #80098] Bleadperl breaks Attribute::Lexical"
2011-01-03 Peter Martini[perl #45147] Issue with the exists function
2011-01-03 Zsbán Ambrus[perl #81032] Overhaul Porting/epigraphs.pod
2011-01-03 Paul "LeoNerd... Give a warning if pack_sockaddr_in6 is asked to pack...
2011-01-03 Paul "LeoNerd... Use HAS_SIN6_SCOPE_ID rather than glibc version testing
2011-01-03 Paul "LeoNerd... Bugfix to Socket.pm 's GAI fallback constants - use...
2011-01-03 Paul "LeoNerd... Capture newly-created unit tests to MANIFEST
2011-01-03 Paul "LeoNerd... Make Socket.pm 'use strict' clean
2011-01-03 Paul "LeoNerd... Provide fallback implementation of getaddrinfo and...
2011-01-03 Paul "LeoNerd... Initial documentation of getaddrinfo and getnameinfo...
2011-01-03 Paul "LeoNerd... Unit tests for Socket::getaddrinfo() and Socket::getnam...
2011-01-03 Paul "LeoNerd... Implement Socket::getaddrinfo() and Socket::getnameinfo...
2011-01-03 Paul "LeoNerd... Conditionally set sa_len-type fields when packing socka...
2011-01-03 Nuno CarvalhoAdd new test file t/porting/filenames.t
2011-01-03 Craig A. BerryClever tests may fool with $^O.
2011-01-03 David GoldenAdd JSON::PP to the Perl core
2011-01-03 Father Chrysostomostests for [perl #36347] Object destruction incomplete
2011-01-03 Father Chrysostomos[perl #36347] Object destruction incomplete
2011-01-03 brian d foyMerge branch 'briandfoy/perlfaq' into blead
2011-01-03 brian d foyperlfaq1: Adjust some of the language around the Perl...
2011-01-02 David Leadbeater[perl #73630] Build separate DTrace for miniperl
2011-01-02 David GoldenUpdate CPAN::Meta::YAML to 0.003
2011-01-02 David Leadbeater[perl #81500] Make compilation work when NO_ENV_ARRAY_I...
2011-01-02 Peter John... [perl #81400] Fix bmodinv() part of RT 63237
2011-01-02 Craig A. BerryDon't clobber $^O when you're going to use it again.
2011-01-02 Nicholas ClarkGvIO(gv) returns NULL for a NULL gv, so refactor to...
2011-01-02 David Mitchellmake <expr> always overload if expr is overloaded
2011-01-02 David Mitchelloverloaded <> sometimes left an extra stack arg
2011-01-02 David Mitchellcall pp_glob() even when its being skipped
2011-01-02 David Mitchellck_glob() - add a little code comment
2011-01-02 Nicholas Clark1; is not a valid no-op for /bin/sh, but true is.
2011-01-02 Florian RagwitzUpdate META.yml's no_index after the Time-Local move
2011-01-02 Florian RagwitzCPAN is upstream for Time::Local again
2011-01-02 Florian RagwitzMake Time::Local run on perls older than 5.12 again
2011-01-02 Nicholas Clarkchmod +x metaconfig.SH.
2011-01-02 Jesse Vincentperlbug did not previously generate a From: header...
2011-01-01 Nicholas ClarkEnsure ExtUtils::CBuilder's 04-base.t cleans up its...
2011-01-01 Jesse VincentDocument 'test_porting' and start a section on how...
2011-01-01 Chris 'BinGOs... Update Encode to CPAN version 2.42
2010-12-31 Nicholas ClarkAvoid using OP_NAME() in unimplemented_op(), as it...
2010-12-31 David GoldenPorting/Maintainers.pl: add (MY)META.json to ignored...
2010-12-31 David Mitchellstandardise amagic method naming
2010-12-31 Craig A. BerryVMS nits in cpan/Test-Harness/t/source.t
2010-12-30 Craig A. BerrySkip ExtUtils-CBuilder base tests expected and known...
2010-12-30 Nicholas ClarkMerge the opcode bodies for pp_bind and pp_connect.
2010-12-30 Nicholas ClarkMost socket ops weren't warning for unopened handles...
2010-12-30 Nicholas ClarkConvert a pp_sys test to use warnings 'closed', instead...
2010-12-30 Nicholas Clarkpp_leavewrite wasn't warning for unopened handles unles...
2010-12-30 David MitchellBetter handling of magic methods freeing the SV
2010-12-29 Renee BaeckerUpdate Renee Baeckers mail address
2010-12-29 Tony Cookproperly clean up work files from testing GDBM_File
2010-12-28 Tony Cookclose the produced test file so win32 can unlink it
2010-12-28 Tony Cookskip ExtUtils-CBuilder base tests expected and known...
2010-12-28 Nicholas ClarkAs report_evil_fh() checks WARN_{CLOSED,UNOPENED},...
2010-12-28 Nicholas ClarkAs report_wrongway_fh() checks ckWARN(WARN_IO) internal...
2010-12-28 Nicholas ClarkRemove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longe...
2010-12-28 Nicholas ClarkArgument op to report_evil_fh() is always PL_op->op_typ...
2010-12-28 Nicholas ClarkThe io argument to report_evil_fh() is always GvIO...
2010-12-28 Nicholas ClarkExtract the OP_phoney_* code from report_evil_fh()...
2010-12-28 Nicholas ClarkIn pp_sockpair, remove duplication of code to close...
2010-12-28 Nicholas ClarkFix typo in warning code added to pp_sockpair in c289d2...
2010-12-28 Tony Cookavoid undefined behaviour in fetch and modify of SP...
2010-12-27 David GoldenAdd CPAN::Meta::YAML as a dual-life core module
2010-12-27 Nicholas ClarkSimplify return handling for tied handle OPEN/PRINTF...
2010-12-27 Nicholas ClarkA perldelta entry describing the refactoring of the...
2010-12-27 Nicholas ClarkMove do_chomp() from pp.c to doop.c, and make it static.
2010-12-27 Nicholas ClarkMerge the opcode bodies for chop/chomp and schop/schomp.
2010-12-27 Nicholas ClarkMerge Perl_do_chop() and Perl_do_chomp().
2010-12-27 Nicholas ClarkConvert Perl_do_chomp() to the same prototype as Perl_d...
2010-12-27 Nicholas ClarkRefactor pp_chomp to process arguments in the same...
2010-12-27 Nicholas ClarkFix links (and hence the podchecker test) after cce04be...
2010-12-27 Zsbán Ambrus[perl #81016] Document ord("")
2010-12-27 Jerry D. HeddenUpgrade to Thread::Queue 2.12
2010-12-27 Jerry D. HeddenUpgrade to Thread::Semaphore 2.12
2010-12-27 David GoldenReorganize perlhack.pod
2010-12-26 David Leadbeater[perl #81218] Note that perlbug to p5p is subject to...
2010-12-26 Peter John... Calc.pm: Fix _modpow() part of RT#63237
2010-12-26 Peter John... Fix RT 62764: Math::BigFloat->bcmp() fails.
2010-12-26 Peter John... Fix RT 25274: Math::BigInt::Calc->_num() overflow.
2010-12-24 Chris 'BinGOs... Update perldelta for threads and threads::shared
2010-12-24 Jerry D. Hedden[PATCH] Upgrade to threads::shared 1.36
2010-12-24 Jerry D. Hedden[PATCH] Upgrade to threads 1.82
2010-12-23 Vincent PitQuote 'threads' in test.pl
2010-12-23 Chris 'BinGOs... Update Encode to CPAN version 2.41
2010-12-22 Zeframupdate RMG discussion of post-release actions
2010-12-21 Nicholas ClarkFix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6...
2010-12-21 Nicholas ClarkConvert lib/utf8.t to strict and warnings throughout.
2010-12-21 Nicholas ClarkRe-sort MANIFEST after a7dcd8d74e57d2a8.
2010-12-21 H.Merijn BrandNo reference to $Id: in generated files
2010-12-21 H.Merijn BrandMove metaconfig control comments into its own files
2010-12-21 H.Merijn BrandRestore a reference to $perlpath. Installation needs it
2010-12-21 Jan Duboissin6_scope_id is supported by Winsock2.
2010-12-21 Tony Cookavoid emitting control characters in test comments
2010-12-21 Tony Cookmultiple watchdog()s in the one test script are meaningless
next