Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-05-13 | another BRE fix: in ^*, * is literal | Rich Felker | 1 | -0/+2 | |
i don't understand why this has to be conditional on being in BRE mode, but enabling this code unconditionally breaks a huge number of ERE test cases. | |||||
2012-05-13 | let sysconf accurately report # of cpus available | Rich Felker | 1 | -2/+10 | |
i've been trying out openmp and it seems like it won't be much use without this... | |||||
2012-05-12 | use __h_errno_location for h_errno | Rich Felker | 3 | -1/+14 | |
we do not bother making h_errno thread-local since the only interfaces that use it are inherently non-thread-safe. but still use the potentially-thread-local ABI to access it just to avoid lock-in. | |||||
2012-05-12 | susv4 removed gethostbyname, etc. legacy cruft. | Rich Felker | 1 | -9/+7 | |
2012-05-12 | namespace cleanup - NI_* is NOT reserved by netdb.h | Rich Felker | 1 | -3/+2 | |
2012-05-12 | some gnu junk in netdb.h | Rich Felker | 1 | -0/+8 | |
2012-05-12 | fix missing va_list for vsyslog | Rich Felker | 1 | -2/+2 | |
2012-05-13 | search: add comments to tsearch_avl.c | nsz | 1 | -0/+6 | |
2012-05-13 | search: add tdestroy (gnu extension) | nsz | 2 | -0/+23 | |
2012-05-11 | add missing IN6_ARE_ADDR_EQUAL | Rich Felker | 1 | -0/+5 | |
written to avoid multiple conditional jumps and avoid ugly repetitive lines in the header file. |