<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/error.c, branch v4.5.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v4.5.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2001-11-17T13:29:42Z</updated>
<entry>
<title>Include unlocked-io.h.</title>
<updated>2001-11-17T13:29:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-17T13:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3eb2a22131f0a0680ad09637290bafdead77eda5'/>
<id>urn:sha1:3eb2a22131f0a0680ad09637290bafdead77eda5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(strerror_r): Do not declare unless !_LIBC.</title>
<updated>2001-10-21T07:59:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-10-21T07:59:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7d6185f0f51bbd09c29e121d25841a573e776e06'/>
<id>urn:sha1:7d6185f0f51bbd09c29e121d25841a573e776e06</id>
<content type='text'>
Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
Use strerror_r that is only a macro, even if it is not a function.
(strerror): Check for HAVE_DECL_STRERROR before declaring.
(private_strerror): Use prototypes, not old-style function definition.
(print_errno_message): New function.
Support the POSIX 'int'-flavored strerror_r, as well as the traditional
char*-flavored one.
(error_tail, error, error_at_line): Use it.
</content>
</entry>
<entry>
<title>Update from GNU libc.</title>
<updated>2001-09-02T13:22:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-09-02T13:22:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=79a41c2f8bb1d83f1ad71fded886d36195558db8'/>
<id>urn:sha1:79a41c2f8bb1d83f1ad71fded886d36195558db8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a couple #includes, merging from GNU libc version.</title>
<updated>2000-11-11T14:32:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-11-11T14:32:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b3f23e14d2cd9e950265d1ecc44a84623d9dc9e6'/>
<id>urn:sha1:b3f23e14d2cd9e950265d1ecc44a84623d9dc9e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[!HAVE_DECL_STRERROR_R]: Declare strerror_r.</title>
<updated>2000-06-24T12:01:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-06-24T12:01:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5061035e884b9c13cb4221ad6b28905f02945d59'/>
<id>urn:sha1:5061035e884b9c13cb4221ad6b28905f02945d59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove stray define before _LIBC</title>
<updated>2000-01-08T17:53:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-01-08T17:53:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fee7991cbce344da6e09eca959a22da3492b4333'/>
<id>urn:sha1:fee7991cbce344da6e09eca959a22da3492b4333</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R.</title>
<updated>2000-01-08T16:44:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-01-08T16:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=58edea6508b349d0fe08a1966444f156476c8d0f'/>
<id>urn:sha1:58edea6508b349d0fe08a1966444f156476c8d0f</id>
<content type='text'>
(error_at_line): Likewise.
</content>
</entry>
<entry>
<title>(error_at_line): Use strerror portably here, too,</title>
<updated>1999-09-28T14:48:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-09-28T14:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a7047bf6475aaf0e27a94cfd3a0b71935841ec73'/>
<id>urn:sha1:a7047bf6475aaf0e27a94cfd3a0b71935841ec73</id>
<content type='text'>
just as was done in error.
</content>
</entry>
<entry>
<title>(error): Don't use strerror_r's return value.</title>
<updated>1998-11-15T17:35:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1998-11-15T17:35:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e77961586a61210868551b526268c8a44f94e1f8'/>
<id>urn:sha1:e77961586a61210868551b526268c8a44f94e1f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new version from Uli</title>
<updated>1998-03-27T11:23:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1998-03-27T11:23:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=465ebf7c37e01827cf49d7537a9da85baafb177b'/>
<id>urn:sha1:465ebf7c37e01827cf49d7537a9da85baafb177b</id>
<content type='text'>
</content>
</entry>
</feed>
