1125 Commits (b47fdcdef8e88452914636ce23ee6792f259b5dc)
 

Author SHA1 Message Date
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
Rich Felker 61be1cfec1 implement stub versions of sched_* 14 years ago
Rich Felker b959d04644 uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi 14 years ago
Rich Felker ca2d3c6ef4 add additional compatibility union member for ipv6 addresses 14 years ago
Rich Felker 58aa5f45ed overhaul SSP support to use a real canary 14 years ago
Rich Felker e765239f33 make all .o files depend on *_impl.h and libc.h 14 years ago
Rich Felker 2be87702b7 remove some junk from x86_64 start files 14 years ago
Rich Felker 94167cafd5 PIE support for x86_64 (untested) 14 years ago
Rich Felker faab12bece consistency cleanup: removed redundant size suffixed from i386 asm 14 years ago
Rich Felker 83023d1b50 PIE support for i386 14 years ago
Rich Felker c9dea48f84 remove attempts to be pie-compatible from i386 crt1.s 14 years ago