Files
semi-libc/src
Rich Felker d75348ddda improve error strings
this definitely has the potential to be a bikeshed topic, so some
justification is in order. most of the changes made fit into one of
the following categories:
1. alignment with text in posix, xsh 2.3
2. eliminating overly-specific text for shared error codes
3. making the message match more closely with the macro name
4. removing extraneous words

in particular, the EAGAIN/EWOULDBLOCK text is updated to match the
description of EAGAIN (which covers both uses) rather than saying the
operation would block, and ENOTSUP/EOPNOTSUPP is updated not to
mention sockets.

the distinction between ENFILE/EMFILE has also been clarified; ENFILE
is aligned with the posix text, and EMFILE, which lacks concise posix
text matching any historic message, is updated to emphasize that the
exhausted resource is not open files/open file descriptions, but
rather the integer 'address space' of file descriptors.

some messages may be further tweaked based on feedback.
2013-02-07 03:05:54 -05:00
..
2013-02-02 03:19:25 +01:00
2013-02-02 03:19:25 +01:00
2013-02-07 03:05:54 -05:00
2012-11-18 16:31:14 -05:00
2013-01-07 23:54:13 +01:00
2013-02-03 18:21:04 -05:00
2012-12-06 20:27:54 +01:00
2012-11-08 16:39:41 -05:00
2012-12-26 23:48:02 -05:00
2013-02-02 03:19:25 +01:00