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