1150 Commits (af3330d7648627816fbc82aa3247419e8a528230)
 

Author SHA1 Message Date
Rich Felker af3330d764 some feature test fixes for unistd.h 14 years ago
Rich Felker 030b452b8d fix missing _BSD_SOURCE support in bits/*.h 14 years ago
Rich Felker 96601e3c61 _GNU_SOURCE implies all BSD features except ones GNU rejects 14 years ago
Rich Felker 671ffab776 various header cleanups, some related to _BSD_SOURCE addition 14 years ago
Rich Felker 9f370fa99e bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE 14 years ago
Rich Felker 419ae6d5c9 support _BSD_SOURCE feature test macro 14 years ago
Rich Felker 7b5467cbae fix typo in utimes function that made it mess up file times 14 years ago
Rich Felker 9ae1cf6d29 fix out-of-bounds array access in pthread barriers on 64-bit 14 years ago
Rich Felker 3db29f0347 move getpass decl to the right place 14 years ago
Rich Felker 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) 14 years ago
Rich Felker c5f3add325 yet another try to get the check for gcc right... 14 years ago
Rich Felker 55e2f5e982 fix error in last configure change (lack of escaping) 14 years ago
Rich Felker b5cbd549fd useless lastlog path just to make some stuff happy 14 years ago
Rich Felker f8ac55516d missing limit LOGIN_NAME_MAX 14 years ago
Rich Felker bc63e4fa2c correct the check for gcc (previous version failed for cross compilers) 14 years ago
Rich Felker 13b2945a3c remove some no-op end of string tests from regex parser 14 years ago
Rich Felker e9cddc8e32 another BRE fix: in ^*, * is literal 14 years ago
Rich Felker 9a7fac7934 let sysconf accurately report # of cpus available 14 years ago
Rich Felker e68c51ac46 use __h_errno_location for h_errno 14 years ago
Rich Felker 3777f5b90d susv4 removed gethostbyname, etc. legacy cruft. 14 years ago
Rich Felker 20052b9815 namespace cleanup - NI_* is NOT reserved by netdb.h 14 years ago
Rich Felker 7db6a871ca some gnu junk in netdb.h 14 years ago
Rich Felker c3dbe9b22c fix missing va_list for vsyslog 14 years ago
nsz 6255c4c6a5 search: add comments to tsearch_avl.c 14 years ago
nsz d197d6421c search: add tdestroy (gnu extension) 14 years ago
Rich Felker b47fdcdef8 add missing IN6_ARE_ADDR_EQUAL 14 years ago
Rich Felker e700e59a90 add one more bogus legacy header 14 years ago
Rich Felker c8b01e73ca move vsyslog out of SYSLOG_NAMES conditional 14 years ago
Rich Felker 9cfa3065c5 Merge remote-tracking branch 'nsz/master' 14 years ago
Rich Felker 47c2a22fd6 remove __lock dependency from exit 14 years ago
Rich Felker 7e310e591e fix missing static (namespace clash) 14 years ago
Rich Felker bfb29b666e fix missing parens in bit op macros (param.h) 14 years ago
Rich Felker 2e41887f54 and another bug in setbit, etc. macros.. 14 years ago
Rich Felker e0ff0d34dc fix typo in sys/param.h that broke setbit, etc. macros 14 years ago
Rich Felker 37bb3cce45 omit declaration of basename wrongly interpreted as prototype in C++ 14 years ago
nsz 3738a96e05 math: fix remquo.c when x==-y and a subnormal remainder bug as well 14 years ago
Rich Felker 0e195dfaa4 some assemblers don't like fistpq; use the alt. mnemonic fistpll 14 years ago
Rich Felker 952700e8c3 fix error checking for \ at end of regex (this was broken previously) 14 years ago
Rich Felker 1736148210 fix copy and paste error in regex code causing mishandling of \) in BRE 14 years ago
Rich Felker a5a4778335 fix regex breakage in last commit (failure to handle empty regex, etc.) 14 years ago
Rich Felker d7a90b35b9 fix ugly bugs in TRE regex parser 14 years ago
Rich Felker 2d3e2a7fc1 update release info for 0.9.0 14 years ago
Rich Felker 4a99440571 some extra legacy header stuff 14 years ago
nsz 6ab8136b44 add FORCE_EVAL macro to evaluate float expr for their side effect 14 years ago
Rich Felker 4e597feef0 fix unused variable warnings in new nextafter/nexttoward code 14 years ago
Rich Felker a3b20f67b3 take byte order from gcc if gcc has defined it 14 years ago
Rich Felker a45de0cb94 Merge remote-tracking branch 'nsz/master' 14 years ago
Rich Felker 106e75f712 add isastream (obsolete STREAMS junk) 14 years ago
nsz 6cf865dba6 math: nextafter and nexttoward cleanup 14 years ago
Rich Felker 98c9af5001 fix definitions of FP_ILOGB constants 14 years ago