| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make lib/Config_heavy.pl part of $(CONFIGPM) as the build ordering is now sane. | Nicholas Clark | 2009-01-31 | 1 | -8/+4 |
* | Add --options with arguments to make_ext.pl. Pass $target as --target=... | Nicholas Clark | 2009-01-29 | 1 | -6/+6 |
* | Move ext/util/make_ext.pl to the top level. | Nicholas Clark | 2009-01-28 | 1 | -7/+7 |
* | The exit code of make_patchnum.pl is no longer used, so make it return 0. | Nicholas Clark | 2009-01-24 | 1 | -1/+1 |
* | suidperl goes. | Nicholas Clark | 2009-01-23 | 1 | -39/+2 |
* | sperl.o also needs to depend on git_version.h | Nicholas Clark | 2009-01-23 | 1 | -0/+1 |
* | Amend patchlevel.h so that git_version.h is only #include""ed for perl. | Nicholas Clark | 2009-01-23 | 1 | -9/+6 |
* | Add a perlmini.o and perlmini.c akin to opmini.o and opmini.c, for ./miniperl | Nicholas Clark | 2009-01-23 | 1 | -21/+31 |
* | Make make_ext.pl write out a shell script of its actions for make distclean etc | Nicholas Clark | 2009-01-14 | 1 | -2/+7 |
* | Add $(EXE_EXT) where it was missing from $(RUN) ./miniperl | Nicholas Clark | 2009-01-12 | 1 | -10/+10 |
* | Correct the over-zealous addition of $(RUN) into test -f ./miniperl$(EXE_EXT) | Nicholas Clark | 2009-01-12 | 1 | -2/+2 |
* | make_patchnum requires miniperl$(EXE_EXT) to run, so it needs to depend on it. | Nicholas Clark | 2009-01-12 | 1 | -2/+2 |
* | Add -Ilib to the invocations of make_ext.pl. I guess Steffen had a copy of perl | Nicholas Clark | 2009-01-11 | 1 | -6/+6 |
* | move ext/utils/make_ext to ext/utils/make_ext.pl | Steffen Mueller | 2009-01-10 | 1 | -7/+7 |
* | "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 |