Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - ↵ | Edgar Bering | 2007-07-07 | 1 | -10/+14 |
| | | | | | | | | pod/perlcommunity.pod - Patches welcome) From: "Edgar Bering" <trizor@gmail.com> Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com> p4raw-id: //depot/perl@31551 | ||||
* | Remove vms/genconfig.pl and references to it; it was made obsolete way back | Craig A. Berry | 2007-07-04 | 2 | -582/+5 |
| | | | | | | | in change #1084. Remove references to vms/config.vms, which was removed in change #1084. p4raw-link: @1084 on //depot/perl: 97abc6adffcd3efcbaee73cbdad2055b2d06be4f p4raw-id: //depot/perl@31532 | ||||
* | Correct a couple more cases of $Config{useshrplib} | Steve Hay | 2007-07-03 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@31526 | ||||
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -6/+6 |
| | | | p4raw-id: //depot/perl@31455 | ||||
* | Better handling of escapes in filenames when converting between VMS | Craig A. Berry | 2007-06-19 | 1 | -4/+31 |
| | | | | | and Unix syntax. p4raw-id: //depot/perl@31421 | ||||
* | Don't let the home-grown readdir() on VMS return results with | Craig A. Berry | 2007-06-15 | 1 | -5/+6 |
| | | | | | ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz). p4raw-id: //depot/perl@31385 | ||||
* | Fix missing PerlIO_releaseFILE in VMS::Stdio::getname(). | Craig A. Berry | 2007-06-14 | 1 | -2/+3 |
| | | | p4raw-id: //depot/perl@31384 | ||||
* | Make pipe shutdown on VMS care about whether PerlIO has already | Craig A. Berry | 2007-06-08 | 1 | -7/+21 |
| | | | | | shut down. p4raw-id: //depot/perl@31360 | ||||
* | cando_by_name again: work harder to identify directories | Craig A. Berry | 2007-06-03 | 1 | -2/+10 |
| | | | | | for fileification, plus a nit missed in #31326. p4raw-id: //depot/perl@31331 | ||||
* | Assorted fixes for VMS version of cando_by_name: | Craig A. Berry | 2007-06-02 | 1 | -22/+43 |
| | | | | | | | | | -- Restore pre-5.9.x behavior of expanding logical names and fileifying directory specs regardless of whether input spec is in VMS syntax. -- VMSify input spec unless explicitly told we don't need to (this was backwards since introduced in #27733). -- Various memory handling robustifications. p4raw-id: //depot/perl@31326 | ||||
* | Maintain UAF context across calls to sys$check_access in cando_by_name. | Craig A. Berry | 2007-05-31 | 1 | -3/+4 |
| | | | p4raw-id: //depot/perl@31320 | ||||
* | In the stat() wrapper for VMS, always allow extended characters | Craig A. Berry | 2007-05-27 | 1 | -0/+17 |
| | | | | | | (such as multiple dots) in the filename regardless of environment setting. p4raw-id: //depot/perl@31283 | ||||
* | In the homegrown readdir() for VMS, always treat unix-style paths | Craig A. Berry | 2007-05-27 | 1 | -13/+9 |
| | | | | | | appropriately regardless of environment setting, and also remove the escape characters from escaped dots. p4raw-id: //depot/perl@31282 | ||||
* | Re: argproc.c license Re: [perl #43037] Bad license in perl distribution | Mark Pizzolato | 2007-05-25 | 1 | -8/+8 |
| | | | | | Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com> p4raw-id: //depot/perl@31279 | ||||
* | VMSify uupacktool.pl and run it during VMS build. | Craig A. Berry | 2007-05-21 | 1 | -2/+8 |
| | | | p4raw-id: //depot/perl@31247 | ||||
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -6/+3 |
| | | | p4raw-id: //depot/perl@31245 | ||||
* | Make VMS's home-grown glob() recognize a directory even without | Craig A. Berry | 2007-05-20 | 1 | -0/+2 |
| | | | | | tell-tale punctuation. p4raw-id: //depot/perl@31240 | ||||
* | When trimming long XS symbols on VMS, avoid warnings from operator | Craig A. Berry | 2007-05-18 | 1 | -5/+4 |
| | | | | | | precedence mistakes, but for now give the same symbol mangling results as before. p4raw-id: //depot/perl@31236 | ||||
* | bytecode.pl: Exterminate! | Nicholas Clark | 2007-05-07 | 1 | -4/+0 |
| | | | | | ext/B/B/Asmdata.pm: Exterminate! p4raw-id: //depot/perl@31165 | ||||
* | Two new manpages, by Abigail | Rafael Garcia-Suarez | 2007-04-30 | 1 | -8/+17 |
| | | | p4raw-id: //depot/perl@31110 | ||||
* | Work a little harder at building generate_uudmap on VMS. | Craig A. Berry | 2007-04-25 | 1 | -6/+6 |
| | | | p4raw-id: //depot/perl@31062 | ||||
* | Make PL_uudmap a constant global. Remove the run time initialisation | Nicholas Clark | 2007-04-24 | 1 | -0/+11 |
| | | | | | | | code, and instead use it to generate a header at perl build time. By removing uudmap from the interpreter structure we save 256 bytes per child thread. p4raw-id: //depot/perl@31059 | ||||
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -2/+4 |
| | | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com> p4raw-id: //depot/perl@30980 | ||||
* | Run buildtoc --build-all | Rafael Garcia-Suarez | 2007-04-12 | 1 | -8/+8 |
| | | | p4raw-id: //depot/perl@30926 | ||||
* | Add the perlreapi man page, by Ãvar Arnfjörð Bjarmason | Rafael Garcia-Suarez | 2007-04-12 | 1 | -1/+5 |
| | | | | | (largely from perlreguts) p4raw-id: //depot/perl@30922 | ||||
* | Run pod/buildtoc --build-all | Nicholas Clark | 2007-04-11 | 1 | -7/+7 |
| | | | p4raw-id: //depot/perl@30910 | ||||
* | Fully VMSify CPANPLUS util names following #30885 | Craig A. Berry | 2007-04-11 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@30902 | ||||
* | Add the new CPANPLUS utilities to the VMS build process. | Rafael Garcia-Suarez | 2007-04-10 | 1 | -1/+10 |
| | | | p4raw-id: //depot/perl@30885 | ||||
* | Make Perl_vms_start_glob return the input pattern when there are | Craig A. Berry | 2007-03-31 | 1 | -0/+11 |
| | | | | | no matches. p4raw-id: //depot/perl@30813 | ||||
* | Make sure escaped dots in filenames are preserved when translating | Craig A. Berry | 2007-03-16 | 2 | -3/+8 |
| | | | | | filenames from VMS to UNIX syntax. p4raw-id: //depot/perl@30602 | ||||
* | Make vms/gen_shrfls.pl better able to detect header transitions with | Craig A. Berry | 2007-03-08 | 1 | -7/+15 |
| | | | | | various compiler versions (needed after #30463). p4raw-id: //depot/perl@30510 | ||||
* | Add the new man page, perlunifaq, in relevant places | Rafael Garcia-Suarez | 2007-03-07 | 1 | -1/+5 |
| | | | p4raw-id: //depot/perl@30499 | ||||
* | In vms/gen_shrfls.pl, no more special handling of vars from | Craig A. Berry | 2007-03-05 | 1 | -8/+6 |
| | | | | | regcomp.h -- just process the file. (Needed for PL_reg_name.) p4raw-id: //depot/perl@30463 | ||||
* | Clean up the right file in vms/test.com (following #30414). | Craig A. Berry | 2007-03-03 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@30456 | ||||
* | On VMS, use the normal executable file extension for the copy of | Craig A. Berry | 2007-02-27 | 2 | -7/+6 |
| | | | | | | Perl used to run the test suite. Not doing so was confusing some of the Module::Build tests. p4raw-id: //depot/perl@30414 | ||||
* | Assorted updates to vms/vms.c to fix compiler errors on VAX. | Craig A. Berry | 2007-02-26 | 1 | -11/+18 |
| | | | p4raw-id: //depot/perl@30402 | ||||
* | Make vms/munchconfig.c able to take a list of substitutions from | Craig A. Berry | 2007-02-18 | 1 | -12/+62 |
| | | | | | a file so we don't overflow the command buffer on older systems. p4raw-id: //depot/perl@30343 | ||||
* | In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get | Craig A. Berry | 2007-02-11 | 1 | -14/+8 |
| | | | | | | | all of the attributes we need without any of the ones we don't, and try to be friendly to older compilers without too much damage to readability. Thanks to Saku Setala for the problem report. p4raw-id: //depot/perl@30216 | ||||
* | Switch from Carp to plain old warn in vms/ext/XSSymSet.pm | Craig A. Berry | 2007-02-08 | 1 | -4/+3 |
| | | | | | | because Carp now in some cases depends on things that may not be available from miniperl or before extensions are built. p4raw-id: //depot/perl@30177 | ||||
* | In vms/gen_shrfls.pl, consider EXTERN_C declarations as function | Craig A. Berry | 2007-02-04 | 1 | -5/+5 |
| | | | | | | candidates, not global variable candidates. Currently only needed for PerlIO_teardown. p4raw-id: //depot/perl@30120 | ||||
* | Install overload.h on VMS, plus more case fix-ups in descrip_mms.template. | Craig A. Berry | 2007-02-03 | 1 | -42/+47 |
| | | | p4raw-id: //depot/perl@30111 | ||||
* | Install parser.h on VMS, plus fix some case typos in descrip_mms.template. | Craig A. Berry | 2007-02-03 | 1 | -23/+26 |
| | | | p4raw-id: //depot/perl@30108 | ||||
* | In vms/vms.c, don't prototype decw$term_port until after | Craig A. Berry | 2006-12-18 | 1 | -16/+15 |
| | | | | | | config.h (via perl.h) is included. That's where USE_VMS_DECTERM is defined. p4raw-id: //depot/perl@29573 | ||||
* | xterm debugger support for VMS from John Malmberg (with revisions) | Craig A. Berry | 2006-11-25 | 2 | -4/+271 |
| | | | p4raw-id: //depot/perl@29380 | ||||
* | In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted | Craig A. Berry | 2006-11-06 | 1 | -0/+1 |
| | | | | | as done. Courtesy of Scott Lepage. p4raw-id: //depot/perl@29205 | ||||
* | When we open a file and pass it along to PerlIO, be sure to enter the | Craig A. Berry | 2006-10-30 | 1 | -7/+6 |
| | | | | | | | PerlIO world via Unix I/O. If you start from stdio, a Unix I/O counter will get decremented on close even though it was never incremented (and may not even exist). Exposed by #29065. p4raw-id: //depot/perl@29144 | ||||
* | Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM* | Nicholas Clark | 2006-10-21 | 1 | -2/+2 |
| | | | | | in */*ish.h headers. p4raw-id: //depot/perl@29077 | ||||
* | fix a doc typo and a warning typo in VMS::DCLsym | Craig A. Berry | 2006-10-10 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@28977 | ||||
* | Add perl595delta | Rafael Garcia-Suarez | 2006-10-09 | 1 | -2/+6 |
| | | | p4raw-id: //depot/perl@28970 | ||||
* | declaration after code nit in vms/vms.c (from Martin Vorlaender) | Craig A. Berry | 2006-09-08 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@28806 |