| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more x-y aliases for x_y targets in Makefile | H.Merijn Brand | 2011-10-01 | 1 | -22/+16 |
* | Add darwin to the list of valgrind platforms | Tony Cook | 2011-09-29 | 1 | -4/+4 |
* | Makefile.SH: emit make valgrind* targets only on linux | Jim Cromie | 2011-09-29 | 1 | -0/+20 |
* | Makefile.SH: fix ?= gmake-isms | Jim Cromie | 2011-09-29 | 1 | -0/+10 |
* | update TOC for perl5153delta | Stevan Little | 2011-09-20 | 1 | -3/+3 |
* | adjust TEST's valgrind invocation to also work with linux's perf stat | Jim Cromie | 2011-09-09 | 1 | -2/+3 |
* | Pass -Idist/Carp/lib to miniperl | Vincent Pit | 2011-09-05 | 1 | -1/+1 |
* | move Carp to ext/Carp, preparing for dual-lifing | Zefram | 2011-09-04 | 1 | -1/+1 |
* | Eliminate global.sym, as makedef.pl can generate it internally. | Nicholas Clark | 2011-08-25 | 1 | -7/+4 |
* | Run regen/uconfig_h.pl as part of the regen and regen_headers targets. | Nicholas Clark | 2011-08-23 | 1 | -0/+2 |
* | Group 3 headers as $(generated_headers) in the *nix, VMS and Win32 makefiles. | Nicholas Clark | 2011-08-23 | 1 | -3/+4 |
* | update TOC for perl5153delta | Ricardo Signes | 2011-08-20 | 1 | -3/+3 |
* | work around a bug in dtrace - it strips const from function parameters | Tony Cook | 2011-08-09 | 1 | -1/+4 |
* | every use of $(mini_obj) needs the mini specific objects, so include them | Tony Cook | 2011-07-28 | 1 | -16/+12 |
* | new perldelta for 5.15.2 | Zefram | 2011-07-20 | 1 | -3/+3 |
* | create perldelta for 5.15.1 | Father Chrysostomos | 2011-06-21 | 1 | -3/+3 |
* | Create a lookup table for magic vtables from magic type, PL_magic_data. | Nicholas Clark | 2011-06-11 | 1 | -4/+6 |
* | Add find2perl as a dependency for the target 'test_prep'. | Nicholas Clark | 2011-05-23 | 1 | -1/+6 |
* | if List-Util is built statically, depend on $(PERL_EXE) instead of the shared... | Tony Cook | 2011-05-20 | 1 | -1/+3 |
* | remove unused dependency rule generation for Text/ParseWords | Tony Cook | 2011-05-20 | 1 | -2/+0 |
* | handle a static Cwd when generating the deps for x2p/utils | Tony Cook | 2011-05-20 | 1 | -2/+14 |
* | remove unneeded dependencies against Cwd | Tony Cook | 2011-05-20 | 1 | -4/+0 |
* | Avoid make distclean failing if t/tmp* matches a directory. | Nicholas Clark | 2011-05-19 | 1 | -1/+2 |
* | update TOC for perl5150delta | David Mitchell | 2011-05-18 | 1 | -3/+3 |
* | Create a perldelta for 5.14.0 | Florian Ragwitz | 2011-03-20 | 1 | -3/+3 |
* | In t/TEST, automatically detect if running under miniperl | Nicholas Clark | 2011-02-21 | 1 | -2/+2 |
* | Update TOC for perl51310delta | Ævar Arnfjörð Bjarmason | 2011-02-20 | 1 | -3/+3 |
* | Run lib/diagnostics.t during make test_porting | Larwan Berke | 2011-02-16 | 1 | -1/+1 |
* | Add ext/re/re.pm to the @INC set for miniperl by lib/buildcustomize.pl | Nicholas Clark | 2011-02-15 | 1 | -7/+3 |
* | Use a buildcustomize.pl to set @INC in miniperl when building extensions. | Nicholas Clark | 2011-02-15 | 1 | -5/+8 |
* | Merge perl_keyword.pl into regen/keywords.pl, to generate keywords.[ch] | Nicholas Clark | 2011-01-24 | 1 | -2/+1 |
* | Break out the generated function Perl_keywords() into keywords.c, a new file. | Nicholas Clark | 2011-01-24 | 1 | -2/+2 |
* | opcode.pl hasn't generated files named *-old since 2008, so don't delete them. | Nicholas Clark | 2011-01-23 | 1 | -1/+0 |
* | Update TOC for perl51310delta | Jesse Vincent | 2011-01-22 | 1 | -3/+3 |
* | Remove references to compat3.sym and interp.sym, deleted over 10 years ago. | Nicholas Clark | 2011-01-19 | 1 | -2/+0 |
* | test_prep now depends on the pods needed for porting/buildtoc.t | Tony Cook | 2011-01-17 | 1 | -1/+1 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -5/+4 |
* | [perl #73630] Build separate DTrace for miniperl | David Leadbeater | 2011-01-02 | 1 | -3/+10 |
* | Move metaconfig control comments into its own files | H.Merijn Brand | 2010-12-21 | 1 | -17/+0 |
* | Restore a reference to $perlpath. Installation needs it | H.Merijn Brand | 2010-12-21 | 1 | -0/+3 |
* | update TOC for perl5138delta and perl5139delta | Zefram | 2010-12-20 | 1 | -3/+3 |
* | Remove the Makefile command to touch perlmain.c after running makedepend. | Nicholas Clark | 2010-12-03 | 1 | -2/+0 |
* | Following fbcaf61123069fe4, remove perlmain.c from the initial list of C files. | Nicholas Clark | 2010-11-29 | 1 | -1/+1 |
* | Remove makeaperl, never used, a wrapper for ExtUtils::MakeMaker::makeaperl | Nicholas Clark | 2010-11-28 | 1 | -4/+2 |
* | Generate perlmain.c using ExtUtils::Miniperl, instead of writemain.SH. | Nicholas Clark | 2010-11-28 | 1 | -4/+4 |
* | Proper Makefile dependencies for the x2p/s2p rule. | Nicholas Clark | 2010-11-28 | 1 | -3/+3 |
* | Update TOC for perl5.13.8 | Chris 'BinGOs' Williams | 2010-11-21 | 1 | -3/+3 |
* | Add l1_char_class_tab.h to Make dependencies | Karl Williamson | 2010-10-31 | 1 | -1/+1 |
* | Restore +x to Makefile.SH | Nicholas Clark | 2010-10-21 | 1 | -0/+0 |
* | update TOC for perl5137delta | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -3/+3 |