This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
change warn.t to use test.pl
[perl5.git] / Makefile.SH
2010-09-05 Florian RagwitzMove the latest perldelta to pod/perldelta.pod
2010-08-20 Florian Ragwitzupdate TOC and perldelta references
2010-08-19 Florian RagwitzMake everything exec-bit.txt lists executable
2010-08-16 Nicholas ClarkOnly copy op.c to opmini.c if op.c is a symlink, else...
2010-08-16 Nicholas ClarkUse a loop to generate the Makefile rules for opmini...
2010-08-16 Nicholas ClarkFor both opmini.o and perlmini.o define PERL_EXTERNAL_G...
2010-08-13 Tony CookCwd.pm needs to be installed in lib before SDBM_File...
2010-07-30 Karl WilliamsonAdd new hdr op_reg_common to Makefile.SH
2010-07-24 Florian RagwitzMove PathTools from cpan/ to dist/
2010-07-20 David Goldenupdate TOC and perldelta references
2010-07-04 Jesse VincentUpdate Makefile to regen META.yml as it regens other...
2010-06-23 Nicholas Clarkcreate perl5133delta
2010-05-23 David Goldencreate perl5132delta
2010-04-20 Leon Brocardcreate perl5131delta
2010-04-13 Jesse VincentCreate a perl5130delta.pod
2010-03-25 Jesse Vincentperl 5.11.6 never happened. Remove the traces of its...
2010-02-21 Steve HayCreate perl5116delta and update other versions
2010-02-13 H.Merijn Brand[PATCH] Support for SystemTap's dtrace compatibility...
2010-01-20 Ricardo Signescreate perl5115delta and update other versions
2010-01-20 Nicholas Clarkmake clean deletes runtests, so add a rule and dependen...
2010-01-12 Rafael Garcia-SuarezAdd perl5114delta.pod
2010-01-07 Nicholas ClarkCorrect errors in the use of multiple targets, which...
2010-01-05 Andy DoughertyAvoid a possible race condition where a parallel make...
2009-12-03 Rafael Garcia-SuarezRevert makefile part of the Unicode 5.2 patch
2009-12-03 Karl WilliamsonUnicode 5.2
2009-11-30 Rafael Garcia-SuarezMake distclean work again
2009-11-25 Karl Williamsonwrap uniprops.t; makefile changes for mktables
2009-11-24 Rafael Garcia-SuarezSpecify in Makefile what generates pod/perluniprops.pod
2009-11-24 Rafael Garcia-SuarezRemove generated file pod/perluniprops.pod from the...
2009-11-24 Karl Williamsonmktables not run unless needed
2009-11-20 Leon Brocardcreate perl5113delta
2009-11-19 Zeframminitest fixes
2009-11-09 H.Merijn Brandperl.exp was not built in time on systems that required...
2009-10-30 Dave Rolskyremove all references to patching.pod
2009-10-30 Jesse VincentPropagate LDLIBPTH into run_tests - Fixes 5.12 blocker...
2009-10-24 Nicholas ClarkAdd perl5112delta, and change 5111delta from being...
2009-10-19 Jesse Vincentmacroify how we run perl from within the Makefile.
2009-10-19 Jesse Vincentadd a test_porting target which runs basic porting...
2009-10-04 Yves Ortonmake test-reonly bypass the non-xs extensions
2009-10-04 Rafael Garcia-SuarezRun "cd pod ; ../perl -I../lib buildtoc --build-all"
2009-10-03 Jesse Vincent'make distclean now results in an actually-clean tree.
2009-10-02 Jesse VincentOur makemeta invocation was wrong (after miniperl stopp...
2009-10-01 Jesse VincentPorting/makemeta no longer works with miniperl. switch...
2009-09-29 Nicholas ClarkRecursively delete all ppport.h files, instead of runni...
2009-09-29 Nicholas ClarkMove Cwd from ext/ to cpan/
2009-09-27 Nicholas ClarkChange the invocation of mktables to the "standard...
2009-09-26 Nicholas ClarkSupport building extensions in dist/ as well as cpan...
2009-09-25 Nicholas ClarkSupport building nonxs extensions from cpan/ on Unix.
2009-09-23 Nicholas ClarkTemporarily reinstate a _test target for the benefit...
2009-09-22 Nicholas ClarkMove t/perl symlink creation back to the test_prep...
2009-09-20 Nicholas ClarkMove the Makefile targets _test{,_prep,_tty,_notty...
2009-09-20 Nicholas ClarkAdopt Makefile macros MINIPERL_EXE and MINIPERL from...
2009-09-20 Nicholas ClarkThe pod convertors chdir post BEGIN-time, so don't...
2009-09-20 Nicholas ClarkOn Unix, use the -C option to mktables rather than...
2009-09-19 Nicholas Clarklib/unicore/mktables needs to get File::Spec from ext...
2009-09-19 Nicholas ClarkReuinte File::Spec with the rest of the PathTools distr...
2009-09-18 Nicholas ClarkMove lib from lib to ext.
2009-09-15 Nicholas ClarkEnsure that the perl build doesn't read any installed...
2009-09-15 Nicholas ClarkCwd.pm needs to be installed in lib before Encode recur...
2009-09-13 Nicholas ClarkRetire uupacktool.pl. We're not in Kansas^W(Perforce...
2009-09-12 Nicholas ClarkMove Cwd from lib to ext.
2009-09-12 Jerry D. HeddenCleanup makedir.SH reference in Makefile.SH
2009-09-11 Nicholas ClarkNo need to run AutoSplit on lib - all AutoLoader using...
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/
2009-09-09 Nicholas ClarkBuild the nonxs extensions before running mktables.
2009-09-08 Nicholas ClarkBuild the nonxs extensions before building DynaLoader.
2009-09-08 Nicholas ClarkBuild the nonxs extensions before running mkppport.
2009-08-30 Vincent PitRevert "Build Text::Tabs before running mktables, as...
2009-08-30 Vincent PitBuild Text::Tabs before running mktables, as it needs it
2009-08-30 Steffen MuellerText::ParseWords depends on Scalar::Util
2009-07-30 Jerry D. HeddenSort MANIFEST using Perl
2009-06-13 Nicholas ClarkRemove autodoc.pl from regen.pl and the lists of regene...
2009-06-13 Nicholas ClarkEliminate the regen_pods target from pod/Makefile,...
2009-06-13 Nicholas ClarkGenerate perlmodlib.pod at build time, instead of shipp...
2009-06-01 Andy DoughertyProtect against spaces in build directory name when...
2009-05-26 Andy DoughertyCatch interdependencies for static builds too
2009-05-25 Rafael Garcia-SuarezDon't run mro/* tests under miniperl
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2009-05-19 Nicholas ClarkPass the output file name to generate_uudmap, and open...
2009-05-05 Nicholas ClarkAdd $(LDLIBPTH) to the documentation generation command...
2009-04-21 Nicholas Clark7eb47696deb9a7343fb4847f7342919a6df59e21 should be...
2009-04-21 Nicholas ClarkBuild perltoc.pod, rather than shipping it. This way...
2009-04-20 Nicholas ClarkMove vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-19 Nicholas ClarkIn the Makefile, no need to change into pod/ to create...
2009-04-19 Nicholas ClarkMove the symlink fo perl51110delta.pod to perldelta...
2009-04-18 Nicholas Clarkautodoc.pl needs -Ilib. I had been testing with a perl...
2009-04-18 Nicholas ClarkGenerate perlapi.pod and perlintern.pod at build time...
2009-04-12 Nicholas ClarkConvert xsutils.c and lib/attributes.pm to a regular...
2009-02-26 Nicholas ClarkCorrect the paths for the nonxs_ext targets, following...
2009-02-26 Nicholas ClarkRemove needless sed line added with 4318d5a0158916acc05...
2009-02-14 Nicholas ClarkAdd git_version.h to private so that make distclean...
2009-02-10 Nicholas Clarklib/Config_git.pl mustn't be built concurrently with...
2009-02-09 Nicholas ClarkRename ext/Devel/PPPort to ext/Devel-PPPort
2009-01-31 Nicholas ClarkMove the static/dynamic/nonxs LINKTYPE logic from make_...
2009-01-31 Nicholas ClarkMake lib/Config_heavy.pl part of $(CONFIGPM) as the...
2009-01-29 Nicholas ClarkAdd --options with arguments to make_ext.pl. Pass ...
2009-01-28 Nicholas ClarkMove ext/util/make_ext.pl to the top level.
2009-01-24 Nicholas ClarkThe exit code of make_patchnum.pl is no longer used...
2009-01-23 Nicholas Clarksuidperl goes.
2009-01-23 Nicholas Clarksperl.o also needs to depend on git_version.h
next