This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH-v2] Re: [PATCH] Add missing strerror() strings, clean up


On Jul 11 12:46, Nick Withers wrote:
> Attached is an updated patch, which:
> ____
> 
> - Adds to strerror()'s strerror.c strings for:
>   - EADDRNOTAVAIL, "Address not available"
>   - ECONNRESET, "Connection reset by peer"
>   - EILSEQ, "Illegal byte sequence"
>   - ENETRESET, "Connection aborted by network"
>   - ENODATA, "No data" (full comment in errno.h was "No data (for no
> delay io)")
>   - EOVERFLOW, "Value too large for defined data type"
> 
> - Changes EDOM strerror() string from "Math argument" ("Math arg out of
> domain of func" in errno.h comments) to "Mathematics argument out of
> domain of function"
> 
> - Changes EMFILE's "Too many open files" to "File descriptor value too
> large"
> [...]

Thanks, patch applied.  Just sending a ChangeLog entry with your patches
would be nice.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: pgpPUeEQw5IkT.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]