aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-06update release info for 0.9.0v0.9.0Rich Felker
2012-05-06some extra legacy header stuffRich Felker
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz
2012-05-06fix unused variable warnings in new nextafter/nexttoward codeRich Felker
2012-05-06take byte order from gcc if gcc has defined itRich Felker
2012-05-06Merge remote-tracking branch 'nsz/master'Rich Felker
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker
2012-05-06math: nextafter and nexttoward cleanupnsz
2012-05-05fix definitions of FP_ILOGB constantsRich Felker
2012-05-05add -frounding-math to buildRich Felker
2012-05-05update readme and release notes for 0.9.0 release (not yet final)Rich Felker
2012-05-05relicense musl under MIT licenseRich Felker
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker
2012-05-04update INSTALL file to reflect configure script usageRich Felker
2012-05-04initial commit of configure scriptRich Felker
2012-05-04make pthread stacks non-executableRich Felker
2012-05-04improve the build rules for installing /lib/ld-musl-$ARCH.soRich Felker
2012-05-04Merge remote-tracking branch 'nsz/master'Rich Felker
2012-05-04fix error reporting for dlsym with global symbolsRich Felker
2012-05-05math: change the formula used for acos.snsz
2012-05-04fix uninitialized var in vfwprintf printing 0-prec stringRich Felker
2012-05-04add *64 junk for sys/*.h headersRich Felker
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker
2012-05-03avoid setting nondefault scheduler tooRich Felker
2012-05-03implement stub versions of sched_*Rich Felker
2012-05-03uglify headers for the sake of junk that compiles with gcc -std=c89/-ansiRich Felker
2012-05-03add additional compatibility union member for ipv6 addressesRich Felker
2012-05-03overhaul SSP support to use a real canaryRich Felker
2012-05-03make all .o files depend on *_impl.h and libc.hRich Felker
2012-05-02remove some junk from x86_64 start filesRich Felker
2012-05-02PIE support for x86_64 (untested)Rich Felker
2012-05-02consistency cleanup: removed redundant size suffixed from i386 asmRich Felker
2012-05-02PIE support for i386Rich Felker
2012-05-02remove attempts to be pie-compatible from i386 crt1.sRich Felker
2012-05-02fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker
2012-05-01remove minimal linux kernel headersRich Felker
2012-05-01reorganize Makefile to support "least surprise" config/make semanticsRich Felker
2012-05-01remove objcopy --weaken from the makefileRich Felker
2012-05-01support alternate glibc name pow10 for exp10Rich Felker
2012-04-30add C stub for sqrtl (already implemented in asm on i386 and x86_64)Rich Felker
2012-04-30first try at writing an efficient and "correct" exp10Rich Felker
2012-04-30make stack protector work with gcc configured for non-tls canaryRich Felker
2012-04-30fix off-by-one error that caused uninitialized memory read in floatscanRich Felker
2012-04-29fix typo in the x86_64 rounding asmRich Felker
2012-04-29new math asm (abs/rounding) for x86_64Rich Felker
2012-04-29fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker
2012-04-29add linux-specific unshare syscall wrapperRich Felker
2012-04-29fix longstanding missing static in mq_notify (namespace pollution)Rich Felker
2012-04-28new fnmatch implementationRich Felker
2012-04-27support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sseRich Felker