| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/ | Nicholas Clark | 2010-10-14 | 1 | -1/+1 |
* | Fix x2p and utils dependencies for static builds | Andy Dougherty | 2010-10-14 | 1 | -4/+18 |
* | Eliminate the now unused Makefile targets plextract, pl and pllist. | Nicholas Clark | 2010-10-05 | 1 | -17/+3 |
* | Move pod2html.PL into ext/Pod-Html | Nicholas Clark | 2010-10-05 | 1 | -2/+2 |
* | Move pod2man.PL, pod2text.PL, podselect.PL into cpan/podlators/scripts | Nicholas Clark | 2010-10-05 | 1 | -2/+2 |
* | Move pod2usage.PL, podchecker.PL, podselect.PL into cpan/Pod-Parser/scripts | Nicholas Clark | 2010-10-05 | 1 | -4/+2 |
* | Move pod2latex.PL into its CPAN distribution directory. | Nicholas Clark | 2010-10-05 | 1 | -2/+2 |
* | test_prep has a dependency on x2p/s2p | Nicholas Clark | 2010-10-05 | 1 | -1/+1 |
* | The *.PL scripts in utils/ have a dependency on Cwd in lib. | Nicholas Clark | 2010-10-05 | 1 | -2/+7 |
* | Fix perl build problems on Stratus VOS | Paul Green | 2010-10-03 | 1 | -1/+1 |
* | Move OP prototypes from pp_proto.h to proto.h | Nicholas Clark | 2010-09-27 | 1 | -3/+3 |
* | Remove targets depending on the removed emacs/ dir | Florian Ragwitz | 2010-09-25 | 1 | -18/+1 |
* | Prepare perldelta for Perl 5.13.6 | Steve Hay | 2010-09-19 | 1 | -3/+3 |
* | Move the latest perldelta to pod/perldelta.pod | Florian Ragwitz | 2010-09-05 | 1 | -3/+3 |
* | update TOC and perldelta references | Florian Ragwitz | 2010-08-20 | 1 | -2/+2 |
* | Make everything exec-bit.txt lists executable | Florian Ragwitz | 2010-08-19 | 1 | -0/+0 |
* | Only copy op.c to opmini.c if op.c is a symlink, else use a symlink. | Nicholas Clark | 2010-08-16 | 1 | -5/+17 |
* | Use a loop to generate the Makefile rules for opmini.c and perlmini.c. | Nicholas Clark | 2010-08-16 | 1 | -19/+16 |
* | For both opmini.o and perlmini.o define PERL_EXTERNAL_GLOB and PERL_IS_MINIPERL | Nicholas Clark | 2010-08-16 | 1 | -2/+2 |
* | Cwd.pm needs to be installed in lib before SDBM_File recurses. Mark the depen... | Tony Cook | 2010-08-13 | 1 | -0/+2 |
* | Add new hdr op_reg_common to Makefile.SH | Karl Williamson | 2010-07-30 | 1 | -1/+1 |
* | Move PathTools from cpan/ to dist/ | Florian Ragwitz | 2010-07-24 | 1 | -1/+1 |
* | update TOC and perldelta references | David Golden | 2010-07-20 | 1 | -2/+2 |
* | Update Makefile to regen META.yml as it regens other files in regen_all | Jesse Vincent | 2010-07-04 | 1 | -4/+7 |
* | create perl5133delta | Nicholas Clark | 2010-06-23 | 1 | -2/+2 |