about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix missing _BSD_SOURCE support in bits/*.hRich Felker2012-05-229-12/+12
* _GNU_SOURCE implies all BSD features except ones GNU rejectsRich Felker2012-05-221-1/+1
* various header cleanups, some related to _BSD_SOURCE additionRich Felker2012-05-223-17/+9
* bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCERich Felker2012-05-221-4/+1
* support _BSD_SOURCE feature test macroRich Felker2012-05-2222-41/+126
* fix typo in utimes function that made it mess up file timesRich Felker2012-05-211-1/+1
* fix out-of-bounds array access in pthread barriers on 64-bitRich Felker2012-05-211-1/+1
* move getpass decl to the right placeRich Felker2012-05-202-1/+1
* fix misplaced semicolon in preprocessor directive (#undef h_errno)Rich Felker2012-05-161-1/+1
* yet another try to get the check for gcc right...Rich Felker2012-05-141-1/+1
* fix error in last configure change (lack of escaping)Rich Felker2012-05-141-1/+1
* useless lastlog path just to make some stuff happyRich Felker2012-05-141-0/+1
* missing limit LOGIN_NAME_MAXRich Felker2012-05-141-0/+1
* correct the check for gcc (previous version failed for cross compilers)Rich Felker2012-05-131-1/+1
* remove some no-op end of string tests from regex parserRich Felker2012-05-131-4/+0
* another BRE fix: in ^*, * is literalRich Felker2012-05-131-0/+2
* let sysconf accurately report # of cpus availableRich Felker2012-05-131-2/+10
* use __h_errno_location for h_errnoRich Felker2012-05-123-1/+14
* susv4 removed gethostbyname, etc. legacy cruft.Rich Felker2012-05-121-9/+7
* namespace cleanup - NI_* is NOT reserved by netdb.hRich Felker2012-05-121-3/+2
* some gnu junk in netdb.hRich Felker2012-05-121-0/+8
* fix missing va_list for vsyslogRich Felker2012-05-121-2/+2
* search: add comments to tsearch_avl.cnsz2012-05-131-0/+6
* search: add tdestroy (gnu extension)nsz2012-05-132-0/+23
* add missing IN6_ARE_ADDR_EQUALRich Felker2012-05-111-0/+5
* add one more bogus legacy headerRich Felker2012-05-101-0/+9
* move vsyslog out of SYSLOG_NAMES conditionalRich Felker2012-05-101-2/+4
* Merge remote-tracking branch 'nsz/master'Rich Felker2012-05-103-5/+8
|\
| * math: fix remquo.c when x==-y and a subnormal remainder bug as wellnsz2012-05-083-5/+8
* | remove __lock dependency from exitRich Felker2012-05-101-2/+4
* | fix missing static (namespace clash)Rich Felker2012-05-101-1/+1
* | fix missing parens in bit op macros (param.h)Rich Felker2012-05-101-1/+1
* | and another bug in setbit, etc. macros..Rich Felker2012-05-101-1/+1
* | fix typo in sys/param.h that broke setbit, etc. macrosRich Felker2012-05-101-1/+1
* | omit declaration of basename wrongly interpreted as prototype in C++Rich Felker2012-05-091-0/+2
|/
* some assemblers don't like fistpq; use the alt. mnemonic fistpllRich Felker2012-05-073-3/+3
* fix error checking for \ at end of regex (this was broken previously)Rich Felker2012-05-071-1/+1
* fix copy and paste error in regex code causing mishandling of \) in BRERich Felker2012-05-071-1/+1
* fix regex breakage in last commit (failure to handle empty regex, etc.)Rich Felker2012-05-071-4/+1
* fix ugly bugs in TRE regex parserRich Felker2012-05-071-60/+31
* update release info for 0.9.0 v0.9.0Rich Felker2012-05-062-5/+8
* some extra legacy header stuffRich Felker2012-05-063-0/+32
* add FORCE_EVAL macro to evaluate float expr for their side effectnsz2012-05-066-24/+25
* fix unused variable warnings in new nextafter/nexttoward codeRich Felker2012-05-065-6/+12
* take byte order from gcc if gcc has defined itRich Felker2012-05-061-0/+4
* Merge remote-tracking branch 'nsz/master'Rich Felker2012-05-065-291/+176
|\
| * math: nextafter and nexttoward cleanupnsz2012-05-065-291/+176
* | add isastream (obsolete STREAMS junk)Rich Felker2012-05-062-1/+9
|/
* fix definitions of FP_ILOGB constantsRich Felker2012-05-051-2/+2
* add -frounding-math to buildRich Felker2012-05-051-0/+1