about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* update readme and release notes for 0.9.0 release (not yet final)Rich Felker2012-05-052-16/+56
* relicense musl under MIT licenseRich Felker2012-05-052-515/+33
* update license of njk contributed code (x86_64 asm)Rich Felker2012-05-056-7/+9
* update INSTALL file to reflect configure script usageRich Felker2012-05-041-13/+23
* initial commit of configure scriptRich Felker2012-05-041-0/+275
* make pthread stacks non-executableRich Felker2012-05-041-1/+1
* improve the build rules for installing /lib/ld-musl-$ARCH.soRich Felker2012-05-041-2/+4
* Merge remote-tracking branch 'nsz/master'Rich Felker2012-05-042-20/+16
|\
| * math: change the formula used for acos.snsz2012-05-052-20/+16
* | fix error reporting for dlsym with global symbolsRich Felker2012-05-041-1/+2
|/
* fix uninitialized var in vfwprintf printing 0-prec stringRich Felker2012-05-041-1/+1
* add *64 junk for sys/*.h headersRich Felker2012-05-047-0/+50
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-048-0/+68
* avoid setting nondefault scheduler tooRich Felker2012-05-031-1/+1
* implement stub versions of sched_*Rich Felker2012-05-037-0/+49
* uglify headers for the sake of junk that compiles with gcc -std=c89/-ansiRich Felker2012-05-032-6/+24
* add additional compatibility union member for ipv6 addressesRich Felker2012-05-031-0/+2
* overhaul SSP support to use a real canaryRich Felker2012-05-036-12/+25
* make all .o files depend on *_impl.h and libc.hRich Felker2012-05-031-2/+3
* remove some junk from x86_64 start filesRich Felker2012-05-022-4/+0
* PIE support for x86_64 (untested)Rich Felker2012-05-021-0/+18
* consistency cleanup: removed redundant size suffixed from i386 asmRich Felker2012-05-022-22/+22
* PIE support for i386Rich Felker2012-05-023-1/+25
* remove attempts to be pie-compatible from i386 crt1.sRich Felker2012-05-021-6/+3
* fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker2012-05-022-4/+9
* remove minimal linux kernel headersRich Felker2012-05-015-621/+0
* reorganize Makefile to support "least surprise" config/make semanticsRich Felker2012-05-011-11/+23
* remove objcopy --weaken from the makefileRich Felker2012-05-011-2/+0
* support alternate glibc name pow10 for exp10Rich Felker2012-05-014-0/+12
* add C stub for sqrtl (already implemented in asm on i386 and x86_64)Rich Felker2012-04-301-0/+9
* first try at writing an efficient and "correct" exp10Rich Felker2012-04-304-0/+59
* make stack protector work with gcc configured for non-tls canaryRich Felker2012-04-301-0/+2
* fix off-by-one error that caused uninitialized memory read in floatscanRich Felker2012-04-301-1/+1
* fix typo in the x86_64 rounding asmRich Felker2012-04-294-4/+4
* new math asm (abs/rounding) for x86_64Rich Felker2012-04-296-0/+36
* fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker2012-04-291-0/+5
* add linux-specific unshare syscall wrapperRich Felker2012-04-292-0/+9
* fix longstanding missing static in mq_notify (namespace pollution)Rich Felker2012-04-291-1/+1
* new fnmatch implementationRich Felker2012-04-281-131/+273
* support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sseRich Felker2012-04-271-0/+4