summaryrefslogtreecommitdiff
path: root/src/errno
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-08-23fix missing strerror text for EMULTIHOPRich Felker-0/+1
2018-02-25add public interface headers to implementation filesRich Felker-0/+1
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker-3/+1
2014-07-26add support for LC_TIME and LC_MESSAGES translationsRich Felker-2/+11
2014-06-10simplify errno implementationRich Felker-1/+1
2014-03-24always initialize thread pointer at program startRich Felker-1/+1
2014-03-05fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker-1/+7
2013-02-07fix typo in newly-added error message for EOWNERDEADRich Felker-1/+1
2013-02-07improve error stringsRich Felker-27/+30
2012-04-16better description for errno==0Rich Felker-1/+1
2011-08-06simplify multi-threaded errno, eliminate useless function pointerRich Felker-3/+2
2011-02-21change errno to static linkage (improves PIC code generation)Rich Felker-4/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+134