This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move NEXT from ext/ to cpan/
[perl5.git] / Makefile.SH
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
2009-01-23 Nicholas ClarkAmend patchlevel.h so that git_version.h is only #inclu...
2009-01-23 Nicholas ClarkAdd a perlmini.o and perlmini.c akin to opmini.o and...
2009-01-14 Nicholas ClarkMake make_ext.pl write out a shell script of its action...
2009-01-12 Nicholas ClarkAdd $(EXE_EXT) where it was missing from $(RUN) ./miniperl
2009-01-12 Nicholas ClarkCorrect the over-zealous addition of $(RUN) into test...
2009-01-12 Nicholas Clarkmake_patchnum requires miniperl$(EXE_EXT) to run, so...
2009-01-11 Nicholas ClarkAdd -Ilib to the invocations of make_ext.pl. I guess...
2009-01-10 Steffen Muellermove ext/utils/make_ext to ext/utils/make_ext.pl
2009-01-05 Rafael Garcia-Suarez"rm -f" better in "make clean" targets
2009-01-04 Yves Ortonadd better pod and headers, and clean up some whitespac...
2009-01-04 Yves Ortoneliminate make_patchnum.sh, and make the build process...
2009-01-04 Yves Ortonthis seems to work, still not using the perl version...
2009-01-04 Yves Ortondoesnt quite work yet, but provisional steps towards...
2009-01-04 Yves Ortoneliminate .patchnum and related infrastrcuture from...
2008-12-31 Yves Ortonmuch better git related version numbering in our (...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Yves Ortontweak dependency
2008-12-27 Yves Ortonbetter .patchnum/.sha1 dependency stuff
2008-12-27 Yves Ortonadd cflags as a dependency for all object files. (it...
2008-12-27 Yves Ortonapparently this isnt necessary after all.
2008-12-27 Yves Ortonrebuild cflags if cflags.sh changes
2008-12-27 Yves Ortonremove .sha1 file as well if necessary
2008-12-27 Yves Ortonclean up .patchnum in make clean
2008-12-27 Yves Ortonfix broken indentation, and move PERL_PATCHNUM logic...
2008-12-27 Yves Ortonmore build dependency changes, we should make sure...
2008-12-27 Yves Ortonmake sure that the perl -v/-V output corresponds to...
2008-12-04 Rainer TammerAIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidper...
2008-12-02 Rainer TammerUnwind change 31976 then apply
2008-11-10 Nicholas ClarkBackslashes inside '' inside Makefiles seem to be non...
2008-10-29 Nicholas Clarkmake distclean patch from Andy Armstrong.
2008-09-08 Vadim Konovalov- crosscompilation - step 1 of N+1
2008-08-21 Nicholas ClarkIf I want to build Devel::NYTProf under the core tree...
2008-08-11 Reini UrbanCygwin build harmonization, remove cygwin/Makefile.SHs
2008-08-09 Nicholas ClarkUse App::Prove::State to store the timings for the...
2008-04-27 Nicholas ClarkUse File::Find rather than shell globbing to get the...
2008-03-30 Robin Barkeradd -v to regen.pl and friends
2008-03-18 Sérgio Durigan JúniorFixing "make distclean" to remove "config.arch"
2008-01-18 Nicholas ClarkNick's a muppet - "all" needs to remain the first real...
2008-01-18 Nicholas ClarkA target for sperl.i
2008-01-11 Andy ArmstrongAdd dtrace support
2008-01-07 Jerry D. HeddenCleanup lib/B
2008-01-05 Yves OrtonAdd a 'test-reonly' target to the standard Makefile...
2007-12-27 Nicholas ClarkYou don't need $(DYNALOADER) to make $(nonxs_ext)
2007-12-19 Nicholas ClarkAdd perl5110delta, and change 5100delta so that it...
2007-12-12 Rafael Garcia-SuarezAdd mro tests to minitest
2007-10-09 Rafael Garcia-SuarezAdd a rough, incomplete version of perl5100delta
2007-09-26 Jerry D. HeddenNo more ld2 and perlld under Cygwin
next