| Commit message (Expand) | Author | Age | Files | Lines |
* | "rm -f" better in "make clean" targets | Rafael Garcia-Suarez | 2009-01-05 | 1 | -2/+1 |
* | add better pod and headers, and clean up some whitespace issues in the previo... | Yves Orton | 2009-01-04 | 1 | -1/+1 |
* | eliminate make_patchnum.sh, and make the build process use make_patchnum.pl i... | Yves Orton | 2009-01-04 | 1 | -5/+4 |
* | this seems to work, still not using the perl version, but this works the way ... | Yves Orton | 2009-01-04 | 1 | -2/+3 |
* | doesnt quite work yet, but provisional steps towards using miniperl to do the... | Yves Orton | 2009-01-04 | 1 | -3/+3 |
* | eliminate .patchnum and related infrastrcuture from *nix based build process | Yves Orton | 2009-01-04 | 1 | -5/+7 |
* | much better git related version numbering in our (*nix for now) build process | Yves Orton | 2008-12-31 | 1 | -2/+7 |
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 1 | -0/+1 |
* | tweak dependency | Yves Orton | 2008-12-27 | 1 | -1/+1 |
* | better .patchnum/.sha1 dependency stuff | Yves Orton | 2008-12-27 | 1 | -4/+2 |
* | add cflags as a dependency for all object files. (it is used to control the a... | Yves Orton | 2008-12-27 | 1 | -3/+3 |
* | apparently this isnt necessary after all. | Yves Orton | 2008-12-27 | 1 | -3/+0 |
* | rebuild cflags if cflags.sh changes | Yves Orton | 2008-12-27 | 1 | -0/+3 |
* | remove .sha1 file as well if necessary | Yves Orton | 2008-12-27 | 1 | -0/+1 |
* | clean up .patchnum in make clean | Yves Orton | 2008-12-27 | 1 | -0/+1 |
* | fix broken indentation, and move PERL_PATCHNUM logic to a different place so ... | Yves Orton | 2008-12-27 | 1 | -1/+3 |
* | more build dependency changes, we should make sure that cflags is updated whe... | Yves Orton | 2008-12-27 | 1 | -4/+4 |
* | make sure that the perl -v/-V output corresponds to the latest commit | Yves Orton | 2008-12-27 | 1 | -1/+6 |
* | AIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidperl on AIX README.aix | Rainer Tammer | 2008-12-04 | 1 | -0/+18 |
* | Unwind change 31976 then apply | Rainer Tammer | 2008-12-02 | 1 | -6/+21 |
* | Backslashes inside '' inside Makefiles seem to be non-portable in their | Nicholas Clark | 2008-11-10 | 1 | -4/+1 |
* | make distclean patch from Andy Armstrong. | Nicholas Clark | 2008-10-29 | 1 | -0/+1 |
* | - crosscompilation - step 1 of N+1 | Vadim Konovalov | 2008-09-08 | 1 | -57/+103 |
* | If I want to build Devel::NYTProf under the core tree, then the | Nicholas Clark | 2008-08-21 | 1 | -1/+1 |
* | Cygwin build harmonization, remove cygwin/Makefile.SHs | Reini Urban | 2008-08-11 | 1 | -13/+16 |
* | Use App::Prove::State to store the timings for the tests, and if | Nicholas Clark | 2008-08-09 | 1 | -0/+1 |
* | Use File::Find rather than shell globbing to get the list of *.pm files | Nicholas Clark | 2008-04-27 | 1 | -4/+4 |
* | add -v to regen.pl and friends | Robin Barker | 2008-03-30 | 1 | -1/+4 |
* | Fixing "make distclean" to remove "config.arch" | Sérgio Durigan Júnior | 2008-03-18 | 1 | -1/+1 |
* | Nick's a muppet - "all" needs to remain the first real target in the | Nicholas Clark | 2008-01-18 | 1 | -4/+4 |
* | A target for sperl.i | Nicholas Clark | 2008-01-18 | 1 | -6/+9 |
* | Add dtrace support | Andy Armstrong | 2008-01-11 | 1 | -3/+38 |
* | Cleanup lib/B | Jerry D. Hedden | 2008-01-07 | 1 | -1/+2 |
* | Add a 'test-reonly' target to the standard Makefile for *nix. (Not quite as c... | Yves Orton | 2008-01-05 | 1 | -3/+6 |
* | You don't need $(DYNALOADER) to make $(nonxs_ext) | Nicholas Clark | 2007-12-27 | 1 | -1/+1 |
* | Add perl5110delta, and change 5100delta so that it is no longer "the" | Nicholas Clark | 2007-12-19 | 1 | -1/+1 |
* | Add mro tests to minitest | Rafael Garcia-Suarez | 2007-12-12 | 1 | -2/+2 |
* | Add a rough, incomplete version of perl5100delta | Rafael Garcia-Suarez | 2007-10-09 | 1 | -1/+1 |
* | No more ld2 and perlld under Cygwin | Jerry D. Hedden | 2007-09-26 | 1 | -1/+1 |
* | Option spelling nit for AIX | Rafael Garcia-Suarez | 2007-09-26 | 1 | -1/+1 |
* | Re: [PATCH] Cray XT4/Catamount build | Jarkko Hietaniemi | 2007-09-17 | 1 | -21/+40 |
* | [PATCH] Silence diag in ext/Data/Dumper/t/bless.t | Jerry D. Hedden | 2007-07-26 | 1 | -0/+2 |
* | Allow TEST_FILES make var to be used to pass an argument list through to harn... | Yves Orton | 2007-07-25 | 1 | -2/+2 |
* | Re: [PATCH] 'make veryclean' still dirty | Jerry D. Hedden | 2007-07-12 | 1 | -2/+2 |
* | Revert part of #31591 | Rafael Garcia-Suarez | 2007-07-12 | 1 | -19/+0 |
* | 'make veryclean' still dirty | Jerry D. Hedden | 2007-07-12 | 1 | -0/+22 |
* | Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko | Rafael Garcia-Suarez | 2007-06-17 | 1 | -1/+1 |
* | miscellanea | Jarkko Hietaniemi | 2007-06-15 | 1 | -16/+19 |
* | Re: [PATCH-at-31365] (was - configpm frustrations) | Vadim Konovalov | 2007-06-12 | 1 | -1/+1 |
* | Revert change #30530, following Jan's advice | Rafael Garcia-Suarez | 2007-05-29 | 1 | -3/+0 |