| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full archname in architecture-specific directories on VMS. | Craig A. Berry | 2011-03-06 | 1 | -8/+6 |
* | Further consolidate static logical name routines in vms/vms.c | Craig A. Berry | 2011-02-23 | 1 | -82/+15 |
* | Remove unused static function popen_translate from vms.c. | Craig A. Berry | 2011-02-22 | 1 | -53/+0 |
* | In t/TEST, automatically detect if running under miniperl | Nicholas Clark | 2011-02-21 | 1 | -1/+1 |
* | Update TOC for perl51310delta | Ævar Arnfjörð Bjarmason | 2011-02-20 | 1 | -17/+21 |
* | Add buildcustomize.pl to realclean target on VMS. | Craig A. Berry | 2011-02-18 | 1 | -0/+1 |
* | Add ext/re/re.pm to the @INC set for miniperl by lib/buildcustomize.pl | Nicholas Clark | 2011-02-15 | 1 | -5/+2 |
* | Use a buildcustomize.pl to set @INC in miniperl when building extensions. | Nicholas Clark | 2011-02-15 | 1 | -2/+6 |
* | Major revision of perlhack and perlrepository | Dave Rolsky | 2011-02-04 | 1 | -22/+38 |
* | Compile keywords.c on VMS. | Craig A. Berry | 2011-01-25 | 1 | -1/+3 |
* | Merge perl_keyword.pl into regen/keywords.pl, to generate keywords.[ch] | Nicholas Clark | 2011-01-24 | 1 | -1/+0 |
* | Break out the generated function Perl_keywords() into keywords.c, a new file. | Nicholas Clark | 2011-01-24 | 1 | -1/+1 |
* | Update TOC for perl51310delta | Jesse Vincent | 2011-01-22 | 1 | -34/+39 |
* | Add perl5123delta.pod to MANIFEST and pod.lst, after f1d4662fac7469d5. | Nicholas Clark | 2011-01-22 | 1 | -32/+36 |
* | Automate current perldelta entry in vms/descrip_mms.template. | Craig A. Berry | 2011-01-21 | 1 | -5/+5 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -2/+1 |
* | Fix typos (spelling errors) in vms/*. | Peter J. Acklam) (via RT | 2011-01-07 | 3 | -16/+16 |
* | Build json_pp.com on VMS. | Craig A. Berry | 2011-01-06 | 1 | -1/+4 |
* | Remove cc_runtime.h from the VMS build. | Craig A. Berry | 2011-01-05 | 1 | -5/+2 |
* | Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. It | Jesse Vincent | 2011-01-04 | 1 | -5/+1 |
* | update TOC for perl5138delta and perl5139delta | Zefram | 2010-12-20 | 1 | -19/+23 |
* | Reduce redundant macros and prototypes in vmsish.h. | Craig A. Berry | 2010-12-12 | 1 | -176/+87 |
* | Remove lots of unused, VMS-specific variables. | Craig A. Berry | 2010-12-02 | 1 | -37/+13 |
* | Fix K&R-style function declaration. | Craig A. Berry | 2010-12-02 | 1 | -2/+1 |
* | Remove unused include file from vms/vms.c. | Craig A. Berry | 2010-12-02 | 1 | -1/+0 |
* | Fix some unreachable and return nits in vms/vms.c. | Craig A. Berry | 2010-12-02 | 1 | -3/+1 |
* | Fix some =/== nits in vms/vms.c | Craig A. Berry | 2010-12-02 | 1 | -5/+4 |
* | Make vms/writemain.pl go the way of writemain.SH. | Craig A. Berry | 2010-11-28 | 2 | -75/+2 |
* | Only clean up the generated perldelta | Florian Ragwitz | 2010-11-21 | 1 | -1/+0 |
* | Update TOC for perl5.13.8 | Chris 'BinGOs' Williams | 2010-11-21 | 1 | -9/+14 |
* | Clean up multiplying perldelta deletions. | Craig A. Berry | 2010-11-16 | 1 | -4/+0 |
* | Update Archive-Tar to CPAN version 1.70 | Chris 'BinGOs' Williams | 2010-11-15 | 1 | -1/+4 |
* | RT 78836: vms/vms.c: dubious expressions | Nicolas Kaiser | 2010-11-06 | 1 | -2/+2 |
* | Exclude more exported but non-existent functions. | Craig A. Berry | 2010-11-04 | 1 | -3/+18 |
* | update TOC for perl5137delta | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -31/+42 |
* | Update regen targets on VMS. | Craig A. Berry | 2010-10-15 | 1 | -18/+16 |
* | Band-aid to handle long API symbol on VMS. | Craig A. Berry | 2010-10-15 | 1 | -2/+22 |
* | Add perl5122delta | Florian Ragwitz | 2010-10-13 | 1 | -15/+20 |
* | Install l1_char_class_tab.h on VMS. | Craig A. Berry | 2010-10-10 | 1 | -2/+5 |
* | Move pod2html.PL into ext/Pod-Html | Nicholas Clark | 2010-10-05 | 1 | -8/+1 |
* | Move pod2man.PL, pod2text.PL, podselect.PL into cpan/podlators/scripts | Nicholas Clark | 2010-10-05 | 1 | -11/+1 |
* | Move pod2usage.PL, podchecker.PL, podselect.PL into cpan/Pod-Parser/scripts | Nicholas Clark | 2010-10-05 | 1 | -16/+1 |
* | Move pod2latex.PL into its CPAN distribution directory. | Nicholas Clark | 2010-10-05 | 1 | -6/+1 |
* | Use isGV_with_GP in vms/vms.c for better glob recognition. | Craig A. Berry | 2010-10-03 | 1 | -3/+3 |
* | strictify vms/gen_shrfls.pl. | Craig A. Berry | 2010-10-01 | 1 | -40/+48 |
* | Don't export symbols for routines that don't exist. | Craig A. Berry | 2010-09-29 | 1 | -1/+2 |
* | Move OP prototypes from pp_proto.h to proto.h | Nicholas Clark | 2010-09-27 | 1 | -1/+0 |
* | Don't delete the *previous* perldelta in the clean target on VMS. | Craig A. Berry | 2010-09-27 | 1 | -2/+1 |
* | Remove redundant function macros from vms/vmsish.h. | Craig A. Berry | 2010-09-27 | 1 | -6/+0 |
* | Prepare perldelta for Perl 5.13.6 | Steve Hay | 2010-09-19 | 1 | -32/+38 |