| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In Makefile.SH, use the long names for options passed to install{perl,man} | Nicholas Clark | 2013-07-13 | 1 | -4/+4 |
* | Refactor the Makefile so that the install target depends on install-all. | Nicholas Clark | 2013-07-13 | 1 | -2/+6 |
* | Inline the Makefile target perl.valgrind.config into its only remaining user. | Nicholas Clark | 2013-07-12 | 1 | -20/+6 |
* | Eliminate the Makefile targets test_notty.valgrind and test_prep.valgrind. | Nicholas Clark | 2013-07-12 | 1 | -5/+0 |
* | Change the *nix and VMS Makefiles to to pass a filename to writemain(). | Nicholas Clark | 2013-07-09 | 1 | -1/+1 |
* | Move generation of ExtUtils::Miniperl to ext/ExtUtils-Miniperl from minimod.pl | Nicholas Clark | 2013-07-07 | 1 | -5/+2 |
* | Generate utils/Makefile from utils/Makefile.PL, and remove it at clean time. | Nicholas Clark | 2013-07-07 | 1 | -1/+1 |
* | Replace utils/Makefile.SH with utils/Makefile.PL | Nicholas Clark | 2013-07-07 | 1 | -1/+4 |
* | Add cpan/Text-Tabs/lib to buildcustomize.pl and hence miniperl's @INC. | Nicholas Clark | 2013-07-07 | 1 | -3/+2 |
* | Move Exporter from lib/ to dist/Exporter/ | Nicholas Clark | 2013-07-03 | 1 | -4/+4 |
* | Trim the explicit Makefile rules to generate {mini,}perlmain.o | Nicholas Clark | 2013-07-02 | 1 | -6/+0 |
* | Eliminate the perl.gprof and perl.gcov Makefile targets. | Nicholas Clark | 2013-07-01 | 1 | -34/+1 |
* | Remove the explicit purify/quantify/purecov targets and documentation. | Nicholas Clark | 2013-07-01 | 1 | -11/+0 |
* | We don't actually need to set $ENV{PERL} for the tests to work. | Nicholas Clark | 2013-07-01 | 1 | -1/+1 |
* | valgrind doesn't require that perl was built with -g, so remove the check. | Nicholas Clark | 2013-07-01 | 1 | -7/+0 |
* | Inline the Makefile target minitest.prep into its only user. | Nicholas Clark | 2013-07-01 | 1 | -5/+3 |
* | Remove Makefile targets and tools related to Irix and Tru64 debugging tools. | Nicholas Clark | 2013-07-01 | 1 | -36/+1 |
* | Remove various rarely used test targets from the generated Makefile. | Nicholas Clark | 2013-07-01 | 1 | -58/+1 |
* | new perldelta | David Golden | 2013-06-20 | 1 | -4/+4 |
* | If miniperl fails the simple Exporter test, print a message and bail out. | Nicholas Clark | 2013-06-19 | 1 | -4/+4 |
* | For *nix, only delete the ppport.h files that we created. | Nicholas Clark | 2013-06-19 | 1 | -1/+1 |
* | write_buildcustomize.pl no longer writes to STDOUT | Nicholas Clark | 2013-06-13 | 1 | -7/+7 |
* | Remove the Icwd Makefile macros as lib/buildcustomize.pl now sets this up. | Nicholas Clark | 2013-06-13 | 1 | -5/+3 |
* | Generate lib/buildcustomize.pl at the same time as the miniperl executable. | Nicholas Clark | 2013-06-13 | 1 | -8/+18 |
* | Refactor autodoc.pl to use regen_lib.pl to generate file headers & footers. | Nicholas Clark | 2013-05-23 | 1 | -1/+2 |
* | Remove rules to delete *.loadmap and *.prelmap files, generated on VM/ESA | Nicholas Clark | 2013-05-20 | 1 | -1/+0 |
* | Add x2p/Makefile.SH to the *.SH files processed by the top level Makefile. | Nicholas Clark | 2013-05-20 | 1 | -1/+1 |
* | Remove the now unused 'shlist' Makefile targets. | Nicholas Clark | 2013-05-20 | 1 | -4/+1 |
* | Programmatically generate dependencies for all *.SH files. | Nicholas Clark | 2013-05-20 | 1 | -11/+16 |
* | Add runtests.SH to the code that generates the targets sh and shextract. | Nicholas Clark | 2013-05-20 | 1 | -5/+2 |
* | Pass in to makedepend the name(s) of files that all objects depend on. | Nicholas Clark | 2013-05-20 | 1 | -1/+1 |
* | In the Makefile, generate the value of shextract programmatically. | Nicholas Clark | 2013-05-20 | 1 | -4/+12 |
* | Defer running makedepend in x2p/ until it's needed. | Nicholas Clark | 2013-05-20 | 1 | -1/+3 |
* | Add x2p/makefile to the dependencies for targets within x2p/ | Nicholas Clark | 2013-05-20 | 1 | -3/+3 |
* | Remove vestigial *.SH code which can link the extracted file into ../ | Nicholas Clark | 2013-05-20 | 1 | -6/+0 |
* | add new perldelta | Ricardo Signes | 2013-05-20 | 1 | -4/+4 |
* | Remove cpan/CPANPLUS and associated utilities | Chris 'BinGOs' Williams | 2013-05-18 | 1 | -2/+1 |
* | Remove cpan/CPANPLUS-Dist-Build | Chris 'BinGOs' Williams | 2013-05-18 | 1 | -1/+1 |
* | bump the perldelta version | Ricardo Signes | 2013-05-18 | 1 | -4/+4 |
* | remove the 5.17 deltas, update for 5.18 | Ricardo Signes | 2013-05-07 | 1 | -4/+4 |
* | Avoid use of $(...) as backticks in SH code | Eric Brine | 2013-04-23 | 1 | -5/+6 |
* | New perldelta | Max Maischein | 2013-03-22 | 1 | -4/+4 |
* | Assume that the host and target have the same executable suffix | Paul Green | 2013-03-19 | 1 | -1/+1 |
* | Split out hash functions into new file and turn into inline static functions | Yves Orton | 2013-03-19 | 1 | -1/+1 |
* | New perldelta template for v5.17.10 | Chris 'BinGOs' Williams | 2013-02-20 | 1 | -4/+4 |
* | Make makemeta more cognisant and easier to use | Chris 'BinGOs' Williams | 2013-02-05 | 1 | -2/+2 |
* | The targets for makemeta in Makefile.SH were spelt wrong | Chris 'BinGOs' Williams | 2013-02-02 | 1 | -2/+2 |
* | Teach makemeta to use CPAN::Meta to generate both META.json and META.yml | Chris 'BinGOs' Williams | 2013-02-02 | 1 | -2/+5 |
* | Make a new perldelta for 5.17.9-to-be | Aaron Crane | 2013-01-20 | 1 | -4/+4 |
* | Remove the Rhapsody port. | Nicholas Clark | 2013-01-16 | 1 | -1/+1 |