1185 Commits (bd45dc9446166186cfdd5bc89ba719afa9ee7d4c)
 

Author SHA1 Message Date
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
Rich Felker b4ccc3c136 add -frounding-math to build 14 years ago
Rich Felker 8a35deede1 update readme and release notes for 0.9.0 release (not yet final) 14 years ago
Rich Felker 3f0636970b relicense musl under MIT license 14 years ago
Rich Felker 8cfbc8be82 update license of njk contributed code (x86_64 asm) 14 years ago
Rich Felker a23563024f update INSTALL file to reflect configure script usage 14 years ago
Rich Felker 64d2f8e82a initial commit of configure script 14 years ago
Rich Felker 7e4d79464a make pthread stacks non-executable 14 years ago
Rich Felker f8e054f951 improve the build rules for installing /lib/ld-musl-$ARCH.so 14 years ago
Rich Felker dac791226a Merge remote-tracking branch 'nsz/master' 14 years ago
Rich Felker 4027f4e8f9 fix error reporting for dlsym with global symbols 14 years ago
nsz f697d66b81 math: change the formula used for acos.s 14 years ago
Rich Felker db4096c5f2 fix uninitialized var in vfwprintf printing 0-prec string 14 years ago
Rich Felker f0b85fd926 add *64 junk for sys/*.h headers 14 years ago
Rich Felker 2dd8d5e1b8 add support for ugly *64 functions with _LARGEFILE64_SOURCE 14 years ago
Rich Felker b4560a6da9 avoid setting nondefault scheduler too 14 years ago