p5sagit/p5-mst-13.2.git
2009-09-23 Nicholas Clark Declare PERL_IS_MINIPERL in the output of ./{mini,...
2009-09-23 Nicholas Clark runtests should write to t/rantests on successful compl...
2009-09-23 Nicholas Clark Temporarily reinstate a _test target for the benefit...
2009-09-22 chromatic push in Void Context
2009-09-22 Leon Brocard Update list of CPAN mirror sites from cpan.org/SITES
2009-09-22 Leon Brocard Update URL to StuffIt Expander
2009-09-22 Leon Brocard Fix broken URLs (and remove MacPerl Module Porters...
2009-09-22 Leon Brocard Update URL to the current Perl-QA Wiki
2009-09-22 Leon Brocard Remove broken URL from the mro documentation
2009-09-22 Robin Barker fix format warnings from regexec.c
2009-09-22 Steffen Mueller Upgrade to Class::ISA 0.34
2009-09-22 Nicholas Clark Move t/perl symlink creation back to the test_prep...
2009-09-22 Steffen Mueller Sean is passing Class::ISA maintenance to Steffen
2009-09-21 Steffen Mueller Deprecate Class::ISA from core
2009-09-21 Steffen Mueller Remove Class::ISA use from autouse tests
2009-09-21 Steffen Mueller Remove use of Class::ISA from the debugger
2009-09-21 Steffen Mueller Upgrade to Attribute::Handlers 0.87 (which is just...
2009-09-21 Steffen Mueller Revert "Upgrade to Attribute::Handlers 0.87 (which...
2009-09-21 Steffen Mueller Compare core to Attribute::Handlers 0.87 from CPAN
2009-09-21 Steffen Mueller Upgrade to Attribute::Handlers 0.87 (which is just...
2009-09-21 Steffen Mueller Upgrade to AutoLoader 5.70 for CPAN synchronization...
2009-09-21 Steffen Mueller Compare AutoLoader in core to AutoLoader 5.70 from...
2009-09-21 Steffen Mueller Compare PathTools to CPAN's 3.30_01
2009-09-21 Nicholas Clark Fix my bash-ism in 9988b539d419b6c4 - test takes a...
2009-09-21 Robin Barker typo in usage of deprecate
2009-09-21 Rafael Garcia... Change my email address
2009-09-20 Nicholas Clark Move the Makefile targets _test{,_prep,_tty,_notty...
2009-09-20 Nicholas Clark Adopt Makefile macros MINIPERL_EXE and MINIPERL from...
2009-09-20 Nicholas Clark The pod convertors chdir post BEGIN-time, so don't...
2009-09-20 Nicholas Clark On Unix, use the -C option to mktables rather than...
2009-09-19 Yves Orton dropped a test by accident the last go, so ressurect...
2009-09-19 Yves Orton split t/re/pat.t into new pieces
2009-09-19 Yves Orton copy pat.t into five new files
2009-09-19 Nicholas Clark lib/unicore/mktables needs to get File::Spec from ext...
2009-09-19 Nicholas Clark win32/config_h.PL indirectly needs File::Spec, before...
2009-09-19 Nicholas Clark Reuinte File::Spec with the rest of the PathTools distr...
2009-09-18 Nicholas Clark 82dee7de92a0bd35 failed to add ext/lib/Makefile.PL...
2009-09-18 Nicholas Clark Move lib from lib to ext.
2009-09-18 Nicholas Clark Avoid re-creating a temporary file with constant conten...
2009-09-18 Nicholas Clark Avoid using lib.pm in miniperl's tests.
2009-09-18 Nicholas Clark Split XSLoader out from ext/DynaLoader into its own...
2009-09-18 Nicholas Clark Make make_ext.pl set PERL_CORE=1 in the environment.
2009-09-17 Nicholas Clark Build DynaLoader in ext on VMS.
2009-09-17 Craig A. Berry PERL_SRC already has brackets on VMS.
2009-09-17 Nicholas Clark In S_mro_get_linear_isa_c3() replace sv_inc() with...
2009-09-17 Nicholas Clark Now no need to run AutoSplit on lib on Win32, with...
2009-09-17 Nicholas Clark Convert win32 to build DynaLoader with EU::MM in ext...
2009-09-17 Rafael Garcia... Since gitignores are advisory, we don't need the specif...
2009-09-17 Rafael Garcia... Revert "much simpler .gitignore for ext/"
2009-09-16 Nicholas Clark Rearrange ext/Memoize to the same layout as the CPAN...
2009-09-16 Nicholas Clark Remove the now-redundant MAP for Math::BigInt.
2009-09-16 Nicholas Clark Rearrange ext/File-Temp to the same layout as the CPAN...
2009-09-16 Nicholas Clark /Compress/ modules are at version 2.021. Remove vestiga...
2009-09-16 Nicholas Clark Rearrange ext/IO-Zlib to the same layout as the CPAN...
2009-09-16 Craig A. Berry Linker options file not created before nonxs extension...
2009-09-16 Rafael Garcia... Upgrade to IO::Zlib 1.10
2009-09-16 Nicholas Clark Start to make DynaLoader's Makefile.PL platform agnostic.
2009-09-16 Nicholas Clark Revert 109e4020 and 2da760ce for now. Win32 needs to...
2009-09-16 Rafael Garcia... Localize $@ and $! before loading a file in SWASHNEW
2009-09-15 Nicholas Clark 109e4020 failed to delete the clone of splittree.pl...
2009-09-15 Nicholas Clark No need to run AutoSplit on lib on Win32 or NetWare...
2009-09-15 Nicholas Clark Ensure that the perl build doesn't read any installed...
2009-09-15 Nicholas Clark Avoid setting $! if the sitecustomize script doesn...
2009-09-15 Leon Brocard Use alternative URLs for links which are now broken...
2009-09-15 Nicholas Clark Cwd.pm needs to be installed in lib before Encode recur...
2009-09-15 Nicholas Clark Note that Pod::Plainer is upgraded, and deprecated...
2009-09-14 Rafael Garcia... Core tests purged from macperl references: done (as...
2009-09-14 Nicholas Clark Note how various parts of perldelta writing could be...
2009-09-14 Rafael Garcia... Some POD and spelling fixes
2009-09-14 Nicholas Clark Document the mro improvments.
2009-09-14 Nicholas Clark Some copy editing tweaks - C<> around code, and Perl_...
2009-09-14 Nicholas Clark Describe the effects of the migration of dual life...
2009-09-14 Nicholas Clark Moving pod/*.PL to ext is the last major part remaining...
2009-09-14 Nicholas Clark Parallel testing is pretty much done.
2009-09-14 Rafael Garcia... Doc nit in perlfunc for die() and warn() with an empty...
2009-09-14 Nicholas Clark Convert Porting/checkARGS_ASSERT.pl to a regresion...
2009-09-14 Nicholas Clark Add PERL_ARGS_ASSERT_* macros where missing; move where...
2009-09-14 Nicholas Clark Fix the build for -Dmad - f0e3f042f14b829f missed a...
2009-09-13 Craig A. Berry Restore part of 403f501d5b37ebf0340212b1a7f7c01855cd7b95
2009-09-13 Craig A. Berry Revert "Replace $(MINIPERL) -"I[-.lib]" with $(MINIPERL...
2009-09-13 Craig A. Berry Undo 4527a2238fcb956920c7d18b8aa95a3ff49f0fcb and part...
2009-09-13 Robin Barker deprecate Pod::Plainer - update to 1.00
2009-09-13 Nicholas Clark Move Test::Simple from lib to ext.
2009-09-13 Leon Brocard Remove broken links for hip communications inc.
2009-09-13 Leon Brocard Use alternative URLs for links which are now broken...
2009-09-13 Yves Orton add a couple of missing items to the lib/.gitignore
2009-09-13 Yves Orton much simpler .gitignore for ext/
2009-09-13 Bo Borgerson split: Improve performance in scalar context
2009-09-13 Bo Borgerson split: Remove implicit split to @_
2009-09-13 Rafael Garcia... This test was incorrectly skipped because it couldn...
2009-09-13 Nicholas Clark Move Moudle::Build from lib to ext.
2009-09-13 Nicholas Clark Module::Build's contrib directory should be marked...
2009-09-13 Nicholas Clark Move Unicode::Collate from lib to ext.
2009-09-13 Nicholas Clark Move Time::Local from lib to ext.
2009-09-13 Nicholas Clark Move PerlIO::via::QuotedPrint from lib to ext.
2009-09-13 Nicholas Clark Move NEXT from lib to ext.
2009-09-13 Nicholas Clark Move if from lib to ext.
2009-09-13 Nicholas Clark Move Getopt::Long from lib to ext.
2009-09-13 Nicholas Clark Move Test from lib to ext.
2009-09-13 Nicholas Clark Sort .gitignore (lexically).
next