This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2009-09-13 Nicholas ClarkMove Pod::Perldoc from lib to ext.
2009-09-13 Nicholas ClarkRetire uupacktool.pl. We're not in Kansas^W(Perforce...
2009-09-13 Nicholas Clarkf281036e missed that Makefile.ce also generated perl...
2009-09-13 Nicholas ClarkMove Pod::Simple from lib to ext.
2009-09-13 Steve HayFix Win32 build
2009-09-12 Nicholas ClarkAvoid using 'lib' in make_ext.pl.
2009-09-12 Nicholas Clark403f501d broke Win32, because lib/lib.pm is not availab...
2009-09-12 Chris WilliamsMoved Class-ISA from lib/ to ext/
2009-09-12 Nicholas ClarkOops. 403f501d accidentally deleted the MANIFEST entry...
2009-09-12 Nicholas ClarkMove Cwd from lib to ext.
2009-09-12 Nicholas ClarkOops! Correct my declaration of MINIPERL_UP.
2009-09-12 Nicholas ClarkReplace $(MINIPERL) -"I[-.lib]" with $(MINIPERL_UP)
2009-09-12 Nicholas ClarkFix typo for the FILES for AutoLoader, introduced in...
2009-09-12 Chris WilliamsUpdate parent to CPAN version 0.223
2009-09-12 Chris WilliamsMoved parent from lib/ to ext/
2009-09-12 Chris WilliamsMoved AutoLoader from lib/ to ext/
2009-09-12 Jerry D. HeddenCleanup makedir.SH reference in Makefile.SH
2009-09-12 Nicholas Clarkpod/perltoc.pod needs all the extensions to be built...
2009-09-12 Nicholas ClarkUntangle File::Basename and re - avoid hard-coding...
2009-09-12 Nicholas Clarkre.pm will load under miniperl, so don't hard-code...
2009-09-12 Nicholas ClarkAvoid a parallel make race condition where we load...
2009-09-11 Chris WilliamsMove File-Path from lib/ to ext/
2009-09-11 Chris WilliamsMoved Tie-RefHash from lib/ to ext/
2009-09-11 Nicholas ClarkNo need to run AutoSplit on lib - all AutoLoader using...
2009-09-11 Craig A. Berryinstmodsh is a file, not a directory.
2009-09-11 Craig A. Berryxsubpp is a file, not a directory.
2009-09-11 Craig A. BerryReorder some build rules to keep up with lib/ --> ext...
2009-09-11 Nicholas ClarkAlways load the re.xs code, unless we're running under...
2009-09-11 Chris WilliamsMove File::Temp from lib/ to ext/
2009-09-11 Chris WilliamsMove Locale-Codes from lib/ to ext/
2009-09-11 Jerry D. HeddenCorrect ext/ExtUtils-MakeMaker/MANIFEST for 'core'...
2009-09-11 Nicholas ClarkFix test in Cwd for presence of DynaLoader.
2009-09-11 Chris WilliamsMoved Locale-Maketext from lib/ to ext/
2009-09-11 Chris WilliamsUpdated Maintainers.pl with the CPAN path for Locale...
2009-09-11 Chris WilliamsUpdated Locale-Maketext-Simple to CPAN version 0.21
2009-09-11 Rafael Garcia... Update Maintainers.pl for encoding::warnings
2009-09-11 Chris WilliamsMove Locale-Maketext-Simple from lib/ to ext/
2009-09-11 Rafael Garcia... Move encoding::warnings to ext/
2009-09-11 Chris WilliamsMoved Math-BigInt from lib/ to ext/
2009-09-11 Chris WilliamsUpdate Log::Message::Simple to CPAN version 0.06
2009-09-11 Chris WilliamsMoved Math-Complex from lib/ to ext/
2009-09-10 Chris WilliamsUpdated Math::BigRat to CPAN version 0.24
2009-09-10 Chris WilliamsMove Math-BigRat from lib/ to ext/
2009-09-10 Vincent PitUpdate some remaining comments that still point to...
2009-09-10 Vincent PitFix paths in threaded regexp tests
2009-09-10 Chris WilliamsMoved bignum from lib/ to ext/
2009-09-10 Vincent PitSort MANIFEST
2009-09-10 Yves Ortonmissed a comment reference to t/op that should now...
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/
2009-09-10 Yves Ortonadd more positive gofs GPOS tests and fix some bugs too
2009-09-10 Max MaischeinMove t/op/rt69056.t test into t/op/subst.t
2009-09-10 Vincent PitNo tabs in MANIFEST
2009-09-10 Vincent PitAdd missing entries to .gitignore for EU::{CBuilder...
2009-09-10 Vincent PitDon't modify namelen in the first half of gv_stashpvn()
2009-09-10 Abhijit Menon-SenAdd rt69056.t to MANIFEST
2009-09-10 Max MaischeinAdd test for [perl #69056], 2nd try
2009-09-10 Nicholas Clarkb78fd7160df92414 forgot to add ExtUtils::MakeMaker...
2009-09-10 Nicholas ClarkMove ExtUtils::MakeMaker from lib to ext.
2009-09-10 Nicholas ClarkMove ExtUtils::CBuilder from lib to ext.
2009-09-10 Rafael Garcia... Ignore MANIFEST.SKIP once installed in lib/
2009-09-10 Nicholas ClarkMove ExtUtils::ParseXS from lib to ext.
2009-09-10 Rafael Garcia... The "package;" syntax was removed in 5.10
2009-09-10 Chris WilliamsUpdate Archive::Tar to CPAN version 1.54
2009-09-10 Nicholas ClarkMove ExtUtils::Manifest from lib to ext.
2009-09-10 Nicholas ClarkAdd entries for ExtUtils::Command to ext and lib's...
2009-09-10 Nicholas ClarkMove ExtUtils::Install from lib to ext.
2009-09-10 Nicholas ClarkMove ExtUtils::Constant to from lib to ext.
2009-09-10 Nicholas ClarkMap ParseWords.pm to .../lib/Text/ParseWords.pm so...
2009-09-10 Nicholas ClarkRedo moving Text::ParseWords from lib to ext
2009-09-10 Nicholas ClarkRestore Text::ParseWords to the manifest, accidentally...
2009-09-09 Nicholas ClarkReplace the uuencoded perlexe.ico.packd with the genuin...
2009-09-09 Nicholas ClarkMove the Text::Tabs use statement to the top of the...
2009-09-09 Jerry D. HeddenFix broken ABSTRACTs
2009-09-09 Nicholas ClarkClarify what @toolchain means in the context of make_ext.pl
2009-09-09 Nicholas ClarkMove ExtUtils::Command from lib to ext.
2009-09-09 Yves OrtonFix RT69056 - postive GPOS leads to segv on first match
2009-09-09 Craig A. BerryRemove circular dependency of nonxsext and makeppport.
2009-09-09 Nicholas ClarkRedo move Text::Tabs/Text::Wrap from lib to ext.
2009-09-09 Nicholas ClarkBuild the nonxs extensions before running mktables.
2009-09-09 Nicholas ClarkMove constant from lib/ to ext/
2009-09-09 H.Merijn Branderror 1539: Cannot do arithmetic with pointers to objec...
2009-09-09 Nicholas ClarkUse readdir rather than glob, beacuse perlglob.exe...
2009-09-09 Craig A. BerryDisambiguate extensions, nonxs_ext, and dynamic_ext...
2009-09-08 Nicholas Clarkwin32/FindExt.pm thought that ext/List-Util was a nonxs...
2009-09-08 Nicholas ClarkCan't build Dynamic extensions without DynaLoader.pm...
2009-09-08 Nicholas ClarkBuild the nonxs extensions before building DynaLoader.
2009-09-08 Nicholas ClarkBuild the nonxs extensions before running mkppport.
2009-09-08 Chris WilliamsMove Memoize from lib/ to ext/
2009-09-08 Chris WilliamsMoved libnet from lib/ to ext/
2009-09-08 Chris WilliamsMove CPAN from lib/ to ext/
2009-09-08 Rafael Garcia... Remove Mac OS classic instructions from perlrun
2009-09-08 Rafael Garcia... Remove code specific to MacOS Classic from core tests
2009-09-08 Nicholas ClarkOn Win32 and VMS, split building dynamic and nonxs...
2009-09-08 Craig A. BerryImplement nonxs_ext on VMS.
2009-09-08 Craig A. BerryNo longer need to look for extensions under vms/ext.
2009-09-07 Vincent PitDon't install .gitignore files
2009-09-07 Vincent PitMove Digest from lib to ext
2009-09-07 Chris WilliamsRemoved the MAP from Parse-CPAN-Meta
2009-09-07 Chris WilliamsMove Parse::CPAN::Meta from lib/ to ext/
2009-09-07 Vincent PitMove CGI.pm from lib to ext
next