about summary refs log tree commit diff
path: root/src/errno
Commit message (Expand)AuthorAgeFilesLines
* improve strerror speedTimo Teräs2020-03-142-22/+32
* add hidden version of &errno accessor functionRich Felker2018-09-141-0/+2
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* fix missing strerror text for EMULTIHOPRich Felker2018-08-231-0/+1
* add public interface headers to implementation filesRich Felker2018-02-251-0/+1
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-131-3/+1
* add support for LC_TIME and LC_MESSAGES translationsRich Felker2014-07-261-2/+11
* simplify errno implementationRich Felker2014-06-101-1/+1
* always initialize thread pointer at program startRich Felker2014-03-241-1/+1
* fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker2014-03-051-1/+7
* fix typo in newly-added error message for EOWNERDEADRich Felker2013-02-071-1/+1
* improve error stringsRich Felker2013-02-071-27/+30
* better description for errno==0Rich Felker2012-04-161-1/+1
* simplify multi-threaded errno, eliminate useless function pointerRich Felker2011-08-061-3/+2
* change errno to static linkage (improves PIC code generation)Rich Felker2011-02-211-4/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-123-0/+134