This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence some more warnings INT2PTR.
[perl5.git] / Makefile.SH
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-28 Paul Johnsonmake coretest
2001-08-13 Jarkko Hietaniemi[PATHC] sharedsv.[c|h]
2001-08-12 Jarkko Hietaniemi(Hopefully) a fix for 20010723.004: make install needs
2001-08-07 Andy DoughertyMakefile.SH test_prep dependency
2001-08-07 Jarkko HietaniemiDon't autogenerate the headers et alia,
2001-07-30 Jarkko HietaniemiDoubly guard against invoking CPAN if no extras defined,
2001-07-30 Jarkko HietaniemiNow Configure -Dextras=Foo::Bar and "make install"...
2001-07-30 Jarkko Hietaniemiextras.make, extras.test, and extras.install make targets.
2001-07-30 Jarkko HietaniemiMissed from #11490 (the required dependency).
2001-07-29 Jarkko HietaniemiTop-level Makefile didn't honour OPTIMIZE.
2001-07-29 Wilfredo SánchezSet proper compatibility versions in core
2001-07-23 Ilya ZakharevichOPTIMIZE= during perl make
2001-07-13 Jarkko HietaniemiAdd information about gcc 3.0 basic block profiling.
2001-07-07 Jarkko HietaniemiThe #11200 removed wrong (non-existent) target. Duh.
2001-07-07 Jarkko HietaniemiZap the lib/re.pm before creating it.
2001-07-07 Jarkko HietaniemiTry to force the lib/re.pm to be there before entering
2001-06-26 Jarkko HietaniemiNo more pragma/*.t for minitest.
2001-06-22 Jarkko HietaniemiAdd .i and .s targets.
2001-06-22 Jarkko HietaniemiAdd .PHONY targets for non-file targets,
2001-06-22 Jarkko HietaniemiMore gprofing from Doug MacEachern.
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Jarkko HietaniemiCross-configuration changes: make $from to rm the files
2001-06-18 Jarkko HietaniemiSplit off the pack/unpack code, from Nicholas Clark.
2001-06-15 Jarkko HietaniemiThe first steps towards cross-compilation.
2001-06-14 Nick Ing-SimmonsAdd new step to run_byacc which:
2001-06-13 Hugo van der Sandensplitting util.c
2001-06-12 Wilfredo Sánchezrhapsody/darwin minor cleanup
2001-06-10 Jarkko HietaniemiCheck the version of byacc.
2001-05-27 Jarkko HietaniemiAdd make target for microperl (kind of silly, but conve...
2001-05-25 Jarkko HietaniemiAdd make target and documentation for gprof profiling.
2001-05-15 Jarkko HietaniemiThe problem described in 20010514.031 still wasn't
2001-05-11 Jarkko HietaniemiAdd test.deparse make target.
2001-04-24 Jarkko HietaniemiAdditional dependencies; should help for parallel makes
2001-04-24 Jarkko HietaniemiAdd make target "install-all" which is alias for "install"
2001-04-19 Jarkko HietaniemiMore cleanup cleanup.
2001-04-19 Jarkko Hietaniemilib/Time is non-empty, let's not rmdir it.
2001-04-12 Jarkko HietaniemiNon-UNIX platforms extensions update. (Well, UTS is...
2001-04-07 Jarkko HietaniemiRetract #9523: needs more thought.
2001-04-04 Jarkko HietaniemiIntegrate changes #9538,9539 from maintperl into mainline.
2001-04-03 Jarkko Hietaniemi(Retracted by #9609)
2001-03-30 David Dyck[ID 20010330.006] incorrect WARNING from installperl...
2001-03-29 Jarkko Hietaniemitest-prep target was missing.
2001-03-28 Jarkko HietaniemiRmdir lib/XS on cleanup.
2001-03-27 Jarkko HietaniemiPixie documenting.
2001-03-26 Jarkko HietaniemiFor perl.pixie check *before* compiling that optimize...
2001-03-26 Jarkko Hietaniemirmdir lib/Digest, lib/MIME, and lib/PerlIO.
2001-03-26 Jarkko HietaniemiRemove t/perl.third.
2001-03-24 Nick Ing-SimmonsIntegrate mainline.
2001-03-24 Jarkko HietaniemiIntegrate perlio:
2001-03-21 Jarkko HietaniemiMore pixie cleaning.
2001-03-19 Jarkko HietaniemiRearrange the make test target prerequisites so that
2001-03-19 Jarkko HietaniemiCleanup pixie residue.
2001-03-19 Jarkko HietaniemiDocument the use of pixie/prof; create make targets...
2001-03-18 Jarkko HietaniemiRewrite the tests section of Makefile to be less redundant
2001-03-18 Jarkko HietaniemiMake targets for testing with Third Degree.
2001-03-18 Jarkko HietaniemiLooking for config.sh in parent directories isn't
2001-03-18 Jarkko HietaniemiOn "make clean" take care of Third Degree droppings.
2001-03-18 Jarkko HietaniemiMake perl.third checks more understandable to the builder.
2001-03-18 Jarkko HietaniemiMore robust and more paranoid perl.third target.
2001-03-17 Jarkko HietaniemiAdd prerequisites for the perl.third target.
2001-03-17 Jarkko HietaniemiAdd a make rule for perl.third (the Third Degree memory...
2001-03-08 Jarkko HietaniemiRetract #9069, wrong patch.
2001-03-07 Jarkko Hietaniemi(Retracted by #9078.)
2001-02-21 Jarkko HietaniemiRun run/*.t also in minitest.
2001-02-18 Michael G. SchwernRe: Why t/TEST and not Test::Harness?
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-13 Jarkko HietaniemiIntegrate change #8786 from maintperl, posix-bc byacc...
2001-02-08 Charles BaileySYN SYN
2001-01-25 Peter Prymmercompletion and docs for dynamic loading on OS/390
2001-01-24 Charles BaileySYN SYN
2001-01-20 Peter Prymmerremove redundant dependencies that are unneeded
2001-01-20 Peter Prymmerpartial support for dynaloading on OS/390
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-04 Roca, IgnasiMessage-ID: <5930DC161690D211966700902715754703701130...
2000-12-21 Jarkko HietaniemiRobustness support for #8218 (symlink forest) since...
2000-11-27 Jarkko HietaniemiClean .exists deeper.
2000-11-22 Jarkko HietaniemiBe clean.
2000-11-05 Jarkko Hietaniemiopmini.o can linger from Configures past.
2000-10-31 Nicholas ClarkAdd a perlbug flag, -A, to avoid acknowledgement messages.
2000-10-28 Nicholas ClarkMake target reordering to avoid pointless re-makes.
2000-10-27 Jarkko HietaniemiDo away with the fix_pl.
2000-10-25 Jarkko HietaniemiAdd targets to Makefile.SH, most importantly
2000-10-20 Charles BaileySYN SYN
2000-10-10 Jarkko HietaniemiReapply Andy's patch and regen Configure.
2000-10-10 Jarkko HietaniemiUse the versiononly instead of the installscripts,
2000-10-04 Jarkko HietaniemiEnable disabling scripts installation by Configure...
2000-10-03 Jarkko HietaniemiEncode nits.
2000-09-12 Paul MarquessRE: [Patch 5.7.0] Removing -ldb from the core build
2000-09-08 Peter Prymmermake the ran_tests intermediate file 8.3 friendly
2000-09-08 Jarkko HietaniemiDo away with memory models cruft. Sorry, PDP users.
2000-08-29 Yitzchak Scott-Tho... Re: files not cleaned even by veryclean
2000-08-28 Yitzchak Scott-Tho... -S is the silent flag, -s is the strip flag.
2000-08-28 Jarkko HietaniemiPotential cruft.
2000-08-28 Jarkko Hietaniemiopmini.o may be left around if a build is interrupted.
2000-08-26 Abigailno-install target a la make -n.
2000-08-25 Jarkko HietaniemiAdd install-silent target.
2000-08-24 Jarkko HietaniemiMake "make install" by default silent. A new "install...
2000-08-24 Abigailinstallperl couldn't tell whether it had run tests...
2000-08-21 Jarkko HietaniemiBe verydeepclean.
next