This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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+
2009-04-23 Steve PetersAdd an idea to perltodo
2009-04-23 Craig A. BerrySpace between target and colon is not optional in VMS...
2009-04-22 Nicholas ClarkSean would like to pass on his maintainership of I18N...
2009-04-21 Nicholas Clark7eb47696deb9a7343fb4847f7342919a6df59e21 should be...
2009-04-21 Craig A. BerryFix reference to perlvms.pod after move to new location.
2009-04-21 Nicholas ClarkWe need $(MINIPERL_EXE) before we can run autodoc.pl...
2009-04-21 Nicholas ClarkBuild perltoc.pod, rather than shipping it. This way...
2009-04-20 Nicholas ClarkTweak corelist.pl's heuristics to cope with the renamed...
2009-04-20 Nicholas ClarkIn corelist.pl, refactor to avoid repeating the final...
2009-04-20 Steve HayFix calling of autodoc.pl in Win32 nmake Makefile
2009-04-20 Steve HayRemove leftover copying of perlvms.pod on Win32
2009-04-20 Niko TyniClarify PERL_SYS_INIT3() usage.
2009-04-20 Nicholas ClarkMove vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-19 Craig A. BerryMake h2ph's generated preamble require-able when empty.
2009-04-19 Craig A. BerryMake lib/h2ph.t use t/test.pl.
2009-04-19 Nicholas ClarkIn the Makefile, no need to change into pod/ to create...
2009-04-19 Nicholas ClarkSimpify logic in Perl_pad_free(): SvIsCOW() has the...
2009-04-19 Nicholas ClarkIn the context of PERL_OLD_COPY_ON_WRITE, remove commen...
2009-04-19 Nicholas ClarkMove the symlink fo perl51110delta.pod to perldelta...
2009-04-19 Nicholas ClarkIn buildtoc, refactor all the duplicated checking logic...
2009-04-19 Nicholas ClarkFor Win32, add the generated files to the delete list...
2009-04-19 Nicholas ClarkFor VMS, generate the delete rules for generated and...
2009-04-18 Rafael Garcia... Remove ExtUtils::MM_Haiku
2009-04-18 Max MaischeinMake autodoc.pl accept the root dir in @ARGV
2009-04-18 Nicholas Clarkautodoc.pl needs -Ilib. I had been testing with a perl...
2009-04-18 H.Merijn BrandHere are some patches for QNX6 against 5.10.x. Unpatche...
2009-04-18 David Mitchellfix trivial typo in MANIFEST
2009-04-18 Nicholas ClarkAs autodoc.pl no longer rebuilds repository files,...
2009-04-18 Nicholas Clarkgrep then sort, as it's more efficient to sort a shorte...
2009-04-18 Nicholas ClarkAdd a --quiet option, to suppress all the routine warni...
2009-04-18 Nicholas ClarkGenerate perlapi.pod and perlintern.pod at build time...
2009-04-17 Steve HayFix failing Time-Piece tests on Win32
2009-04-17 Nicholas ClarkIn autodoc.pl, inline and hence eliminate walk_table().
2009-04-17 Nicholas ClarkIn autodoc.pl, remove the unused parameters and functio...
2009-04-17 Steve HayAdd reference to MS KB article describing leak in putenv()
2009-04-17 Steve HayRemove last vestiges of USE_WIN32_RTL_ENV
2009-04-16 Rafael Garcia... Ignore some autogenerated makefiles
2009-04-16 Nicholas ClarkAvoid loading Config, as we don't need to distinguish...
2009-04-16 Rafael Garcia... Ignore attributes.pm in lib since it's now an XS module
2009-04-16 Rafael Garcia... Bump VERSION of Data::Dumper
2009-04-16 Alex VandiverData::Dumper hash iterator needs to be reset on all...
2009-04-16 Niko TyniSquelch 'Constant subroutine ... undefined' warnings...
2009-04-16 Niko TyniAdd tests to verify that h2ph output compiles and is...
2009-04-16 Paul MarquessBuild bzip2 witha C++ compiler
2009-04-16 Chris 'BinGOs... Update CPANPLUS::Dist::Build to 0.22
2009-04-14 Tom HukinsDocumentation Patch: perlxs.pod
2009-04-14 Steve PetersAdd file missed in previous commit.
2009-04-13 Andreas J.... [PATCH] Update CPAN.pm to 1.93_52
2009-04-13 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-04-13 Steve PetersUpgrade to CGI.pm-3.43
2009-04-13 Nicholas ClarkRemove an unnecessary use Config;
2009-04-13 Nicholas ClarkRemove Makefile.PLs that make_ext.pl can automatically...
2009-04-13 Paul Marquess[PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress...
2009-04-13 Nicholas ClarkRestore prototypes to XS code in attributes, accidental...
2009-04-13 Nicholas ClarkTODO tests for deparsing strict, warnings as strings...
2009-04-13 Nicholas Clarkour $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas ClarkCorrect two other tests that apparently should be TODOs...
2009-04-13 Nicholas ClarkA perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas ClarkTweak t/lib/common.pl to use test.pl's (better) tempfil...
2009-04-13 Nicholas ClarkPropagate the upgraded TODO/SKIP parser from ext/B...
2009-04-13 Nicholas ClarkRefactor the SKIP parser to also handle TODOs. TODO...
2009-04-13 Nicholas ClarkRemove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
next