summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-01fix typos in INSTALL fileRich Felker1-2/+2
2013-12-01add infrastructure to record and report the version of libc.soRich Felker5-3/+39
2013-12-01fix fnmatch corner cases related to escapingRich Felker1-4/+4
2013-12-01fix the end of string matching in fnmatch with FNM_PATHNAMESzabolcs Nagy1-2/+2
2013-11-30support mix of IPv4 and v6 nameservers in resolv.confRich Felker1-5/+31
2013-11-29increase TTY_NAME_MAX limit to 32Rich Felker1-1/+1
2013-11-27reject invalid address families in getaddrinfoRich Felker1-0/+3
2013-11-26adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 caseRich Felker1-1/+1
2013-11-26fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker2-12/+16
2013-11-25remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy3-7/+0
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker8-0/+33
2013-11-24shadow: Implement fgetspentMichael Forney1-1/+10
2013-11-24shadow: Move spent parsing to internal functionMichael Forney2-31/+40
2013-11-24Fix dn_comp prototype and add stubMichael Forney2-1/+10
2013-11-24shadow: Implement putspentMichael Forney2-5/+13
2013-11-24math: clean up __rem_pio2Szabolcs Nagy3-71/+53
2013-11-24use 0 instead of NULL in headers where NULL is not definedSzabolcs Nagy2-3/+3
2013-11-23add O_TMPFILE flag, new in linux 3.11Szabolcs Nagy6-0/+6
2013-11-23add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12Szabolcs Nagy1-0/+1
2013-11-23add linux tcp state enumsTimo Teräs1-0/+12
2013-11-23add multicast structures from RFC 3678 to netinet/in.hTimo Teräs1-1/+42
2013-11-23Fix dn_expand pointer followingMichael Forney1-1/+1
2013-11-23putgrent: Add missing newlineMichael Forney1-0/+1
2013-11-23putgrent: Stop writing output on first failureMichael Forney1-2/+3
2013-11-23strcmp: Remove unnecessary check for *rMichael Forney1-1/+1
2013-11-23timeradd/timersub: cast result to void to get rid of warningsrofl0r1-2/+2
2013-11-22fix and refactor child reaping logic in wordexpRich Felker1-6/+16
2013-11-22fix fd leak and case where fd 1 is already closed in wordexpRich Felker1-4/+4
2013-11-22fix resource exhaustion and zero-word cases in wordexpRich Felker1-8/+18
2013-11-22improve robustness of wordexp and fix handling of 0-word caseRich Felker1-11/+16
2013-11-21add legacy getloadavg apiSzabolcs Nagy2-0/+19
2013-11-20fix fd leak (missing close-on-exec) in getifaddrsRich Felker1-1/+1
2013-11-21math: add (obsolete) bsd drem and finite functionsSzabolcs Nagy5-0/+26
2013-11-21math: lgamma cleanup (simpler sin(pi*x) for the negative case)Szabolcs Nagy4-202/+110
2013-11-20fix the nominal type of LDBL_* limits on archs with ld64Rich Felker4-16/+16
2013-11-20write floating point limit constants to 21 significant decimal placesRich Felker2-10/+10
2013-11-11iswspace: fix handling of 0rofl0r1-2/+1
2013-11-09fix harmless inconsistency in semtimedopRich Felker1-1/+1
2013-11-09implement semtimedopRich Felker2-0/+14
2013-11-09adjust sys/wait.h not to produde errors in strict ISO C feature profileRich Felker1-3/+7
2013-11-08remove O_NOFOLLOW from __map_file used for time zone file loadingRich Felker1-1/+1
2013-11-08fix handling of overly-long TZ environment variable valuesRich Felker1-1/+1
2013-11-04timezone parser: fix iteration over search dir pathsrofl0r1-1/+1
2013-11-04timezone parser: fix offset to transition table in 64bit code pathrofl0r1-1/+1
2013-11-04fix timezone parser code crashing on 64bit sysrofl0r1-1/+1
2013-11-02fix regression in inet_aton due to misinterpretation of __ipparse returnRich Felker2-3/+3
2013-11-01simplify faccessat AT_EACCESS path and eliminate resource dependenceRich Felker1-14/+21
2013-11-01fix faccessat AT_EACCESS path not to leave zombie processesRich Felker1-2/+6
2013-10-30fix inttypes.h PRI and SCN macros for [u]intptr_t typesRich Felker1-11/+13
2013-10-29POSIX conformance fix: define struct entry in search.hSzabolcs Nagy2-9/+9