Redo moving Text::ParseWords from lib to ext
[p5sagit/p5-mst-13.2.git] / Makefile.SH
2009-09-09 Nicholas Clark Build the nonxs extensions before running mktables.
2009-09-08 Nicholas Clark Build the nonxs extensions before building DynaLoader.
2009-09-08 Nicholas Clark Build the nonxs extensions before running mkppport.
2009-08-30 Vincent Pit Revert "Build Text::Tabs before running mktables, as...
2009-08-30 Vincent Pit Build Text::Tabs before running mktables, as it needs it
2009-08-30 Steffen Mueller Text::ParseWords depends on Scalar::Util
2009-07-30 Jerry D. Hedden Sort MANIFEST using Perl
2009-06-13 Nicholas Clark Remove autodoc.pl from regen.pl and the lists of regene...
2009-06-13 Nicholas Clark Eliminate the regen_pods target from pod/Makefile,...
2009-06-13 Nicholas Clark Generate perlmodlib.pod at build time, instead of shipp...
2009-06-01 Andy Dougherty Protect against spaces in build directory name when...
2009-05-26 Andy Dougherty Catch interdependencies for static builds too
2009-05-25 Rafael Garcia-Suarez Don't run mro/* tests under miniperl
2009-05-20 Nicholas Clark Replace run-time on-demand initialisation of PL_bitcoun...
2009-05-19 Nicholas Clark Pass the output file name to generate_uudmap, and open...
2009-05-05 Nicholas Clark Add $(LDLIBPTH) to the documentation generation command...
2009-04-21 Nicholas Clark 7eb47696deb9a7343fb4847f7342919a6df59e21 should be...
2009-04-21 Nicholas Clark Build perltoc.pod, rather than shipping it. This way...
2009-04-20 Nicholas Clark Move vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-19 Nicholas Clark In the Makefile, no need to change into pod/ to create...
2009-04-19 Nicholas Clark Move the symlink fo perl51110delta.pod to perldelta...
2009-04-18 Nicholas Clark autodoc.pl needs -Ilib. I had been testing with a perl...
2009-04-18 Nicholas Clark Generate perlapi.pod and perlintern.pod at build time...
2009-04-12 Nicholas Clark Convert xsutils.c and lib/attributes.pm to a regular...
2009-02-26 Nicholas Clark Correct the paths for the nonxs_ext targets, following...
2009-02-26 Nicholas Clark Remove needless sed line added with 4318d5a0158916acc05...
2009-02-14 Nicholas Clark Add git_version.h to private so that make distclean...
2009-02-10 Nicholas Clark lib/Config_git.pl mustn't be built concurrently with...
2009-02-09 Nicholas Clark Rename ext/Devel/PPPort to ext/Devel-PPPort
2009-01-31 Nicholas Clark Move the static/dynamic/nonxs LINKTYPE logic from make_...
2009-01-31 Nicholas Clark Make lib/Config_heavy.pl part of $(CONFIGPM) as the...
2009-01-29 Nicholas Clark Add --options with arguments to make_ext.pl. Pass ...
2009-01-28 Nicholas Clark Move ext/util/make_ext.pl to the top level.
2009-01-24 Nicholas Clark The exit code of make_patchnum.pl is no longer used...
2009-01-23 Nicholas Clark suidperl goes.
2009-01-23 Nicholas Clark sperl.o also needs to depend on git_version.h
2009-01-23 Nicholas Clark Amend patchlevel.h so that git_version.h is only #inclu...
2009-01-23 Nicholas Clark Add a perlmini.o and perlmini.c akin to opmini.o and...
2009-01-14 Nicholas Clark Make make_ext.pl write out a shell script of its action...
2009-01-12 Nicholas Clark Add $(EXE_EXT) where it was missing from $(RUN) ./miniperl
2009-01-12 Nicholas Clark Correct the over-zealous addition of $(RUN) into test...
2009-01-12 Nicholas Clark make_patchnum requires miniperl$(EXE_EXT) to run, so...
2009-01-11 Nicholas Clark Add -Ilib to the invocations of make_ext.pl. I guess...
2009-01-10 Steffen Mueller move 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 Orton add better pod and headers, and clean up some whitespac...
2009-01-04 Yves Orton eliminate make_patchnum.sh, and make the build process...
2009-01-04 Yves Orton this seems to work, still not using the perl version...
2009-01-04 Yves Orton doesnt quite work yet, but provisional steps towards...
2009-01-04 Yves Orton eliminate .patchnum and related infrastrcuture from...
2008-12-31 Yves Orton much better git related version numbering in our (...
2008-12-27 Nicholas Clark Proper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Yves Orton tweak dependency
2008-12-27 Yves Orton better .patchnum/.sha1 dependency stuff
2008-12-27 Yves Orton add cflags as a dependency for all object files. (it...
2008-12-27 Yves Orton apparently this isnt necessary after all.
2008-12-27 Yves Orton rebuild cflags if cflags.sh changes
2008-12-27 Yves Orton remove .sha1 file as well if necessary
2008-12-27 Yves Orton clean up .patchnum in make clean
2008-12-27 Yves Orton fix broken indentation, and move PERL_PATCHNUM logic...
2008-12-27 Yves Orton more build dependency changes, we should make sure...
2008-12-27 Yves Orton make sure that the perl -v/-V output corresponds to...
2008-12-04 Rainer Tammer AIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidper...
2008-12-02 Rainer Tammer Unwind change 31976 then apply
2008-11-10 Nicholas Clark Backslashes inside '' inside Makefiles seem to be non...
2008-10-29 Nicholas Clark make distclean patch from Andy Armstrong.
2008-09-08 Vadim Konovalov - crosscompilation - step 1 of N+1
2008-08-21 Nicholas Clark If I want to build Devel::NYTProf under the core tree...
2008-08-11 Reini Urban Cygwin build harmonization, remove cygwin/Makefile.SHs
2008-08-09 Nicholas Clark Use App::Prove::State to store the timings for the...
2008-04-27 Nicholas Clark Use File::Find rather than shell globbing to get the...
2008-03-30 Robin Barker add -v to regen.pl and friends
2008-03-18 Sérgio Durigan Júnior Fixing "make distclean" to remove "config.arch"
2008-01-18 Nicholas Clark Nick's a muppet - "all" needs to remain the first real...
2008-01-18 Nicholas Clark A target for sperl.i
2008-01-11 Andy Armstrong Add dtrace support
2008-01-07 Jerry D. Hedden Cleanup lib/B
2008-01-05 Yves Orton Add a 'test-reonly' target to the standard Makefile...
2007-12-27 Nicholas Clark You don't need $(DYNALOADER) to make $(nonxs_ext)
2007-12-19 Nicholas Clark Add perl5110delta, and change 5100delta so that it...
2007-12-12 Rafael Garcia-Suarez Add mro tests to minitest
2007-10-09 Rafael Garcia-Suarez Add a rough, incomplete version of perl5100delta
2007-09-26 Jerry D. Hedden No more ld2 and perlld under Cygwin
2007-09-26 Rafael Garcia-Suarez Option spelling nit for AIX
2007-09-17 Jarkko Hietaniemi Re: [PATCH] Cray XT4/Catamount build
2007-07-26 Jerry D. Hedden [PATCH] Silence diag in ext/Data/Dumper/t/bless.t
2007-07-25 Yves Orton Allow TEST_FILES make var to be used to pass an argumen...
2007-07-12 Jerry D. Hedden Re: [PATCH] 'make veryclean' still dirty
2007-07-12 Rafael Garcia-Suarez Revert part of #31591
2007-07-12 Jerry D. Hedden 'make veryclean' still dirty
2007-06-17 Rafael Garcia-Suarez Patches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-15 Jarkko Hietaniemi miscellanea
2007-06-12 Vadim Konovalov Re: [PATCH-at-31365] (was - configpm frustrations)
2007-05-29 Rafael Garcia-Suarez Revert change #30530, following Jan's advice
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-05-16 Jarkko Hietaniemi Configure (and Makefile.SH): remove ODBM_File early...
2007-04-27 Jan Dubois Cargo-cult fix for an AIX build problem
2007-04-24 Nicholas Clark Make PL_uudmap a constant global. Remove the run time...
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-03-09 Tom Callaway [perl #41587] [PATCH] 5.8.8 make sure we get the proper...
next