Re: Change 33039 - VMS followup needed.

2008-01-28 Thread Craig A. Berry
. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

Change 33100: 2 hunks from 27648 needed to keep maint-5.8 compileable on VMS.

2008-01-28 Thread Craig A . Berry
Change 33100 by [EMAIL PROTECTED] on 2008/01/29 03:34:59 2 hunks from 27648 needed to keep maint-5.8 compileable on VMS. Affected files ... ... //depot/maint-5.8/perl/vms/vms.c#33 edit Differences ... //depot/maint-5.8/perl/vms/vms.c#33 (text) Index: perl/vms/vms.c ---

Change 33240: VMS glob() fix-ups adapted for maint-5.8 from 30813 and 32329.

2008-02-05 Thread Craig A . Berry
Change 33240 by [EMAIL PROTECTED] on 2008/02/06 03:21:15 VMS glob() fix-ups adapted for maint-5.8 from 30813 and 32329. Affected files ... ... //depot/maint-5.8/perl/doio.c#116 edit Differences ... //depot/maint-5.8/perl/doio.c#116 (text) Index: perl/doio.c ---

Change 33274: Make fs.t compare the permissions of a link with those

2008-02-10 Thread Craig A . Berry
Change 33274 by [EMAIL PROTECTED] on 2008/02/11 00:05:14 Make fs.t compare the permissions of a link with those of the linked file rather than guessing at system defaults. Affected files ... ... //depot/perl/t/io/fs.t#62 edit Differences ... //depot/perl/t/io/fs.t#62

Change 33275: Correct quad-related %Config variables on VMS.

2008-02-10 Thread Craig A . Berry
Change 33275 by [EMAIL PROTECTED] on 2008/02/11 04:17:45 Correct quad-related %Config variables on VMS. Affected files ... ... //depot/perl/configure.com#277 edit Differences ... //depot/perl/configure.com#277 (text) Index: perl/configure.com ---

Change 33343: Following 33291, on VMS we need to use the same prototypes other platforms

2008-02-21 Thread Craig A . Berry
Change 33343 by [EMAIL PROTECTED] on 2008/02/22 00:20:45 Following 33291, on VMS we need to use the same prototypes other platforms use in order to get the do_spawn-related assert macros defined. Based on suggestions by John Malmberg. Affected files ... ...

Change 33431: Determine nv_overflows_integers_at on VMS.

2008-03-04 Thread Craig A . Berry
Change 33431 by [EMAIL PROTECTED] on 2008/03/04 13:29:01 Determine nv_overflows_integers_at on VMS. Affected files ... ... //depot/perl/configure.com#278 edit Differences ... End of Patch.

Change 33438: *Really* add nv_overflows_integers_at to the VMS configuration

2008-03-04 Thread Craig A . Berry
Change 33438 by [EMAIL PROTECTED] on 2008/03/05 03:14:28 *Really* add nv_overflows_integers_at to the VMS configuration as 33431 should have done (and would have if I'd remembered to remove --dry-run from the patch command). Affected files ... ...

Change 33451: On VMS, don't call flex_stat from my_flush as the latter may be

2008-03-07 Thread Craig A . Berry
Change 33451 by [EMAIL PROTECTED] on 2008/03/07 13:48:58 On VMS, don't call flex_stat from my_flush as the latter may be called during global destruction and the former checks hints flags that depend on the interpreter's still existing. Affected files ... ...

Change 33589: Make uudmap.h dependencies more explicit in the VMS build

2008-03-28 Thread Craig A . Berry
Change 33589 by [EMAIL PROTECTED] on 2008/03/28 19:01:13 Make uudmap.h dependencies more explicit in the VMS build (needed by MMS but not MMK). Affected files ... ... //depot/perl/vms/descrip_mms.template#143 edit Differences ... //depot/perl/vms/descrip_mms.template#143

Change 33591: Make the nv_preserves... checking on VMS more robust (and more like

2008-03-28 Thread Craig A . Berry
Change 33591 by [EMAIL PROTECTED] on 2008/03/28 19:06:35 Make the nv_preserves... checking on VMS more robust (and more like what Configure does). Problem using long int without long double reported by Jeremy Begg. Affected files ... ... //depot/perl/configure.com#281

Change 33674: Test::More::is_deeply may do overloading (at least for TODOs), and

2008-04-14 Thread Craig A . Berry
Change 33674 by [EMAIL PROTECTED] on 2008/04/14 11:44:47 Test::More::is_deeply may do overloading (at least for TODOs), and overloading may require Scalar::Util, which it won't find if all the paths in @INC are relative to somewhere other than where we are. Affected files

Change 33788: Record-style reads in Perl_sv_gets have to be done with read(), not

2008-05-04 Thread Craig A . Berry
Change 33788 by [EMAIL PROTECTED] on 2008/05/04 22:25:44 Record-style reads in Perl_sv_gets have to be done with read(), not fread() on VMS, and have been for some time. Except that ain't gonna work with PerlIO::Scalar's in-memory files. Old bug exposed by new

Change 33916: File::Copy does not copy source file permissions to the target file

2008-05-23 Thread Craig A . Berry
Change 33916 by [EMAIL PROTECTED] on 2008/05/23 15:50:14 File::Copy does not copy source file permissions to the target file on VMS (it never has, but the new tests expected it to). Affected files ... ... //depot/perl/lib/File/Copy.t#13 edit Differences ...

Change 33949: [PATCH] Propagate new i_gdbm*ndbm variables

2008-05-29 Thread Craig A . Berry
Change 33949 by [EMAIL PROTECTED] on 2008/05/29 17:48:27 Subject: [PATCH] Propagate new i_gdbm*ndbm variables From: Andy Dougherty [EMAIL PROTECTED] Date: Thu, 29 May 2008 12:43:29 -0400 (EDT) Message-ID: [EMAIL PROTECTED] Affected files ... ...

Change 33971: Must install mydtrace.h on VMS even it doesn't do much there.

2008-05-31 Thread Craig A . Berry
Change 33971 by [EMAIL PROTECTED] on 2008/05/31 18:48:38 Must install mydtrace.h on VMS even it doesn't do much there. Affected files ... ... //depot/perl/vms/descrip_mms.template#144 edit Differences ... //depot/perl/vms/descrip_mms.template#144 (text) Index:

Change 33993: Make Perl_vms_start_glob() decline politely when passed an empty

2008-06-03 Thread Craig A . Berry
Change 33993 by [EMAIL PROTECTED] on 2008/06/03 12:27:43 Make Perl_vms_start_glob() decline politely when passed an empty argument. Affected files ... ... //depot/perl/vms/vms.c#227 edit Differences ... //depot/perl/vms/vms.c#227 (text) Index: perl/vms/vms.c ---

Change 33994: Perl_start_glob VMS fix adapted from change #33993 for 5.8.x since

2008-06-03 Thread Craig A . Berry
Change 33994 by [EMAIL PROTECTED] on 2008/06/04 03:05:26 Perl_start_glob VMS fix adapted from change #33993 for 5.8.x since other dependencies prevent integration. Affected files ... ... //depot/maint-5.8/perl/doio.c#120 edit Differences ...

Change 34046: For dynamic loading on VMS, simplify and robustify things by using

2008-06-13 Thread Craig A . Berry
Change 34046 by [EMAIL PROTECTED] on 2008/06/13 15:17:45 For dynamic loading on VMS, simplify and robustify things by using the system-supplied exception handler rather than the home-rolled one. This eliminates an access violation sometimes seen with heavy loading

Change 34052: [EMAIL PROTECTED] Enable getgrgid on VMS

2008-06-13 Thread Craig A . Berry
Change 34052 by [EMAIL PROTECTED] on 2008/06/13 23:56:18 Subject: [EMAIL PROTECTED] Enable getgrgid on VMS From: John E. Malmberg [EMAIL PROTECTED] Date: Thu, 12 Jun 2008 19:50:01 -0500 Message-id: [EMAIL PROTECTED] With some revisions. Affected

Change 34053: Fix off-by-one error in sanity check in my_fclose wrapper on VMS.

2008-06-13 Thread Craig A . Berry
Change 34053 by [EMAIL PROTECTED] on 2008/06/14 00:02:05 Fix off-by-one error in sanity check in my_fclose wrapper on VMS. Affected files ... ... //depot/perl/vms/vms.c#228 edit Differences ... //depot/perl/vms/vms.c#228 (text) Index: perl/vms/vms.c ---

Change 34057: Re: Patches / git

2008-06-15 Thread Craig A . Berry
Change 34057 by [EMAIL PROTECTED] on 2008/06/16 01:37:05 Subject: Re: Patches / git From: Andy Armstrong [EMAIL PROTECTED] Date: Mon, 16 Jun 2008 01:13:25 +0100 Message-Id: [EMAIL PROTECTED] Affected files ... ... //depot/perl/pod/perlsub.pod#73 edit Differences

Change 34058: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.26.tar.gz

2008-06-15 Thread Craig A . Berry
Change 34058 by [EMAIL PROTECTED] on 2008/06/16 03:16:40 Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.26.tar.gz From: =?ISO-8859-1?Q?S=E9bastien_Aperghis-Tramoni?= [EMAIL PROTECTED] Date: Mon, 16 Jun 2008 01:57:33 +0200 Message-Id: [EMAIL PROTECTED] Affected

Change 34131: Set d_timegm on VMS.

2008-07-11 Thread Craig A . Berry
Change 34131 by [EMAIL PROTECTED] on 2008/07/11 23:11:00 Set d_timegm on VMS. Affected files ... ... //depot/perl/configure.com#284 edit Differences ... //depot/perl/configure.com#284 (text) Index: perl/configure.com --- perl/configure.com#283~33949~ 2008-05-29

Change 34203: VMS-specific follow-up to tempfile name changes in 34182, plus

2008-08-12 Thread Craig A . Berry
Change 34203 by [EMAIL PROTECTED] on 2008/08/13 03:10:16 VMS-specific follow-up to tempfile name changes in 34182, plus a TODO in dup.t that's long since to-done. Affected files ... ... //depot/perl/t/io/dup.t#26 edit ... //depot/perl/t/io/fs.t#64 edit ...

Change 34315: Make sure temp file has an extension on VMS to work with the new

2008-09-07 Thread Craig A . Berry
Change 34315 by [EMAIL PROTECTED] on 2008/09/08 02:30:50 Make sure temp file has an extension on VMS to work with the new temp file name generator in t/test.pl Affected files ... ... //depot/perl/t/comp/multiline.t#15 edit Differences ...

Change 34316: Make sure the watchdog requeues itself when sleep() wakes up early

2008-09-07 Thread Craig A . Berry
Change 34316 by [EMAIL PROTECTED] on 2008/09/08 02:41:04 Make sure the watchdog requeues itself when sleep() wakes up early (such as when an alarm fires). Also, bail out with SIGTERM rather than SIGKILL on VMS since the latter kills the shell from which Perl was

Change 34564: First two hunks from 30402 adapted for 5.8.

2008-10-23 Thread Craig A . Berry
Change 34564 by [EMAIL PROTECTED] on 2008/10/23 21:50:53 First two hunks from 30402 adapted for 5.8. Affected files ... ... //depot/maint-5.8/perl/vms/vms.c#37 edit Differences ... //depot/maint-5.8/perl/vms/vms.c#37 (text) Index: perl/vms/vms.c --- perl/vms/vms.c#36~34478~

Change 34666: [EMAIL PROTECTED] vms.c setup_cmddsc

2008-10-30 Thread Craig A . Berry
Change 34666 by [EMAIL PROTECTED] on 2008/10/30 15:21:56 Subject: [EMAIL PROTECTED] vms.c setup_cmddsc From: John E. Malmberg [EMAIL PROTECTED] Message-id: [EMAIL PROTECTED] Date: Wed, 29 Oct 2008 22:02:43 -0500 Remove trailing dot when efs_charset

Change 34667: Re: [EMAIL PROTECTED] VMS exec handling / cwd realpath fixes

2008-10-30 Thread Craig A . Berry
Change 34667 by [EMAIL PROTECTED] on 2008/10/30 15:42:43 Subject: Re: [EMAIL PROTECTED] VMS exec handling / cwd realpath fixes From: John E. Malmberg [EMAIL PROTECTED] Date: Wed, 29 Oct 2008 22:21:38 -0500 Message-id: [EMAIL PROTECTED] Convert

Change 34668: Try to demangle the mess created by 34667 (the resubmittal was actually

2008-10-30 Thread Craig A . Berry
Change 34668 by [EMAIL PROTECTED] on 2008/10/30 18:17:04 Try to demangle the mess created by 34667 (the resubmittal was actually not at all like the original patch I tested). Affected files ... ... //depot/perl/vms/vms.c#232 edit Differences ...

Change 34771: NDBM prototype config vars for configure.com following 34756.

2008-11-07 Thread Craig A . Berry
Change 34771 by [EMAIL PROTECTED] on 2008/11/08 00:13:43 NDBM prototype config vars for configure.com following 34756. Affected files ... ... //depot/perl/configure.com#287 edit Differences ... //depot/perl/configure.com#287 (text) Index: perl/configure.com ---

Change 34790: [EMAIL PROTECTED] Get posix exit mode working/tested on VMS

2008-11-10 Thread Craig A . Berry
Change 34790 by [EMAIL PROTECTED] on 2008/11/10 12:49:23 Subject: [EMAIL PROTECTED] Get posix exit mode working/tested on VMS From: John E. Malmberg [EMAIL PROTECTED] Date: Sun, 09 Nov 2008 00:46:03 -0600 Message-id: [EMAIL PROTECTED] Affected files ... ...

Change 34901: [EMAIL PROTECTED] vms readdir() fixes for UNIX/EFS mode

2008-11-23 Thread Craig A . Berry
Change 34901 by [EMAIL PROTECTED] on 2008/11/24 04:49:44 Subject: [EMAIL PROTECTED] vms readdir() fixes for UNIX/EFS mode From: John E. Malmberg [EMAIL PROTECTED] Date: Sat, 22 Nov 2008 11:31:58 -0600 Message-id: [EMAIL PROTECTED] Affected files ... ...

Change 34952: And (hopefully) the actual change for 34951. Sigh.

2008-11-28 Thread Craig A . Berry
Change 34952 by [EMAIL PROTECTED] on 2008/11/28 21:43:48 And (hopefully) the actual change for 34951. Sigh. Affected files ... ... //depot/perl/configure.com#290 edit Differences ... //depot/perl/configure.com#290 (text) Index: perl/configure.com ---

Change 34951: [EMAIL PROTECTED] fix usedevel

2008-11-28 Thread Craig A . Berry
Change 34951 by [EMAIL PROTECTED] on 2008/11/28 21:41:46 Subject: [EMAIL PROTECTED] fix usedevel From: John E. Malmberg [EMAIL PROTECTED] Date: Fri, 28 Nov 2008 11:31:55 -0600 Message-id: [EMAIL PROTECTED] Affected files ... ... //depot/perl/configure.com#289

Change 35010: [EMAIL PROTECTED] vms.c - Memory freed from wrong pool

2008-12-04 Thread Craig A . Berry
Change 35010 by [EMAIL PROTECTED] on 2008/12/04 15:17:12 Subject: [EMAIL PROTECTED] vms.c - Memory freed from wrong pool From: John E. Malmberg [EMAIL PROTECTED] Date: Wed, 03 Dec 2008 19:38:04 -0600 Message-id: [EMAIL PROTECTED] Need PerlMem_free,

Change 35011: Revert 35009 so we can take another swing at ancestor detection.

2008-12-04 Thread Craig A . Berry
Change 35011 by [EMAIL PROTECTED] on 2008/12/04 21:36:56 Revert 35009 so we can take another swing at ancestor detection. Affected files ... ... //depot/perl/lib/File/Path.pm#65 edit ... //depot/perl/lib/File/Path.t#22 edit Differences ... //depot/perl/lib/File/Path.pm#65 (text)

Change 35012: Re: File::Path regression in 5.8.9

2008-12-04 Thread Craig A . Berry
Change 35012 by [EMAIL PROTECTED] on 2008/12/04 21:42:14 Subject: Re: File::Path regression in 5.8.9 From: Marcus Holland-Moritz [EMAIL PROTECTED] Date: Fri, 14 Nov 2008 10:58:09 +0100 Message-ID: [EMAIL PROTECTED] Plus replace $p/$x with

Change 35013: While we are off the reservation, revert a stupid, VMS-specific

2008-12-04 Thread Craig A . Berry
Change 35013 by [EMAIL PROTECTED] on 2008/12/04 21:46:16 While we are off the reservation, revert a stupid, VMS-specific test regression I caused David to make in 2.07. (See http://rt.cpan.org/Public/Bug/Display.html?id=40512 ). Affected files ... ...

[perl.git] branch blead, updated. GitLive-blead-164-g9c3905e

2009-01-01 Thread Craig A. Berry
9c3905ef054a16857454499c7acfa64d8373c309 Author: Craig A. Berry craigbe...@mac.com Date: Thu Jan 1 10:41:35 2009 -0600 First cut at handling git patch numbers on VMS. Partially based on suggestions from John Malmberg at 495c279c.7020...@gmail.com

[perl.git] branch blead, updated. GitLive-blead-187-g3776a20

2009-01-02 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/3776a2029920e2a44859557cfb9ab34f869f7e36?hp=49c38585884a547ae094a6be3f8a37db3018e48d - Log - commit

[perl.git] branch blead, updated. GitLive-blead-247-gef3a38f

2009-01-04 Thread Craig A. Berry
ef3a38ffad701e4f5a98a0a1f84c7e2e8c3da11e Author: Craig A. Berry craigbe...@mac.com Date: Sun Jan 4 20:58:49 2009 -0600 Make time64.c's internal copy function names more readable and VMS-friendly. --- Summary of changes: time64.c | 10 +- 1 files

[perl.git] branch blead, updated. GitLive-blead-248-ge08e1e1

2009-01-04 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/e08e1e1d056fc71c85ae29ec7e82ba2b6320e6e4?hp=ef3a38ffad701e4f5a98a0a1f84c7e2e8c3da11e - Log - commit

[perl.git] branch blead, updated. GitLive-blead-249-g17a5646

2009-01-04 Thread Craig A. Berry
17a56463964971d98aa817574aeddc21f885b43f Author: Craig A. Berry craigbe...@mac.com Date: Sun Jan 4 22:47:45 2009 -0600 UNKNOWN should not have been a bareword at e9be352 --- Summary of changes: stock_git_version.h |2 +- 1 files changed, 1 insertions(+), 1

[perl.git] branch blead, updated. GitLive-blead-260-g05b0cfd

2009-01-05 Thread Craig A. Berry
05b0cfd1d032a74e91a7bcf996336054f91e306e Author: Craig A. Berry craigbe...@mac.com Date: Mon Jan 5 22:36:55 2009 -0600 On VMS, run make_patchnum.pl, not make_patchnum.com --- Summary of changes: vms/descrip_mms.template | 16 ++-- 1 files changed

[perl.git] branch blead, updated. GitLive-blead-279-gebd4d70

2009-01-06 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/ebd4d70bfcb408fd33ee8841c43d30ca8408b19d?hp=2dc734a0f722ec5f9f2d88e4a852b2c3b1f39efa - Log - commit

[perl.git] branch blead, updated. GitLive-blead-280-gb53f367

2009-01-06 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/b53f367798ecd433c67176538c8a7aa3441848cf?hp=ebd4d70bfcb408fd33ee8841c43d30ca8408b19d - Log - commit

[PATCH] VMS feature logical name fixes

2009-01-07 Thread Craig A . Berry
Commit: b53f367798ecd433c67176538c8a7aa3441848cf diff --git a/vms/vms.c b/vms/vms.c index b43b07a..d3ed53a 100644 --- a/vms/vms.c +++ b/vms/vms.c @@ -344,6 +344,7 @@ static int decc_disable_to_vms_logname_translation = 1; static int decc_disable_posix_root = 1; int decc_efs_case_preserve = 0;

[PATCH] VMS feature logical name fixes

2009-01-08 Thread Craig A . Berry
Commit: b53f367798ecd433c67176538c8a7aa3441848cf diff --git a/vms/vms.c b/vms/vms.c index b43b07a..d3ed53a 100644 --- a/vms/vms.c +++ b/vms/vms.c @@ -344,6 +344,7 @@ static int decc_disable_to_vms_logname_translation = 1; static int decc_disable_posix_root = 1; int decc_efs_case_preserve = 0;

[perl.git] branch blead, updated. GitLive-blead-284-gfc06fde

2009-01-08 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/fc06fdeb76c895c27fb169f75a8d49c9743047c0?hp=1e70e886df9cd28799f9658be2ada995ec48270f - Log - commit

[perl.git] branch blead, updated. GitLive-blead-287-g6d74d93

2009-01-08 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/6d74d930c1d1b67433281e400d71f16a49094090?hp=3e2a970dfeb55332005c7648ee670aa10bb9b414 - Log - commit

[perl.git] branch blead, updated. GitLive-blead-288-g0e88df1

2009-01-08 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/0e88df1c021b57b00806b5c1acdfd528120db28b?hp=6d74d930c1d1b67433281e400d71f16a49094090 - Log - commit

[perl.git] branch blead, updated. GitLive-blead-289-gca48d8b

2009-01-08 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/ca48d8be8832a77b6914b6e892f536b4d0b46f8a?hp=0e88df1c021b57b00806b5c1acdfd528120db28b - Log - commit

[perl.git] branch blead, updated. GitLive-blead-290-g6a164b5

2009-01-08 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/6a164b5b33cb5272af43c3c4bc6dbfa7534d90db?hp=ca48d8be8832a77b6914b6e892f536b4d0b46f8a - Log - commit

[perl.git] branch blead, updated. GitLive-blead-291-g449de3c

2009-01-08 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/449de3c2d9bd4f128b1ac6f08de7d29326bc285d?hp=6a164b5b33cb5272af43c3c4bc6dbfa7534d90db - Log - commit

[perl.git] branch blead, updated. GitLive-blead-299-gb8486b9

2009-01-09 Thread Craig A. Berry
b8486b9d23e91feb9cbf1c92c469f57fe551c78f Author: Craig A. Berry craigbe...@mac.com Date: Fri Jan 9 12:51:31 2009 -0600 simple_trnlnm needs an actual length as its last argument. Plus the length of sys$posix_root was miscalculated. Plus an argument reversal when translating the TMP logical

[perl.git] branch blead, updated. GitLive-blead-300-g478780a

2009-01-09 Thread Craig A. Berry
478780ab3df0743bf944175d5aa87dba462c40e8 Author: Craig A. Berry craigbe...@mac.com Date: Fri Jan 9 12:55:45 2009 -0600 fake_localtime_r and fake_gmtime_r may need thread context. They definitely need it on VMS. --- Summary of changes: time64.c |2

[perl.git] branch blead, updated. GitLive-blead-308-g36b6faa

2009-01-10 Thread Craig A. Berry
36b6faa83d9e2a0e8c712bb43e73cdd8864300cb Author: Craig A. Berry craigbe...@mac.com Date: Sat Jan 10 11:17:58 2009 -0600 Revision to thread context fixes from ebd4d70bfcb408fd33ee8841c43d30ca8408b19d --- Summary of changes: vms/vms.c | 12 ++-- 1 files

[perl.git] branch blead, updated. GitLive-blead-309-ge919cd1

2009-01-10 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/e919cd191e45e033b47752ea7012c74216201dbd?hp=36b6faa83d9e2a0e8c712bb43e73cdd8864300cb - Log - commit

[perl.git] branch blead, updated. GitLive-blead-310-g37930f0

2009-01-10 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/37930f0f2f3c60737f8ce994bd695a224792b7e2?hp=e919cd191e45e033b47752ea7012c74216201dbd - Log - commit

[perl.git] branch blead, updated. GitLive-blead-311-gc24e7b6

2009-01-11 Thread Craig A. Berry
c24e7b67b597eaa15fbaca34ebb57a7cc242d937 Author: Craig A. Berry craigbe...@mac.com Date: Sun Jan 11 09:55:02 2009 -0600 Remove make_patchnum.com (now using make_patchnum.pl) --- Summary of changes: make_patchnum.com | 48

[perl.git] branch blead, updated. GitLive-blead-318-g8a646e0

2009-01-11 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/8a646e0bef48e453eac933b9fdf6710ec6285257?hp=e5d7cba1d00a4e0cbad146e8524645e62354e859 - Log - commit

[perl.git] branch blead, updated. GitLive-blead-329-gdf27866

2009-01-12 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/df27866545771c254ff7fc71eb20ecc427c341bd?hp=37d5d4df4e6b072f8a735fc9a422697ec56fe13d - Log - commit

[perl.git] branch blead, updated. GitLive-blead-331-g0e5ce2c

2009-01-13 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/0e5ce2c7623110cdddeeab5e7dbd5c0672a4a98e?hp=abf724c9ab24576383f61f07468412ec5ceac8cb - Log - commit

[perl.git] branch blead, updated. GitLive-blead-352-g6fb6c61

2009-01-15 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/6fb6c61459e9cc9e8f46103f192d73975cf22ea1?hp=5d8e6e418936d9e99c718926271fbf8ed5331392 - Log - commit

[perl.git] branch blead, updated. GitLive-blead-353-g98c7875

2009-01-15 Thread Craig A. Berry
98c7875d3485f5c773ff1976f4197e346535dabc Author: Craig A. Berry craigbe...@mac.com Date: Thu Jan 15 13:46:02 2009 -0600 Fix handling of DECC$DISABLE_POSIX_ROOT feature on VMS. The nomenclature is confusing and the CRTL docs even moreso, and the CRTL implementation seems not to do what the docs say. The documented

Re: [perl.git] branch blead, updated. GitLive-blead-353-g98c7875

2009-01-15 Thread Craig A. Berry
On Jan 15, 2009, at 5:36 PM, John Malmberg wrote: Craig A. Berry wrote: In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/98c7875d3485f5c773ff1976f4197e346535dabc?hp=6fb6c61459e9cc9e8f46103f192d73975cf22ea1 - Log

[perl.git] branch blead, updated. GitLive-blead-358-g3319632

2009-01-17 Thread Craig A. Berry
3319632a10023824bc0ba81a0361a84f50be4b44 Author: Craig A. Berry craigbe...@mac.com Date: Sat Jan 17 11:50:17 2009 -0600 Need even more stack for VMS_IA64-ithread. --- Summary of changes: thread.h |6 +- 1 files changed, 5 insertions(+), 1 deletions

[perl.git] branch blead, updated. GitLive-blead-368-gb02dc80

2009-01-18 Thread Craig A. Berry
b02dc803f42c45a4815c46c45e05cb875888 Author: Craig A. Berry craigbe...@mac.com Date: Sun Jan 18 17:52:01 2009 -0600 Not everybody (hardly anybody?) uses const for tm.tm_zone. This probably needs refinement, possibly a new Configure variable

[perl.git] branch blead, updated. GitLive-blead-383-g1fe570c

2009-01-19 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/1fe570cc5e24eecfb07059e53e95fa864bb44142?hp=85a8a980a9693eec73613792ab6c1f1c4fdd098d - Log - commit

[perl.git] branch blead, updated. GitLive-blead-414-g5c9818e

2009-01-23 Thread Craig A. Berry
5c9818e9e65635805ede01ae50bfadc02253f285 Author: Craig A. Berry craigbe...@mac.com Date: Fri Jan 23 21:07:49 2009 -0600 Build miniperl with a special version of perl.c on VMS as well. --- Summary of changes: vms/descrip_mms.template | 50

[perl.git] branch blead, updated. GitLive-blead-433-g85e7c9d

2009-01-25 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/85e7c9deba37662f6f8e13d463274b9f9375ccc2?hp=29a982501afd0b6251fec676d85802868da00305 - Log - commit

[perl.git] branch blead, updated. GitLive-blead-435-ga979ce9

2009-01-25 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/a979ce91b3156b6065490e91b716d497fcb52adb?hp=8a5aa89570f67fffdae4666c809d6cfab70ce85c - Log - commit

[perl.git] branch blead, updated. GitLive-blead-455-g4846f1d

2009-01-29 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/4846f1d7989dc95c5974b8be1dbc286ea09e?hp=5dd60a5265f21462970f7a888d7c260ac7002dae - Log - commit

[perl.git] branch blead, updated. GitLive-blead-460-g57f7515

2009-01-30 Thread Craig A. Berry
57f7515dc9a5acd33e22f384358bd0fa012de89f Author: Craig A. Berry craigbe...@mac.com Date: Fri Jan 30 10:08:19 2009 -0600 Pod correction for ExtUtils::XSSymSet. --- Summary of changes: vms/ext/XSSymSet.pm | 12 ++-- 1 files changed, 6 insertions(+), 6

[perl.git] branch blead, updated. GitLive-blead-479-ga520a2c

2009-02-01 Thread Craig A. Berry
a520a2c43dd549df0ebed1f073e13cc4564380db Author: Craig A. Berry craigbe...@mac.com Date: Sun Feb 1 15:09:25 2009 -0600 For the vmsish pragma, make sure there is a thread context if needed. The hints are interpreter-specific, and we check them in some pretty low-level routines, such as time(), gmtime(), and stat

[perl.git] branch blead, updated. GitLive-blead-480-g312ac60

2009-02-01 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/312ac60b38180804d0214510db4a2581480e782e?hp=a520a2c43dd549df0ebed1f073e13cc4564380db - Log - commit

[perl.git] branch blead, updated. GitLive-blead-498-gb94a8c4

2009-02-03 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/b94a8c495f3a28de7de57070f1a1089de672ecba?hp=d57db09df25bb4fb2f5080ca37abbbfa49f1e8cf - Log - commit

[perl.git] branch blead, updated. GitLive-blead-530-g902aaf3

2009-02-07 Thread Craig A. Berry
902aaf3efe5ea7a7c69197eed2e2b4292ca6360c Author: Craig A. Berry craigbe...@mac.com Date: Sat Feb 7 16:00:44 2009 -0600 Port make_ext.pl to VMS. --- Summary of changes: make_ext.pl | 79 +- 1 files changed

[perl.git] branch blead, updated. GitLive-blead-531-g1f29050

2009-02-07 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/1f29050e2eb08bf295614d688f7af7d12afe73f6?hp=902aaf3efe5ea7a7c69197eed2e2b4292ca6360c - Log - commit

[perl.git] branch blead, updated. GitLive-blead-532-gc091f99

2009-02-07 Thread Craig A. Berry
c091f99a22cc12fa21cee2a507353893eb1c30ba Author: Craig A. Berry craigbe...@mac.com Date: Sat Feb 7 19:32:40 2009 -0600 Use make_ext.pl on VMS to build, clean, and realclean extensions. --- Summary of changes: vms/descrip_mms.template |9 - 1 files

[perl.git] branch blead, updated. GitLive-blead-533-g6ebb060

2009-02-08 Thread Craig A. Berry
6ebb0601826917b6ce1b97a2bdd6577110416c64 Author: Craig A. Berry craigbe...@mac.com Date: Sun Feb 8 13:20:07 2009 -0600 Skip tests for flattened extensions that weren't built. Foo/Bar may live under ext/Foo-Bar, but if we didn't build it, we still need to skip its tests

[perl.git] branch blead, updated. GitLive-blead-534-g46c0537

2009-02-08 Thread Craig A. Berry
46c05374697c0101f88c196b08117f4fa17c0362 Author: Craig A. Berry craigbe...@mac.com Date: Sun Feb 8 13:27:36 2009 -0600 Fix some thread context mistakes that snuck in with b94a8c495f3a28de7de57070f1a1089de672ecba. --- Summary of changes: vms/vms.c | 24

[perl.git] branch blead, updated. GitLive-blead-537-g062138d

2009-02-08 Thread Craig A. Berry
062138d82f5ec918ee403888a7dfb07b4b03e906 Author: Craig A. Berry craigbe...@mac.com Date: Sun Feb 8 19:15:41 2009 -0600 Goodbye, make_ext.com; make_ext.pl will take over now. But thanks for 7 1/2 years of faithful service. --- Summary of changes

[perl.git] branch blead, updated. GitLive-blead-572-g4d9538c

2009-02-09 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/4d9538c1f32ee0129cc8dd2f0633d1d59b133baa?hp=abd7186c6748d276ced6dd10e94e6c04ba10b768 - Log - commit

[perl.git] branch blead, updated. GitLive-blead-586-gbf8d130

2009-02-11 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/bf8d1304d513f823735f8a2983c62ad285a21568?hp=8098e75c0be3e52e094306bfbb7c5350f543ee96 - Log - commit

Re: [perl.git] branch blead, updated. GitLive-blead-570-g3831a78

2009-02-12 Thread Craig A. Berry
On Wed, Feb 11, 2009 at 8:32 AM, John Malmberg wb8...@gmail.com wrote: Nicholas Clark wrote: On Tue, Feb 10, 2009 at 08:57:00PM -0600, John E. Malmberg wrote: On my VMS system, I can not build Time-HiRes until I manually put a ppport.h file in the source directory. I have not observed this

[perl.git] branch blead, updated. GitLive-blead-596-g619cec6

2009-02-12 Thread Craig A. Berry
619cec6d4589de2be1141fac9adde5c7d9c84167 Author: Craig A. Berry craigbe...@mac.com Date: Thu Feb 12 13:22:22 2009 -0600 Find extensions on VMS even when they don't have a Makefile.PL. --- Summary of changes: configure.com | 44

[perl.git] branch blead, updated. GitLive-blead-615-gcd5cc49

2009-02-14 Thread Craig A. Berry
cd5cc49dbc0e5ee748252c2da8b435855908e6d2 Author: Craig A. Berry craigbe...@mac.com Date: Sat Feb 14 13:08:33 2009 -0600 Clear Module::Build smoke on VMS while waiting for upstream. Except for the version bump, this is the same as: https://rt.cpan.org/Public/Bug/Display.html?id=42724

[perl.git] branch blead, updated. GitLive-blead-618-g3d55b45

2009-02-15 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/3d55b451d9544fbd4c27c33287b76bee30328830?hp=e28f3139a63672a86833f04e78c6d3b42814350b - Log - commit

[perl.git] branch blead, updated. GitLive-blead-662-g778e045

2009-02-20 Thread Craig A. Berry
778e045f833ee66ca20193bc17889f482b3beab6 Author: Craig A. Berry craigbe...@mac.com Date: Fri Feb 20 17:43:08 2009 -0600 Avoid VMS long filename support on older systems that don't have it. M vms/vms.c commit 58472d87a6411bd16d06056451ba52c7e4c8af54 Author: Craig A. Berry craigbe...@mac.com Date: Fri Feb 20 17:37:47 2009

[perl.git] branch blead, updated. GitLive-blead-663-g7f33619

2009-02-20 Thread Craig A. Berry
7f336194cfaf185f017d3850e370623e7a703691 Author: Craig A. Berry craigbe...@mac.com Date: Fri Feb 20 22:58:55 2009 -0600 Skip time64 when there is no 64-bit integer type available. The y2038 code currently requires that a 64-bit integer type be available, so the build falls down hard if we try to use it where

[perl.git] branch blead, updated. GitLive-blead-667-gec4d613

2009-02-21 Thread Craig A. Berry
ec4d613228615e5a9cc9bc190eb78ec02aadcda0 Author: Craig A. Berry craigbe...@mac.com Date: Sat Feb 21 14:46:27 2009 -0600 Use system gmtime in time64 on VMS so Cvmsish 'time' pragma works. It's not really the system gmtime; it's the homegrown one in vms/vms.c that checks hints and does shifting between UTC and local

Re: [perl.git] branch blead, updated. GitLive-blead-667-gec4d613

2009-02-22 Thread Craig A. Berry
On Feb 22, 2009, at 9:08 AM, John Malmberg wrote: Craig A. Berry wrote: In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/ec4d613228615e5a9cc9bc190eb78ec02aadcda0?hp=3aaf6557bbee1b4253a365839e7074c1efc18213 - Log

[perl.git] branch blead, updated. GitLive-blead-684-gd83484c

2009-02-22 Thread Craig A. Berry
d83484c23e05e78c2e20b0a32d272cc03ff628bc Author: Craig A. Berry craigbe...@mac.com Date: Sun Feb 22 18:28:13 2009 -0600 time_t is unsigned 32-bit on VMS; pick sGMTIME_max and sLOCALTIME_max accordingly. --- Summary of changes: configure.com |4 ++-- 1 files

[perl.git] branch blead, updated. GitLive-blead-685-gf05b587

2009-02-22 Thread Craig A. Berry
f05b5874edd1526b5a2b557cc1ffb6ad7552b85d Author: Craig A. Berry craigbe...@mac.com Date: Sun Feb 22 21:14:17 2009 -0600 VMS-specific nit in S_init_perllib after 2cace6acdfad87b2d298bff18b91b339c18fd1e3. --- Summary of changes: perl.c |3 ++- 1 files changed

[perl.git] branch blead, updated. GitLive-blead-686-gf785e3a

2009-02-22 Thread Craig A. Berry
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/f785e3a13bdb70150178a2baa433614531998f17?hp=f05b5874edd1526b5a2b557cc1ffb6ad7552b85d - Log - commit

[perl.git] branch blead, updated. GitLive-blead-736-gec6cc21

2009-03-05 Thread Craig A. Berry
ec6cc21dee082f68c9c168d6e9b7712a5e7e7ccf Author: Craig A. Berry craigbe...@mac.com Date: Thu Mar 5 17:28:13 2009 -0600 In dl_vms.xs, treat dl_last_error like the SV that it is. We apparently missed the memo back at 591022fb18ce8ae85902133bbbfe8e1de05216b1

[perl.git] branch blead, updated. GitLive-blead-745-g8c472fc

2009-03-07 Thread Craig A. Berry
8c472fc1d477ec4a43d02ce6fc6458f4004c738d Author: Craig A. Berry craigbe...@mac.com Date: Sat Mar 7 14:33:04 2009 -0600 Make DynaLoader clone its private data under threads. --- Summary of changes: ext/DynaLoader/dl_aix.xs | 15 +++ ext

  1   2   3   4   5   6   7   8   9   10   >