This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2009-05-15 David Mitchellmake regcomp.pl use the standard foo.h-new naming schem...
2009-05-15 David MitchellAdd some documentation to the heads of the various...
2009-05-14 Jan DuboisWIN32 preprocessor symbols is usually tested with ...
2009-05-14 Claes JakobssonAmelioration of the error message "Unrecognized charact...
2009-05-14 Rafael Garcia... Fix failing autodie test with new smartmatch semantics.
2009-05-14 Rafael Garcia... Move autodie tests in lib/autodie/t, so they are picked...
2009-05-14 Vincent Pitpp.c and time64.c don't need to be executable
2009-05-14 Ricardo SIGNESdocument Git_Data
2009-05-14 Vincent PitRemove remaining POD tags in verbatim paragraphs
2009-05-13 Christoph Lamprechtdo/require don't treat '.\foo' or '..\foo' as "absolute...
2009-05-13 Rafael Garcia... Merge branch 'smartmatch' into blead
2009-05-13 Rafael Garcia... Enable more warnings in smart match tests
2009-05-13 Jan Duboisselect() generates "Invalid parameter" messages on...
2009-05-12 Nicholas ClarkInline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing...
2009-05-12 Nicholas ClarkAdd perl589delta.pod to pod.lst, and run pod/buildtoc...
2009-05-12 Steve HaySkip test for changing TZ if running in a pseudo-fork...
2009-05-12 Steve HayUpgrade to Time-Piece-1.14
2009-05-12 David Mitchelladd perl589delta.pod to blead
2009-05-12 Rafael Garcia... Register ~~ operator overloading in its own category...
2009-05-12 Rafael Garcia... Smart matching is to-done.
2009-05-12 David MitchellResurrect the Changes file as a simple guide to finding...
2009-05-12 David Mitchellremove all Changes* files
2009-05-12 Rafael Garcia... Remove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-11 Graham BarrUpdate IO to CPAN 1.24 release
2009-05-11 Vincent PitAllow typed arrays and hashes
2009-05-10 David Mitchellbump Storage version to 2.20 to distinguish it from...
2009-05-10 Nicholas ClarkReplacing dump.c's use of SVs as temporaries is TODO.
2009-05-10 Nicholas ClarkMaking ExtUtils::ParseXS use strict; is TODO.
2009-05-10 Steffen MuellerUpdate info on number of magic types\n\nRemove mention...
2009-05-10 Steffen MuellerPull PathTools 3.30 (which was just a blead sync.)
2009-05-09 David MitchellRevert "Bump version of File::Copy"
2009-05-09 Rafael Garcia... Implement Hash/Array ~~ Regex (with tests)
2009-05-09 Rafael Garcia... Add a test for object ~~ string, with stringification...
2009-05-09 Rafael Garcia... Add tests for object ~~ regexp
2009-05-09 Rafael Garcia... Treat blessed references on the left of C<~~> as scalars
2009-05-09 Rafael Garcia... Implement distributivity in $scalar ~~ @array
2009-05-08 Rafael Garcia... Document what to do with object on the left and add...
2009-05-08 Rafael Garcia... Inline macros used only once
2009-05-08 Rafael Garcia... Make ~~ overloading only be invoked on the right argument
2009-05-08 Rafael Garcia... More tests for ~~
2009-05-08 Steve HaySilence Win32 compiler warning in IO.xs
2009-05-08 Chris 'BinGOs... Upgrade CPANPLUS::Dist::Build to 0.28
2009-05-08 Chris 'BinGOs... git checkout in add-package.pl, not git co
2009-05-08 Andreas J KoenigUpdate CPAN.pm to 1.93_54
2009-05-07 Steffen MuellerBring PathTools changes file in sync with... PathTools
2009-05-07 Chris 'BinGOs... Upgrade to CPANPLUS-Dist-Build-0.26
2009-05-07 Steve HayFix ExtUtils::Miniperl on Win32
2009-05-06 Rafael Garcia... Rewrite tests for objects and ~~
2009-05-06 Steve HayFix POSIX::tzset() as per Time::Piece::_tzset().
2009-05-06 H.Merijn Brand-Duserelocatableinc and -Duseshrplib don't work together
2009-05-06 Steve HayFix code before declaration compile error on Win32
2009-05-06 David Cantrellperltie.pod docpatch
2009-05-06 Steve HayExport two more PerlIO symbols.
2009-05-05 Nicholas ClarkAdd $(LDLIBPTH) to the documentation generation command...
2009-05-05 Rafael Garcia... Bump $VERSION of FileCache
2009-05-05 Niko TyniDocument that FileCache uses symbolic references
2009-05-05 Rafael Garcia... Fix test for stringification of arrays.
2009-05-05 Steve HayFix Time-Piece tests on Win32 with PERL_IMPLICIT_SYS
2009-05-05 Rafael Garcia... Merge branch 'blead' into smartmatch
2009-05-05 Rafael Garcia... Add tests for @array ~~ $string
2009-05-05 Rafael Garcia... Clarify that @a ~~ @b recursively smart matches
2009-05-05 Rafael Garcia... Bump version of File::Copy
2009-05-05 Paul FenwickMake File::Copy always return 0 (not "") on failure.
2009-05-04 Nicholas ClarkIn Perl_gp_dup(), no need to explicitly zero ret->gp_re...
2009-05-04 Nicholas ClarkMake Perl_hek_dup() cope with a NULL "source" parameter...
2009-05-04 Nicholas ClarkFix SEGVs when cloning a typeglob that has been undefin...
2009-05-04 Jos I. BoumansUpdate IPC::Cmd to 0.44
2009-05-04 H.Merijn BrandPatch to fix the problem enclosed.
2009-05-04 Dan JacobsonClarify that =encoding is global in POD
2009-05-04 Andreas J KoenigUpdate CPAN.pm to 1.93_53
2009-05-03 H.Merijn BrandRE: [PATCH] compress 2.018
2009-05-03 Rafael Garcia... Add tests for last and next in when()
2009-05-03 Rafael Garcia... Remove warnings "Exiting given/when via next/last"
2009-05-02 Niko TyniDocument that XS_VERSION_BOOTCHECK may break if $VERSIO...
2009-05-02 Frank Wiegandfix POD typo
2009-05-02 Jos I. BoumansUpdate Archive::Tar to 1.48
2009-05-02 John E. Malmbergt/test - Hack for VMS pipe bug.
2009-05-01 Rafael Garcia... Add generated perltoc to git ignore list
2009-04-28 Jos I. BoumansUpdate CPANPLUS to 0.8601
2009-04-28 Jan DuboisFix -p function and Fcntl::S_IFIFO constant under Micro...
2009-04-27 Jay HannahMinor fixups for the documentation for crypt.
2009-04-27 Chris 'BinGOs... Update CPANPLUS::Dist::Build to version 0.24
2009-04-27 Jos I. BoumansUpdate CPANPLUS to 0.86
2009-04-27 Nicholas ClarkSimplifications to S_incpush() now possible without...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-26 Nicholas ClarkFix #if/#else bug introduced with MACOS_TRADITIONAL...
2009-04-26 Jos I. Boumans[PATCH] Update Term::UI to 0.20
2009-04-26 Michael G Schwern[PATCH] Allow PERL5OPT=-W
2009-04-25 Craig A. Berryperltoc.pod depends on perldelta.pod.
2009-04-25 Craig A. BerryMake time64 use NV for time_t, I32 for year, not Quad_t.
2009-04-25 David Mitchellmake the File::Copy permission change from 2.15 onwards...
2009-04-25 David Mitchell[perl #56644] TODO was too severe. Only :unix :stdio...
2009-04-25 Nicholas ClarkFlag that perltoc.pod should be omitted from perltoc...
2009-04-24 Craig A. BerryClean up pod/buildtoc so it will run on VMS.
2009-04-24 Craig A. BerryRun buildtoc on VMS.
2009-04-23 Nicholas ClarkUse %Module::CoreList::bug_tracker to print out upstrea...
2009-04-23 Nicholas ClarkAdd %upstream and %bug_tracker data to Module::CoreList.
2009-04-23 Nicholas ClarkUse files_to_modules() and a CPAN mirror to map modules...
2009-04-23 Nicholas ClarkBreak out the logic that maps file names to modules...
2009-04-23 David Mitchellqr_gc.t is only TODO on 5.11.x+
next