Re: VMS: Exit and exported symbol fixes.

2014-10-09 Thread Paul Smith
Thanks John, this looks much better. One question: On Wed, 2014-10-08 at 21:18 -0500, John E. Malmberg wrote: +++ b/vms_exit.c This file doesn't have any copyright statement in it; I assume that's an oversight and it's intended to have the standard FSF copyright?

Re: VMS: Exit and exported symbol fixes.

2014-10-09 Thread John E. Malmberg
On 10/9/2014 1:00 AM, Paul Smith wrote: Thanks John, this looks much better. One question: On Wed, 2014-10-08 at 21:18 -0500, John E. Malmberg wrote: +++ b/vms_exit.c This file doesn't have any copyright statement in it; I assume that's an oversight and it's intended to have the standard

Re: VMS: Exit and exported symbol fixes.

2014-10-09 Thread John E. Malmberg
On 10/9/2014 7:26 AM, John E. Malmberg wrote: On 10/9/2014 1:00 AM, Paul Smith wrote: Thanks John, this looks much better. One question: On Wed, 2014-10-08 at 21:18 -0500, John E. Malmberg wrote: +++ b/vms_exit.c This file doesn't have any copyright statement in it; I assume that's an

Re: VMS: Exit and exported symbol fixes.

2014-10-08 Thread John E. Malmberg
Patch reformatted to GNU coding standard and Makefile.am added. Regards, -John From 4f925ba53685fb40bef830d0bc46e8c9e7a360f0 Mon Sep 17 00:00:00 2001 From: John Malmberg wb8...@qsl.net Date: Sat, 13 Sep 2014 20:20:22 -0500 Subject: [PATCH] Bug 42447: VMS simulate exporting symbols Oct 8. This

Re: VMS: Exit and exported symbol fixes.

2014-10-07 Thread Paul Smith
John: thanks for these fixes! On Mon, 2014-10-06 at 23:50 -0500, John E. Malmberg wrote: +#ifndef C_FACILITY_NO +#define C_FACILITY_NO 0x35 +#endif +#ifndef VMS_POSIX_EXIT_MASK +#define VMS_POSIX_EXIT_MASK (C_FACILITY_NO | 0xA000) +#endif We try to indent preprocessor macros inside

Re: VMS: Exit and exported symbol fixes.

2014-10-07 Thread John E. Malmberg
On 10/7/2014 11:20 PM, Paul Smith wrote: John: thanks for these fixes! On Mon, 2014-10-06 at 23:50 -0500, John E. Malmberg wrote: +#ifndef C_FACILITY_NO +#define C_FACILITY_NO 0x35 +#endif +#ifndef VMS_POSIX_EXIT_MASK +#define VMS_POSIX_EXIT_MASK (C_FACILITY_NO | 0xA000) +#endif We try

Re: VMS: Exit and exported symbol fixes.

2014-10-07 Thread Paul Smith
On Tue, 2014-10-07 at 23:55 -0500, John E. Malmberg wrote: $dayjob coding standard is always include braces, but I can follow your rules. There are almost as many C coding standards as there are places that write C code :-). However, GNU make follows the GNU coding standards (not my rules!)

VMS: Exit and exported symbol fixes.

2014-10-06 Thread John E. Malmberg
Resubmission against master. This patch fixes the exit/child status handling code on VMS to properly use the UNIX source path, and removes the older VMS code that was not working properly. It also adds VMS run-time options for selecting using the MCR command instead of a VMS foreign command