This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2009-02-16 David Mitchelladd missing perforce-era entry to Changes files
2009-02-16 BramUse tempfile() in tests
2009-02-16 Nicholas ClarkDon't add PRIVLIB_EXP to @INC twice.
2009-02-16 Zsban Ambrus[perl #63234] [DOC PATCH] fix some missing parts of...
2009-02-16 Dan KogaiUpgrade to Encode 2.31
2009-02-16 BramExtra regex tests
2009-02-16 Rafael Garcia... Yves states that patches to ExtUtils::Install should...
2009-02-15 Nicholas ClarkEnsure that the pointer to S_incpush_use_sep() is never...
2009-02-15 Nicholas ClarkIn @INC, move ARCHLIB and PRIVLIB after the current...
2009-02-15 Nicholas ClarkLoop in S_init_perllib(), only calling S_incpush*(...
2009-02-15 Nicholas ClarkRefactor the separator splitting loop of S_incpush...
2009-02-15 Nicholas ClarkIn S_incpush(), rename the parameter from dir to p...
2009-02-15 John MalmbergExtUtils::Install VMS extended character set support
2009-02-15 Nicholas ClarkRefactor S_incpush() to take 1 flags parameter, instead...
2009-02-15 Nicholas ClarkFor -I, need to also unshift version and architecture...
2009-02-14 Craig A. BerryClear Module::Build smoke on VMS while waiting for...
2009-02-14 Nicholas ClarkAdd git_version.h to private so that make distclean...
2009-02-14 Nicholas ClarkIgnore the OS X GNUmakefile*s, and t/test_state.
2009-02-14 Nicholas ClarkIgnore lib/NDBM_File.pm
2009-02-14 David MitchellMake git-find-p4-change only find changes done under...
2009-02-14 Rafael Garcia... Forbid to use "foreach" as an attribute
2009-02-13 Rafael Garcia... More tests for coderefs and smart match
2009-02-13 Rafael Garcia... Remove code that has never been used in any test
2009-02-13 Craig A. BerryHandle uninitialized interpreter when performing vmsish...
2009-02-13 Rafael Garcia... $object ~~ undef should always test for definedness
2009-02-13 Rafael Garcia... Add tests for undef smart-matching
2009-02-13 Rafael Garcia... Document error "Smart matching a non-overloaded object...
2009-02-13 Rafael Garcia... Remove obsolete comment; document test format
2009-02-13 Rafael Garcia... More tests for array-ref smart match
2009-02-13 Rafael Garcia... Remove one of the two definitions of the a_const contan...
2009-02-13 Rafael Garcia... More gitignore adjustments
2009-02-12 Rafael Garcia... Remove double slash in MANIFEST
2009-02-12 Nicholas ClarkMove Attribute::Handlers from lib to ext. The layout...
2009-02-12 Nicholas Clarkmake_ext.pl now generates a Makefile.PL if needed.
2009-02-12 Craig A. BerryFind extensions on VMS even when they don't have a...
2009-02-12 Jerry D. HeddenUnigue test file names in t/lib/warnings/9enabled
2009-02-12 Steve HayUpgrade to Math-Complex-1.56
2009-02-12 Steve Haywin32/ext doesn't exist any more, so no need to look...
2009-02-12 Steve Haywin32/ext doesn't exist any more, so no need to look...
2009-02-12 Florian RagwitzIgnore some temporary files created by ext/DB_File.
2009-02-12 Steve HayUpdate .gitignore with new flat extension path
2009-02-12 Steve HaySkip tests for flattened extensions that weren't built.
2009-02-12 Rafael Garcia... Fix MANIFEST for CPAN 1.93_51 inclusion
2009-02-12 Andreas KoenigUpdate CPAN.pm to 1.93_51
2009-02-11 John Malmbergvms fgetname wrapper.
2009-02-11 H.Merijn Brandavoid confusing gcc with -2147483648
2009-02-11 Robin BarkerFix previous patch. Actually it's written PAREN, not...
2009-02-11 Nicholas ClarkUpdate makerel to make a release from a git checkout.
2009-02-10 Rafael Garcia... Fix previous patch. Actually it's written PAREN, not...
2009-02-10 Moritz Lenzmention English name of %+ in perlvar.pod
2009-02-10 H.Merijn BrandComment inside evaluated shell string causes havoc
2009-02-10 H.Merijn BrandRestore old behavior for perl builds with (still) unfla...
2009-02-10 H.Merijn Brandmetaconfig needs these two symlinks
2009-02-10 Nicholas Clarklib/Config_git.pl mustn't be built concurrently with...
2009-02-10 Nicholas ClarkAll extensions are at the top level, so no longer any...
2009-02-10 Rafael Garcia... Adjust name of Test-Harness directory in .gitignore
2009-02-10 Nicholas ClarkMove Safe.pm into ext/Safe, and temporarily give it...
2009-02-10 Nicholas ClarkSys-Syslog I18N-Langinfo have long names now.
2009-02-10 John MalmbergLogic changes for the VMS-specific mkdir/chdir/chmod...
2009-02-09 Nicholas ClarkRemove special casing for extensions nested inside...
2009-02-09 Nicholas ClarkRename ext/threads/shared to ext/threads-shared
2009-02-09 Nicholas ClarkRename ext/XS/Typemap to ext/XS-Typemap
2009-02-09 Nicholas ClarkRename ext/XS/APItest to ext/XS-APItest
2009-02-09 Nicholas ClarkRename ext/Unicode/Normalize to ext/Unicode-Normalize
2009-02-09 Nicholas ClarkRename ext/Time/Piece to ext/Time-Piece
2009-02-09 Nicholas ClarkRename ext/Time/HiRes to ext/Time-HiRes
2009-02-09 Nicholas ClarkRename ext/Text/Soundex to ext/Text-Soundex
2009-02-09 rmgiroux@acm.orgcorrect typo, replacing "complement" with "compliment"
2009-02-09 Nicholas ClarkRename ext/Test/Harness to ext/Test-Harness
2009-02-09 Nicholas ClarkRename ext/Sys/Hostname to ext/Sys-Hostname
2009-02-09 Nicholas ClarkRename ext/PerlIO/via to ext/PerlIO-via
2009-02-09 Nicholas ClarkRename ext/PerlIO/scalar to ext/PerlIO-scalar
2009-02-09 Nicholas ClarkRename ext/PerlIO/encoding to ext/PerlIO-encoding
2009-02-09 Nicholas ClarkMove the 4 tests of core PerlIO functionality to t...
2009-02-09 Nicholas ClarkMove 3 tests from ext/PerlIO/t to their relevant PerlIO...
2009-02-09 Nicholas ClarkRename ext/Module/Pluggable to ext/Module-Pluggable
2009-02-09 Nicholas ClarkRename ext/Math/BigInt/FastCalc to ext/Math-BigInt...
2009-02-09 Nicholas ClarkRename ext/MIME/Base64 to ext/MIME-Base64
2009-02-09 Nicholas ClarkRename ext/List/Util as ext/List-Util
2009-02-09 Nicholas ClarkRename ext/I18N/Langinfo to ext/I18N-Langinfo
2009-02-09 Nicholas ClarkRename ext/Hash/Util to ext/Hash-Util
2009-02-09 Nicholas ClarkRename ext/Hash/Util/FieldHash to ext/Hash-Util-FieldHash
2009-02-09 Nicholas ClarkRename ext/Filter/Util/Call to ext/Filter-Util-Call
2009-02-09 Nicholas ClarkRename ext/File/Glob to ext/File-Glob
2009-02-09 Nicholas ClarkRename ext/Digest/SHA to ext/Digest-SHA
2009-02-09 Nicholas ClarkRename ext/Digest/MD5 to ext/Digest-MD5
2009-02-09 Nicholas ClarkRename ext/Devel/Peek to ext/Devel-Peek
2009-02-09 Nicholas ClarkRename ext/Devel/PPPort to ext/Devel-PPPort
2009-02-09 Nicholas ClarkRename ext/Devel/DProf to ext/Devel-DProf
2009-02-09 Nicholas ClarkIn The Grand Trek, Filter::Util::Call's call.t didn...
2009-02-09 Nicholas ClarkRename ext/Data/Dumper to ext/Data-Dumper
2009-02-09 Nicholas ClarkRename ext/Compress/Zlib to ext/Compress-Zlib
2009-02-09 Nicholas ClarkRename ext/Compress/Raw/Zlib to ext/Compress-Raw-Zlib
2009-02-09 Craig A. BerryGoodbye, make_ext.com; make_ext.pl will take over now.
2009-02-08 Nicholas ClarkRename ext/Win32API/File to ext/Win32API-File
2009-02-08 Yitzchak Scott... add link for those who look at overload for overriding
2009-02-08 Craig A. BerryFix some thread context mistakes that snuck in with...
2009-02-08 Craig A. BerrySkip tests for flattened extensions that weren't built.
2009-02-08 Craig A. BerryUse make_ext.pl on VMS to build, clean, and realclean...
2009-02-08 Nicholas ClarkData-Dumper --> Data/Dumper for VMS extension list...
next