bug-standards
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Time to remove K&R-specific material from standards.texi?


From: Reuben Thomas
Subject: Re: Time to remove K&R-specific material from standards.texi?
Date: Tue, 19 Jul 2016 12:11:16 +0100

I attach a new diff.

The changes are of the following sorts:

1. Simplify mention of dealing with nonprinting characters and different character sets, and add mention of libiconv.

2. Change mentions of zero to NULL.

3. Remove requirement that initialization of static storage that can change during execution be done explicitly, as no good reason has been given for this. (An alternative change would be to give a good reason.)

4. Remove mention of perror. One is going to want to use strerror (which is available since C89) or strerror_r most of the time, and perror does not actually make sense in this context, as it does not return the system error text, but directly outputs it.

On 18 July 2016 at 21:04, Brandon Invergo <address@hidden> wrote:
Hi Reuben,

> ​If RMS agrees, I'll prepare a patch (otherwise, not much point!).

RMS has requested the diff.  Thanks!

-brandon



--
http://rrt.sc3d.org

Attachment: standards.texi.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]