Change 31320: Maintain UAF context across calls to sys$check_access in cando_by_name.

2007-05-31 Thread Craig A . Berry
Change 31320 by [EMAIL PROTECTED] on 2007/05/31 22:17:17 Maintain UAF context across calls to sys$check_access in cando_by_name. Affected files ... ... //depot/perl/vms/vms.c#195 edit Differences ... //depot/perl/vms/vms.c#195 (text) Index: perl/vms/vms.c --- perl/vms/vms.c#1

Change 31326: Assorted fixes for VMS version of cando_by_name:

2007-06-02 Thread Craig A . Berry
Change 31326 by [EMAIL PROTECTED] on 2007/06/02 16:02:03 Assorted fixes for VMS version of cando_by_name: -- 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 sp

Change 31327: In File::Path::_rmtree, we want a list of files, not directories (some of them

2007-06-02 Thread Craig A . Berry
Change 31327 by [EMAIL PROTECTED] on 2007/06/02 17:47:37 In File::Path::_rmtree, we want a list of files, not directories (some of them may be directory files, which is ok). Affected files ... ... //depot/perl/lib/File/Path.pm#43 edit Differences ... //depot/perl/lib/Fil

Change 31331: cando_by_name again: work harder to identify directories

2007-06-03 Thread Craig A . Berry
Change 31331 by [EMAIL PROTECTED] on 2007/06/03 22:26:20 cando_by_name again: work harder to identify directories for fileification, plus a nit missed in #31326. Affected files ... ... //depot/perl/vms/vms.c#197 edit Differences ... //depot/perl/vms/vms.c#197 (text)

Change 31360: Make pipe shutdown on VMS care about whether PerlIO has already

2007-06-08 Thread Craig A . Berry
Change 31360 by [EMAIL PROTECTED] on 2007/06/08 15:28:29 Make pipe shutdown on VMS care about whether PerlIO has already shut down. Affected files ... ... //depot/perl/vms/vms.c#198 edit Differences ... //depot/perl/vms/vms.c#198 (text) Index: perl/vms/vms.c --- perl/

Change 31359: Avoid multiply defined symbols in re extension following #31341.

2007-06-08 Thread Craig A . Berry
Change 31359 by [EMAIL PROTECTED] on 2007/06/08 15:25:22 Avoid multiply defined symbols in re extension following #31341. Affected files ... ... //depot/perl/ext/re/re_top.h#12 edit Differences ... //depot/perl/ext/re/re_top.h#12 (text) Index: perl/ext/re/re_top.h --- perl/ex

Change 31358: Make symbols short enough for VMS after #31341.

2007-06-08 Thread Craig A . Berry
Change 31358 by [EMAIL PROTECTED] on 2007/06/08 15:21:24 Make symbols short enough for VMS after #31341. Affected files ... ... //depot/perl/universal.c#174 edit Differences ... //depot/perl/universal.c#174 (text) Index: perl/universal.c --- perl/universal.c#173~31348~ 2007-0

Change 31361: A couple of File::Path tests require unix syntax on VMS.

2007-06-08 Thread Craig A . Berry
Change 31361 by [EMAIL PROTECTED] on 2007/06/08 18:43:10 A couple of File::Path tests require unix syntax on VMS. Affected files ... ... //depot/perl/lib/File/Path.t#10 edit Differences ... //depot/perl/lib/File/Path.t#10 (xtext) Index: perl/lib/File/Path.t --- perl/lib/File/

Change 31384: Fix missing PerlIO_releaseFILE in VMS::Stdio::getname().

2007-06-14 Thread Craig A . Berry
Change 31384 by [EMAIL PROTECTED] on 2007/06/14 18:23:18 Fix missing PerlIO_releaseFILE in VMS::Stdio::getname(). Affected files ... ... //depot/perl/vms/ext/Stdio/Stdio.xs#18 edit Differences ... //depot/perl/vms/ext/Stdio/Stdio.xs#18 (text) Index: perl/vms/ext/Stdio/Stdio.x

Change 31385: Don't let the home-grown readdir() on VMS return results with

2007-06-14 Thread Craig A . Berry
Change 31385 by [EMAIL PROTECTED] on 2007/06/15 03:19:46 Don't let the home-grown readdir() on VMS return results with ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz). Affected files ... ... //depot/perl/vms/vms.c#199 edit Differences ... //depot/perl/vms/vms.c#19

Change 31393: [PATCH] Show warning bits on failure in t/op/caller.t

2007-06-15 Thread Craig A . Berry
Change 31393 by [EMAIL PROTECTED] on 2007/06/15 21:21:25 Subject: [PATCH] Show warning bits on failure in t/op/caller.t From: "Jerry D. Hedden" <[EMAIL PROTECTED]> Date: Fri, 15 Jun 2007 16:05:36 -0400 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot

Change 31421: Better handling of escapes in filenames when converting between VMS

2007-06-19 Thread Craig A . Berry
Change 31421 by [EMAIL PROTECTED] on 2007/06/19 12:29:32 Better handling of escapes in filenames when converting between VMS and Unix syntax. Affected files ... ... //depot/perl/vms/vms.c#200 edit Differences ... //depot/perl/vms/vms.c#200 (text) Index: perl/vms/vms.c

Change 31432: Skip a test that causes list assignment to %ENV errors on VMS.

2007-06-20 Thread Craig A . Berry
Change 31432 by [EMAIL PROTECTED] on 2007/06/21 03:24:02 Skip a test that causes list assignment to %ENV errors on VMS. Affected files ... ... //depot/perl/lib/File/Spec/t/tmpdir.t#3 edit Differences ... //depot/perl/lib/File/Spec/t/tmpdir.t#3 (text) Index: perl/lib/File/Spec

Change 31431: Make File::Spec::VMS->splitdir stop returning an empty first directory

2007-06-20 Thread Craig A . Berry
Change 31431 by [EMAIL PROTECTED] on 2007/06/21 03:15:59 Make File::Spec::VMS->splitdir stop returning an empty first directory when passed a relative path. Also, don't split on escaped directory delimiters. Affected files ... ... //depot/perl/lib/File/Spec/VMS.pm#47 ed

Change 31532: Remove vms/genconfig.pl and references to it; it was made obsolete way back

2007-07-04 Thread Craig A . Berry
Change 31532 by [EMAIL PROTECTED] on 2007/07/04 15:18:06 Remove vms/genconfig.pl and references to it; it was made obsolete way back in change #1084. Remove references to vms/config.vms, which was removed in change #1084. Affected files ... ... //depot/perl/MANIFEST#16

Change 31533: Replace C with C on VMS.

2007-07-04 Thread Craig A . Berry
Change 31533 by [EMAIL PROTECTED] on 2007/07/04 15:35:56 Replace C with C on VMS. Affected files ... ... //depot/perl/configure.com#261 edit Differences ... //depot/perl/configure.com#261 (text) Index: perl/configure.com --- perl/configure.com#260~31532~ 2007-07-04 08:1

Change 31534: VMS syntax nit in new MakeMaker test.

2007-07-04 Thread Craig A . Berry
Change 31534 by [EMAIL PROTECTED] on 2007/07/04 16:07:33 VMS syntax nit in new MakeMaker test. Affected files ... ... //depot/perl/lib/ExtUtils/t/cd.t#2 edit Differences ... //depot/perl/lib/ExtUtils/t/cd.t#2 (text) Index: perl/lib/ExtUtils/t/cd.t --- perl/lib/ExtUtils/t/cd.t

Change 31535: New File::Path tests require unix syntax on VMS.

2007-07-04 Thread Craig A . Berry
Change 31535 by [EMAIL PROTECTED] on 2007/07/04 16:27:16 New File::Path tests require unix syntax on VMS. Affected files ... ... //depot/perl/lib/File/Path.t#12 edit Differences ... //depot/perl/lib/File/Path.t#12 (xtext) Index: perl/lib/File/Path.t --- perl/lib/File/Path.t#1

Change 31544: Fix the case of $Config{perl_patchlevel} on VMS.

2007-07-06 Thread Craig A . Berry
Change 31544 by [EMAIL PROTECTED] on 2007/07/06 20:39:46 Fix the case of $Config{perl_patchlevel} on VMS. Affected files ... ... //depot/perl/configure.com#262 edit Differences ... //depot/perl/configure.com#262 (text) Index: perl/configure.com --- perl/configure.com#261~3153

Change 31597: Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and

2007-07-12 Thread Craig A . Berry
Change 31597 by [EMAIL PROTECTED] on 2007/07/12 10:57:36 Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present. Affected files ... ... //depot/perl/configure.com#263 edit Differences ...

Change 31614: VMS todo for threads exit test.

2007-07-13 Thread Craig A . Berry
Change 31614 by [EMAIL PROTECTED] on 2007/07/14 02:21:14 VMS todo for threads exit test. Affected files ... ... //depot/perl/ext/threads/t/exit.t#18 edit Differences ... //depot/perl/ext/threads/t/exit.t#18 (text) Index: perl/ext/threads/t/exit.t --- perl/ext/threads/t/exit.t

Change 31619: Inching towards Module::Build-ability on VMS.

2007-07-16 Thread Craig A . Berry
e bits that still refer to this as if it's a method that belongs +to $self, so we just put in a noop version here. + +sub eliminate_macros { + return(@_); +} =back =head1 AUTHOR -Michael G Schwern <[EMAIL PROTECTED]>, Ken Williams <[EMAIL PROTECTED]> +Michael G Schwern &l

Change 31646: Make TabsWrap tests work around broken VMS pipes.

2007-07-22 Thread Craig A . Berry
Change 31646 by [EMAIL PROTECTED] on 2007/07/23 01:47:12 Make TabsWrap tests work around broken VMS pipes. Affected files ... ... //depot/perl/lib/Text/TabsWrap/t/fill.t#4 edit ... //depot/perl/lib/Text/TabsWrap/t/tabs.t#3 edit Differences ... //depot/perl/lib/Text/TabsWrap/t/fill

Change 31647: Update utility commands for VMS.

2007-07-22 Thread Craig A . Berry
Change 31647 by [EMAIL PROTECTED] on 2007/07/23 01:48:34 Update utility commands for VMS. Affected files ... ... //depot/perl/configure.com#264 edit Differences ... //depot/perl/configure.com#264 (text) Index: perl/configure.com --- perl/configure.com#263~31597~ 2007-07

Change 31665: [EMAIL PROTECTED] t/op/stat.t Test $nlink if $Config{d_link}

2007-07-29 Thread Craig A . Berry
Change 31665 by [EMAIL PROTECTED] on 2007/07/29 14:48:20 Subject: [EMAIL PROTECTED] t/op/stat.t Test $nlink if $Config{d_link} From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sun, 29 Jul 2007 07:56:22 -0500 Message-id: <[EMAIL PROTECTED]> Affected files ... ..

Change 31666: Oops, 31665 was empty.

2007-07-29 Thread Craig A . Berry
Change 31666 by [EMAIL PROTECTED] on 2007/07/29 18:13:46 Oops, 31665 was empty. Affected files ... ... //depot/perl/t/op/stat.t#92 edit Differences ... //depot/perl/t/op/stat.t#92 (xtext) Index: perl/t/op/stat.t --- perl/t/op/stat.t#91~31665~ 2007-07-29 07:48:20.0 -0

Change 31670: [EMAIL PROTECTED] VMS symbolic links - part 1 of ? 2nd try.

2007-07-31 Thread Craig A . Berry
Change 31670 by [EMAIL PROTECTED] on 2007/08/01 03:24:03 Subject: [EMAIL PROTECTED] VMS symbolic links - part 1 of ? 2nd try. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Mon, 30 Jul 2007 23:55:34 -0500 Message-id: <[EMAIL PROTECTED]> Patch fo

Change 31671: Missing a couple of aTHX_'s in #31670.

2007-08-01 Thread Craig A . Berry
Change 31671 by [EMAIL PROTECTED] on 2007/08/01 12:35:11 Missing a couple of aTHX_'s in #31670. Affected files ... ... //depot/perl/vms/vms.c#205 edit Differences ... //depot/perl/vms/vms.c#205 (text) Index: perl/vms/vms.c --- perl/vms/vms.c#204~31670~ 2007-07-31 20:24:03.0

Change 31674: [EMAIL PROTECTED] vms.c - Missing null terminator

2007-08-02 Thread Craig A . Berry
Change 31674 by [EMAIL PROTECTED] on 2007/08/02 12:54:40 Subject: [EMAIL PROTECTED] vms.c - Missing null terminator From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Wed, 01 Aug 2007 08:25:22 -0500 Message-id: <[EMAIL PROTECTED]> Affected files ... ... //depot/pe

Change 31701: Skip a couple of case sensitive tests in Pod::Simple on VMS.

2007-08-10 Thread Craig A . Berry
Change 31701 by [EMAIL PROTECTED] on 2007/08/10 16:28:34 Skip a couple of case sensitive tests in Pod::Simple on VMS. Affected files ... ... //depot/perl/lib/Pod/Simple/t/search20.t#3 edit ... //depot/perl/lib/Pod/Simple/t/search22.t#3 edit Differences ... //depot/perl/lib/Pod/Sim

Change 31706: [EMAIL PROTECTED]/Find.pm Find.t - VMS Symbolic Links Part 2 of ? From: "John E. Malmberg" <[EMAIL PROTECTED]>

2007-08-12 Thread Craig A . Berry
Change 31706 by [EMAIL PROTECTED] on 2007/08/13 03:04:37 Subject: [EMAIL PROTECTED]/Find.pm Find.t - VMS Symbolic Links Part 2 of ? From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sat, 11 Aug 2007 23:44:44 -0500 Message-id: <[EMAIL PROTECTED]> V

Change 31714: [EMAIL PROTECTED] /lib/File/Find/t/taint.t - VMS Symlinks Part 3 of ? From: "John E. Malmberg" <[EMAIL PROTECTED]>

2007-08-14 Thread Craig A . Berry
Change 31714 by [EMAIL PROTECTED] on 2007/08/15 02:33:24 Subject: [EMAIL PROTECTED] /lib/File/Find/t/taint.t - VMS Symlinks Part 3 of ? From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Mon, 13 Aug 2007 20:44:41 -0500 Message-id: <[EMAIL PROTECTED]> Affected file

Change 31726: [EMAIL PROTECTED] fix for VMS

2007-08-16 Thread Craig A . Berry
Change 31726 by [EMAIL PROTECTED] on 2007/08/16 17:05:48 Subject: [EMAIL PROTECTED] fix for VMS From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Thu, 16 Aug 2007 00:27:35 -0500 Message-id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/lib/Modul

RE: Change 31726: [EMAIL PROTECTED] fix for VMS

2007-08-20 Thread Craig A. Berry
n the whole mess gets recombined with File::Spec::Unix::catfile like so DB<6> r scalar context return from File::Spec::Unix::catfile: '/[00/Module/Load]^/Conditional.pm' so you have an unspeakable mash of incompatible syntax. The fact that there is a splitpath but no catpath is

Change 31746: [EMAIL PROTECTED] Module-load/require fixes for VMS

2007-08-22 Thread Craig A . Berry
Change 31746 by [EMAIL PROTECTED] on 2007/08/22 11:08:01 Subject: [EMAIL PROTECTED] Module-load/require fixes for VMS From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Mon, 20 Aug 2007 21:55:07 -0500 Message-id: <[EMAIL PROTECTED]> Avoid double mod

Change 31747: [EMAIL PROTECTED] Extract fix on VMS.

2007-08-22 Thread Craig A . Berry
Change 31747 by [EMAIL PROTECTED] on 2007/08/22 11:20:52 Subject: [EMAIL PROTECTED] Extract fix on VMS. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Mon, 20 Aug 2007 22:05:11 -0500 Message-id: <[EMAIL PROTECTED]> Quote -Z for unzip. Affected

Change 31748: [EMAIL PROTECTED] regop.t fix for VMS

2007-08-22 Thread Craig A . Berry
Change 31748 by [EMAIL PROTECTED] on 2007/08/22 11:53:47 Subject: [EMAIL PROTECTED] regop.t fix for VMS From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Tue, 21 Aug 2007 20:38:41 -0500 Message-id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/e

Change 31751: thinko in 10_Archive-Extract.t portion of #31747

2007-08-24 Thread Craig A . Berry
Change 31751 by [EMAIL PROTECTED] on 2007/08/24 20:31:14 thinko in 10_Archive-Extract.t portion of #31747 Affected files ... ... //depot/perl/lib/Archive/Extract/t/01_Archive-Extract.t#6 edit Differences ... //depot/perl/lib/Archive/Extract/t/01_Archive-Extract.t#6 (text) Ind

Change 31752: [EMAIL PROTECTED] ASTFLT in HiRes.t on VMS

2007-08-24 Thread Craig A . Berry
Change 31752 by [EMAIL PROTECTED] on 2007/08/24 21:08:33 Subject: [EMAIL PROTECTED] ASTFLT in HiRes.t on VMS From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Tue, 21 Aug 2007 22:44:58 -0500 Message-id: <[EMAIL PROTECTED]> Skip test #17 bec

Change 31756: Fix configure.com's d_fcntl_can_lock test to look for a file

2007-08-26 Thread Craig A . Berry
Change 31756 by [EMAIL PROTECTED] on 2007/08/27 02:46:41 Fix configure.com's d_fcntl_can_lock test to look for a file that actually exists. Affected files ... ... //depot/perl/configure.com#266 edit Differences ... //depot/perl/configure.com#266 (text) Index: perl/con

Change 31775: Avoid infinite recursion in File::Path::_rmtree on VMS when there

2007-08-31 Thread Craig A . Berry
Change 31775 by [EMAIL PROTECTED] on 2007/08/31 14:14:52 Avoid infinite recursion in File::Path::_rmtree on VMS when there is a file present with a single dot as the name. Reported by John Malmberg in <[EMAIL PROTECTED]>. Affected files ... ... //depot/perl/lib/File/Path

Change 31776: [EMAIL PROTECTED] CPANPLUS extract.pm fixes for VMS.

2007-08-31 Thread Craig A . Berry
Change 31776 by [EMAIL PROTECTED] on 2007/08/31 22:42:43 Subject: [EMAIL PROTECTED] CPANPLUS extract.pm fixes for VMS. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Fri, 31 Aug 2007 00:21:52 -0500 Message-id: <[EMAIL PROTECTED]> catdir was used

Change 31777: [EMAIL PROTECTED] rename directories on VMS like on UNIX From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Thu, 30 Aug 2007 22:59:50 -0500 Message-id: <[EMAIL PROTECTED]>

2007-08-31 Thread Craig A . Berry
Change 31777 by [EMAIL PROTECTED] on 2007/08/31 23:02:38 Subject: [EMAIL PROTECTED] rename directories on VMS like on UNIX From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Thu, 30 Aug 2007 22:59:50 -0500 Message-id: <[EMAIL PROTECTED]> More aggres

Change 31788: Portability tweaks for Archive::Tar::_extract_file.

2007-09-03 Thread Craig A . Berry
Change 31788 by [EMAIL PROTECTED] on 2007/09/03 19:36:39 Portability tweaks for Archive::Tar::_extract_file. Affected files ... ... //depot/perl/lib/Archive/Tar.pm#14 edit Differences ... //depot/perl/lib/Archive/Tar.pm#14 (text) Index: perl/lib/Archive/Tar.pm --- perl/lib/Ar

Change 31814: [EMAIL PROTECTED] fixes for cpanplus on VMS

2007-09-08 Thread Craig A . Berry
Change 31814 by [EMAIL PROTECTED] on 2007/09/07 14:58:05 Subject: [EMAIL PROTECTED] fixes for cpanplus on VMS From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sun, 02 Sep 2007 17:23:04 -0500 Message-id: <[EMAIL PROTECTED]> Only the hunk containing

Change 31815: Two Module::Build::Platform::VMS tweaks:

2007-09-08 Thread Craig A . Berry
Change 31815 by [EMAIL PROTECTED] on 2007/09/07 15:07:14 Two Module::Build::Platform::VMS tweaks: -- Override expand_test_dir to relativize paths. -- Eliminate eliminate_macros; M::B doesn't need it. Affected files ... ... //depot/perl/lib/Module/Build/Platform/VMS.pm#7 e

Change 31825: Band-aid for Pod::Man::devise_title to keep it from looking

2007-09-08 Thread Craig A . Berry
Change 31825 by [EMAIL PROTECTED] on 2007/09/09 00:31:51 Band-aid for Pod::Man::devise_title to keep it from looking beyond the end of an array and generating undefined warnings. Affected files ... ... //depot/perl/lib/Pod/Man.pm#41 edit Differences ... //depot/perl/lib/Po

Change 31843: VMS help for File::Path 2.00_11: chdir() is finicky about directory

2007-09-10 Thread Craig A . Berry
Change 31843 by [EMAIL PROTECTED] on 2007/09/10 22:40:30 VMS help for File::Path 2.00_11: chdir() is finicky about directory format; catdir spews warnings when given files that aren't directories; File::Spec functions may call stat(), thus zapping C<_>; filenames with

Change 31869: [PATCH] Update Module::Load to 0.12 (Was Re: Module::Load 0.12 wanna be

2007-09-14 Thread Craig A . Berry
Change 31869 by [EMAIL PROTECTED] on 2007/09/14 22:45:53 Subject: [PATCH] Update Module::Load to 0.12 (Was Re: Module::Load 0.12 wanna be (was Re: [EMAIL PROTECTED] Module-load/require fixes for VMS)) From: "Jos I. Boumans" <[EMAIL PROTECTED]> Date: Fri, 14 Sep 200

Re: Change 31873: Move all the compile time options that affect binary compatibility into

2007-09-22 Thread Craig A. Berry
be >defined in *ish.h files so that the VMS and other folks can put in it what >they need? I don't see the need for that. The VMS-specific options just won't be defined on other platforms. -- Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser

Change 31944: Record IEEE usage in config.h on VMS.

2007-09-23 Thread Craig A . Berry
Change 31944 by [EMAIL PROTECTED] on 2007/09/23 15:09:51 Record IEEE usage in config.h on VMS. Affected files ... ... //depot/perl/configure.com#267 edit Differences ... //depot/perl/configure.com#267 (text) Index: perl/configure.com --- perl/configure.com#266~31756~ 20

Change 31946: And some more VMS-specific additions to PL_bincompat_options.

2007-09-23 Thread Craig A . Berry
Change 31946 by [EMAIL PROTECTED] on 2007/09/23 23:44:59 And some more VMS-specific additions to PL_bincompat_options. Affected files ... ... //depot/perl/perl.h#793 edit Differences ... //depot/perl/perl.h#793 (text) Index: perl/perl.h --- perl/perl.h#792~31945~ 2007-09

Change 31949: Allow IEEE math to be deselected on OpenVMS I64 (but it remains

2007-09-23 Thread Craig A . Berry
Change 31949 by [EMAIL PROTECTED] on 2007/09/24 02:51:23 Allow IEEE math to be deselected on OpenVMS I64 (but it remains the default). Affected files ... ... //depot/perl/configure.com#268 edit Differences ... //depot/perl/configure.com#268 (text) Index: perl/configur

Re: Change 31946: And some more VMS-specific additions to PL_bincompat_options.

2007-09-24 Thread Craig A. Berry
rt. Highly debatable, but this is not the forum for it. -- ________ Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser

Change 31984: Make large file support the default on VMS systems that have it. This in turn

2007-09-26 Thread Craig A . Berry
Change 31984 by [EMAIL PROTECTED] on 2007/09/27 00:57:00 Make large file support the default on VMS systems that have it. This in turn makes _USE_STD_STAT and symbolic link support the defaults where available. Affected files ... ... //depot/perl/configure.com#269 edit Differ

Change 31995: [EMAIL PROTECTED] Revised Module::Build fixes for VMS.

2007-09-28 Thread Craig A . Berry
Change 31995 by [EMAIL PROTECTED] on 2007/09/29 04:39:50 Subject: [EMAIL PROTECTED] Revised Module::Build fixes for VMS. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Fri, 28 Sep 2007 08:55:27 -0500 Message-id: <[EMAIL PROTECTED]> Affected files ... ... //dep

Change 31998: Re: [EMAIL PROTECTED] Revised Module::Build fixes for VMS.

2007-09-30 Thread Craig A . Berry
Change 31998 by [EMAIL PROTECTED] on 2007/09/30 13:56:08 Subject: Re: [EMAIL PROTECTED] Revised Module::Build fixes for VMS. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sat, 29 Sep 2007 14:50:37 -0500 Message-id: <[EMAIL PROTECTED]> Miss

Change 31999: [EMAIL PROTECTED] Fix M:B: tilde.t tests on VMS

2007-09-30 Thread Craig A . Berry
Change 31999 by [EMAIL PROTECTED] on 2007/09/30 15:00:54 Subject: [EMAIL PROTECTED] Fix M:B: tilde.t tests on VMS From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sun, 30 Sep 2007 09:13:09 -0500 Message-id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl

Change 32027: Try a bit harder to get *PL_sighandlerp to agree with its

2007-10-04 Thread Craig A . Berry
Change 32027 by [EMAIL PROTECTED] on 2007/10/04 15:06:59 Try a bit harder to get *PL_sighandlerp to agree with its prototype based on SA_SIGINFO definedness rather than Win32-ness. Affected files ... ... //depot/perl/mg.c#505 edit Differences ... //depot/perl/mg.c#505 (tex

Change 32028: VMS override for Module::Build::Base::find_perl_interpreter,

2007-10-04 Thread Craig A . Berry
Change 32028 by [EMAIL PROTECTED] on 2007/10/04 18:02:38 VMS override for Module::Build::Base::find_perl_interpreter, allowing tests to pass from t/TEST as well as harness. Affected files ... ... //depot/perl/lib/Module/Build/Platform/VMS.pm#10 edit Differences ... //depot

Change 32029: [EMAIL PROTECTED] POD updates for VMS

2007-10-04 Thread Craig A . Berry
Change 32029 by [EMAIL PROTECTED] on 2007/10/05 03:41:30 Subject: [EMAIL PROTECTED] POD updates for VMS From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Thu, 04 Oct 2007 22:25:34 -0500 Message-id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/README.vm

Change 32037: symlink() wrapper for VMS that prevents the creation of symlinks

2007-10-05 Thread Craig A . Berry
Change 32037 by [EMAIL PROTECTED] on 2007/10/05 22:37:23 symlink() wrapper for VMS that prevents the creation of symlinks with zero-length names. The standards disallow that and the test suite gets indigestion. Affected files ... ... //depot/perl/vms/vms.c#209 edit ... /

Change 32053: Add symlink support to Cwd::_vms_abs_path.

2007-10-06 Thread Craig A . Berry
Change 32053 by [EMAIL PROTECTED] on 2007/10/06 18:28:59 Add symlink support to Cwd::_vms_abs_path. Affected files ... ... //depot/perl/ext/Cwd/t/cwd.t#37 edit ... //depot/perl/lib/Cwd.pm#110 edit Differences ... //depot/perl/ext/Cwd/t/cwd.t#37 (text) Index: perl/ext/Cwd/t/cw

Change 32106: Normalize the case of some VMS syscalls so the prototypes are

2007-10-12 Thread Craig A . Berry
Change 32106 by [EMAIL PROTECTED] on 2007/10/12 20:48:11 Normalize the case of some VMS syscalls so the prototypes are kosher on a system with older headers. Affected files ... ... //depot/perl/vms/vms.c#210 edit Differences ... //depot/perl/vms/vms.c#210 (text) Index

Change 32108: [PATCH] Update File::Fetch to 0.12

2007-10-15 Thread Craig A . Berry
Change 32108 by [EMAIL PROTECTED] on 2007/10/16 04:05:18 Subject: [PATCH] Update File::Fetch to 0.12 From: "Jos I. Boumans" <[EMAIL PROTECTED]> Date: Mon, 15 Oct 2007 14:40:39 +0200 Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/lib/File/Fetch

Change 32175: Make the File::Find tests stay under t/ where they

2007-10-22 Thread Craig A . Berry
Change 32175 by [EMAIL PROTECTED] on 2007/10/23 03:39:19 Make the File::Find tests stay under t/ where they belong (the first call to cleanup() was leaving us at the top of the Perl source tree). Affected files ... ... //depot/perl/lib/File/Find/t/find.t#16 edit ... //dep

Change 32176: File::Find::_find_dir nit for VMS, plus version bump.

2007-10-22 Thread Craig A . Berry
Change 32176 by [EMAIL PROTECTED] on 2007/10/23 03:43:02 File::Find::_find_dir nit for VMS, plus version bump. Affected files ... ... //depot/perl/lib/File/Find.pm#91 edit Differences ... //depot/perl/lib/File/Find.pm#91 (text) Index: perl/lib/File/Find.pm --- perl/lib/File/F

Change 32193: Copy Win32 system() behavior on VMS and make a first argument

2007-10-25 Thread Craig A . Berry
Change 32193 by [EMAIL PROTECTED] on 2007/10/25 15:40:36 Copy Win32 system() behavior on VMS and make a first argument with a value of 1 indicate spawn without waiting for completion. Affected files ... ... //depot/perl/vms/vms.c#211 edit Differences ... //depot/perl/vms/

Change 32194: Platform-neutral quoting in optree_misc.t.

2007-10-25 Thread Craig A . Berry
Change 32194 by [EMAIL PROTECTED] on 2007/10/25 21:36:42 Platform-neutral quoting in optree_misc.t. Affected files ... ... //depot/perl/ext/B/t/optree_misc.t#8 edit Differences ... //depot/perl/ext/B/t/optree_misc.t#8 (text) Index: perl/ext/B/t/optree_misc.t --- perl/ext/B/t/

Change 32195: In the revised Module::Build, don't create temp directories

2007-10-26 Thread Craig A . Berry
Change 32195 by [EMAIL PROTECTED] on 2007/10/26 23:59:42 In the revised Module::Build, don't create temp directories with dots in the names. Also, restore some VMS fixes that regressed in the last integration. Affected files ... ... //depot/perl/lib/Module/Build/t/desti

Change 32198: problem with MAKE_EXT.COM

2007-10-27 Thread Craig A . Berry
Change 32198 by [EMAIL PROTECTED] on 2007/10/27 17:09:01 Subject: problem with MAKE_EXT.COM From: Thomas Pfau <[EMAIL PROTECTED]> Date: Sat, 27 Oct 2007 09:27:54 -0400 Message-id: <[EMAIL PROTECTED]> configure.com thinko in #30455. Affected files .

Change 32199: Re: Perl 5.10.0 getting close: please test From: [EMAIL PROTECTED] Date: Thu, 25 Oct 2007 00:25:55 +0200 Message-id: <[EMAIL PROTECTED]>

2007-10-27 Thread Craig A . Berry
Change 32199 by [EMAIL PROTECTED] on 2007/10/27 22:17:29 Subject: Re: Perl 5.10.0 getting close: please test From: [EMAIL PROTECTED] Date: Thu, 25 Oct 2007 00:25:55 +0200 Message-id: <[EMAIL PROTECTED]> Help older VMS compilers by using ccflags when

Change 32201: Re: copyright notices for vms.c and vmsish.h From: Charles Bailey <[EMAIL PROTECTED]> Date: Fri, 26 Oct 2007 15:27:36 -0400 Message-id: <[EMAIL PROTECTED]>

2007-10-29 Thread Craig A . Berry
Change 32201 by [EMAIL PROTECTED] on 2007/10/30 01:08:10 Subject: Re: copyright notices for vms.c and vmsish.h From: Charles Bailey <[EMAIL PROTECTED]> Date: Fri, 26 Oct 2007 15:27:36 -0400 Message-id: <[EMAIL PROTECTED]> At my instigation, Charles

Change 32202: Typo in comment in 32201.

2007-10-29 Thread Craig A . Berry
Change 32202 by [EMAIL PROTECTED] on 2007/10/30 03:38:20 Typo in comment in 32201. Affected files ... ... //depot/perl/vms/vms.c#213 edit Differences ... //depot/perl/vms/vms.c#213 (text) Index: perl/vms/vms.c --- perl/vms/vms.c#212~32201~ 2007-10-29 18:08:10.0 -070

Change 32219: Roll back #32214 as it causes more failures than it prevents.

2007-11-04 Thread Craig A . Berry
Change 32219 by [EMAIL PROTECTED] on 2007/11/04 16:41:28 Roll back #32214 as it causes more failures than it prevents. Affected files ... ... //depot/perl/t/TestInit.pm#10 edit Differences ... //depot/perl/t/TestInit.pm#10 (text) Index: perl/t/TestInit.pm --- perl/t/TestInit.

Change 32226: VMS.C misc fixes, including vms_realpath fixes

2007-11-05 Thread Craig A . Berry
Change 32226 by [EMAIL PROTECTED] on 2007/11/06 04:13:57 Subject: VMS.C misc fixes, including vms_realpath fixes From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sat, 03 Nov 2007 00:58:05 -0500 Message-id: <[EMAIL PROTECTED]> Plus, at Joh

Change 32252: [PATCH] CPANPLUS 0.083_09

2007-11-09 Thread Craig A . Berry
Change 32252 by [EMAIL PROTECTED] on 2007/11/09 16:35:18 Subject: [PATCH] CPANPLUS 0.083_09 From: "Jos I. Boumans" <[EMAIL PROTECTED]> Date: Fri, 9 Nov 2007 15:50:11 +0100 Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/lib/CPANPLUS.pm#11 edit

Change 32253: [PATCH] CPANPLUS::Dist::Build 0.06_02

2007-11-09 Thread Craig A . Berry
Change 32253 by [EMAIL PROTECTED] on 2007/11/09 16:41:47 Subject: [PATCH] CPANPLUS::Dist::Build 0.06_02 From: "Jos I. Boumans" <[EMAIL PROTECTED]> Date: Fri, 9 Nov 2007 15:52:06 +0100 Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/lib/CPANPLUS

Change 32276: Make File::Path::_rmtree behave when passed an individual file

2007-11-11 Thread Craig A . Berry
Change 32276 by [EMAIL PROTECTED] on 2007/11/11 22:52:15 Make File::Path::_rmtree behave when passed an individual file with a relative path that is already in VMS syntax. Affected files ... ... //depot/perl/lib/File/Path.pm#57 edit Differences ... //depot/perl/lib/File/Pa

Change 32275: Following 32238, change "interpreter_size" to "interp_size" in the new

2007-11-11 Thread Craig A . Berry
Change 32275 by [EMAIL PROTECTED] on 2007/11/11 22:45:46 Following 32238, change "interpreter_size" to "interp_size" in the new global symbols to keep overall symbol length within 31 characters, which is what the VMS C compiler with default flags can handle. Affected fil

Change 32277: Correct and complete CBuilder's handling of external libraries when

2007-11-11 Thread Craig A . Berry
Change 32277 by [EMAIL PROTECTED] on 2007/11/11 23:03:03 Correct and complete CBuilder's handling of external libraries when linking on VMS. Affected files ... ... //depot/perl/lib/ExtUtils/CBuilder/Platform/VMS.pm#9 edit Differences ... //depot/perl/lib/ExtUtils/CBuilde

Change 32278: [EMAIL PROTECTED] t/op/taint.t not cleaning up properly on VMS.

2007-11-11 Thread Craig A . Berry
Change 32278 by [EMAIL PROTECTED] on 2007/11/12 04:33:08 Subject: [EMAIL PROTECTED] t/op/taint.t not cleaning up properly on VMS. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sun, 11 Nov 2007 20:09:17 -0600 Message-id: <[EMAIL PROTECTED]> Affected files ...

Change 32279: [EMAIL PROTECTED] file/find/t/ find.t and taint.t fixes for VMS.

2007-11-11 Thread Craig A . Berry
Change 32279 by [EMAIL PROTECTED] on 2007/11/12 05:00:47 Subject: [EMAIL PROTECTED] file/find/t/ find.t and taint.t fixes for VMS. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sun, 11 Nov 2007 17:42:46 -0600 Message-id: <[EMAIL PROTECTED]> Wi

Change 32304: [EMAIL PROTECTED] Upgrade File::Fetch to 0.13_04 - fixed for VMS.

2007-11-13 Thread Craig A . Berry
Change 32304 by [EMAIL PROTECTED] on 2007/11/13 14:15:12 Subject: [EMAIL PROTECTED] Upgrade File::Fetch to 0.13_04 - fixed for VMS. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Mon, 12 Nov 2007 08:49:23 -0600 Message-id: <[EMAIL PROTECTED]>

Change 32306: Re: [EMAIL PROTECTED] Upgrade File::Fetch to 0.13_04 - fixed for VMS.

2007-11-13 Thread Craig A . Berry
Change 32306 by [EMAIL PROTECTED] on 2007/11/13 14:28:52 Subject: Re: [EMAIL PROTECTED] Upgrade File::Fetch to 0.13_04 - fixed for VMS. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Mon, 12 Nov 2007 23:47:20 -0600 Message-id: <[EMAIL PROTECTED]>

Change 32308: Re: CPANPLUS working again on VMS Re: [EMAIL PROTECTED] Upgrade File::Fetch to 0.13_04 - fixed for VMS.

2007-11-13 Thread Craig A . Berry
Change 32308 by [EMAIL PROTECTED] on 2007/11/14 01:41:46 Subject: Re: CPANPLUS working again on VMS Re: [EMAIL PROTECTED] Upgrade File::Fetch to 0.13_04 - fixed for VMS. From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Tue, 13 Nov 2007 19:27:09 -0600 Message-id:

Change 32329: In Perl_vms_start_glob, when we don't have any matches and thus

2007-11-15 Thread Craig A . Berry
Change 32329 by [EMAIL PROTECTED] on 2007/11/15 20:49:26 In Perl_vms_start_glob, when we don't have any matches and thus return the input pattern, that doesn't mean clobber the input scalar. Follow-up to change 30813. Affected files ... ... //depot/perl/vms/vms.c#215 edi

Change 32351: Silence ill-behaved or failing Module::Build tests on VMS.

2007-11-16 Thread Craig A . Berry
Change 32351 by [EMAIL PROTECTED] on 2007/11/16 23:43:46 Silence ill-behaved or failing Module::Build tests on VMS. Affected files ... ... //depot/perl/lib/Module/Build/t/test_type.t#3 edit ... //depot/perl/lib/Module/Build/t/tilde.t#5 edit ... //depot/perl/lib/Module/Build/t/xs.t#9 edit

Change 32352: The new Archive::Tar tests are TODO on VMS for reasons unrelated

2007-11-16 Thread Craig A . Berry
Change 32352 by [EMAIL PROTECTED] on 2007/11/16 23:46:13 The new Archive::Tar tests are TODO on VMS for reasons unrelated to the security issue for which they are testing. Affected files ... ... //depot/perl/lib/Archive/Tar/t/04_resolved_issues.t#5 edit Differences ... //d

Change 32353: Silence ill-behaved Test::Harness test on VMS.

2007-11-16 Thread Craig A . Berry
Change 32353 by [EMAIL PROTECTED] on 2007/11/16 23:47:45 Silence ill-behaved Test::Harness test on VMS. Affected files ... ... //depot/perl/lib/Test/Harness/t/failure.t#4 edit Differences ... //depot/perl/lib/Test/Harness/t/failure.t#4 (text) Index: perl/lib/Test/Harness/t/fa

Change 32354: Let's install the *current* perldelta on VMS.

2007-11-16 Thread Craig A . Berry
Change 32354 by [EMAIL PROTECTED] on 2007/11/16 23:49:42 Let's install the *current* perldelta on VMS. Affected files ... ... //depot/perl/vms/descrip_mms.template#141 edit Differences ... //depot/perl/vms/descrip_mms.template#141 (text) Index: perl/vms/descrip_mms.template -

Change 32357: Skip Module::Build ppm test -- not ready for prime time on VMS.

2007-11-16 Thread Craig A . Berry
Change 32357 by [EMAIL PROTECTED] on 2007/11/17 04:19:47 Skip Module::Build ppm test -- not ready for prime time on VMS. Affected files ... ... //depot/perl/lib/Module/Build/t/ppm.t#4 edit Differences ... //depot/perl/lib/Module/Build/t/ppm.t#4 (text) Index: perl/lib/Module/B

Change 32474: [EMAIL PROTECTED] VMS symbolic links part 4 of 4 - Final part From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sun, 18 Nov 2007 02:15:22 -0600 Message-id: <[EMAIL PROTECTED]>

2007-11-23 Thread Craig A . Berry
Change 32474 by [EMAIL PROTECTED] on 2007/11/24 02:17:28 Subject: [EMAIL PROTECTED] VMS symbolic links part 4 of 4 - Final part From: "John E. Malmberg" <[EMAIL PROTECTED]> Date: Sun, 18 Nov 2007 02:15:22 -0600 Message-id: <[EMAIL PROTECTED]> [.vms.

Change 32556: Make VMS::Filespec::vms_realname return undef instead of garbage

2007-11-29 Thread Craig A . Berry
Change 32556 by [EMAIL PROTECTED] on 2007/11/29 18:29:40 Make VMS::Filespec::vms_realname return undef instead of garbage when it fails. Affected files ... ... //depot/perl/vms/vms.c#217 edit Differences ... //depot/perl/vms/vms.c#217 (text) Index: perl/vms/vms.c ---

Change 32557: Upgrade to Time::HiRes 1.9711

2007-11-29 Thread Craig A . Berry
Change 32557 by [EMAIL PROTECTED] on 2007/11/30 05:05:15 Upgrade to Time::HiRes 1.9711 Affected files ... ... //depot/perl/ext/Time/HiRes/Changes#58 edit ... //depot/perl/ext/Time/HiRes/HiRes.pm#78 edit ... //depot/perl/ext/Time/HiRes/t/HiRes.t#32 edit Differences ... //depot/perl

Change 32560: Updates to VMS-specific pod.

2007-12-03 Thread Craig A . Berry
Change 32560 by [EMAIL PROTECTED] on 2007/12/03 13:18:14 Updates to VMS-specific pod. Affected files ... ... //depot/perl/README.vms#42 edit ... //depot/perl/vms/perlvms.pod#40 edit Differences ... //depot/perl/README.vms#42 (text) Index: perl/README.vms --- perl/README.vms#4

Change 32566: Typo in 32564.

2007-12-04 Thread Craig A . Berry
Change 32566 by [EMAIL PROTECTED] on 2007/12/04 13:37:28 Typo in 32564. Affected files ... ... //depot/perl/pod/perltodo.pod#201 edit Differences ... //depot/perl/pod/perltodo.pod#201 (text) Index: perl/pod/perltodo.pod --- perl/pod/perltodo.pod#200~32565~2007-12-04 04:47

Change 32577: Fix missing sharpbang definition in configure.com.

2007-12-04 Thread Craig A . Berry
Change 32577 by [EMAIL PROTECTED] on 2007/12/05 01:17:04 Fix missing sharpbang definition in configure.com. Affected files ... ... //depot/perl/configure.com#272 edit Differences ... //depot/perl/configure.com#272 (text) Index: perl/configure.com --- perl/configure.com#271~32

Change 32594: POD improvements for VMS::Filespec.

2007-12-07 Thread Craig A . Berry
Change 32594 by [EMAIL PROTECTED] on 2007/12/08 01:26:17 POD improvements for VMS::Filespec. Affected files ... ... //depot/perl/vms/ext/Filespec.pm#14 edit Differences ... //depot/perl/vms/ext/Filespec.pm#14 (text) Index: perl/vms/ext/Filespec.pm --- perl/vms/ext/Filespec.pm

Change 32601: One more clean-up for new VMS::Filespec functions.

2007-12-09 Thread Craig A . Berry
Change 32601 by [EMAIL PROTECTED] on 2007/12/09 14:00:22 One more clean-up for new VMS::Filespec functions. Affected files ... ... //depot/perl/vms/ext/Filespec.pm#15 edit ... //depot/perl/vms/vms.c#218 edit Differences ... //depot/perl/vms/ext/Filespec.pm#15 (text) Index: pe

  1   2   3   >