summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2012-05-10move vsyslog out of SYSLOG_NAMES conditionalRich Felker-2/+4
2012-05-10Merge remote-tracking branch 'nsz/master'Rich Felker-5/+8
2012-05-10remove __lock dependency from exitRich Felker-2/+4
2012-05-10fix missing static (namespace clash)Rich Felker-1/+1
2012-05-10fix missing parens in bit op macros (param.h)Rich Felker-1/+1
2012-05-10and another bug in setbit, etc. macros..Rich Felker-1/+1
2012-05-10fix typo in sys/param.h that broke setbit, etc. macrosRich Felker-1/+1
2012-05-09omit declaration of basename wrongly interpreted as prototype in C++Rich Felker-0/+2
2012-05-08math: fix remquo.c when x==-y and a subnormal remainder bug as wellnsz-5/+8
2012-05-07some assemblers don't like fistpq; use the alt. mnemonic fistpllRich Felker-3/+3
2012-05-07fix error checking for \ at end of regex (this was broken previously)Rich Felker-1/+1
2012-05-07fix copy and paste error in regex code causing mishandling of \) in BRERich Felker-1/+1
2012-05-07fix regex breakage in last commit (failure to handle empty regex, etc.)Rich Felker-4/+1
2012-05-07fix ugly bugs in TRE regex parserRich Felker-60/+31
2012-05-06update release info for 0.9.0v0.9.0Rich Felker-5/+8
2012-05-06some extra legacy header stuffRich Felker-0/+32
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz-24/+25
2012-05-06fix unused variable warnings in new nextafter/nexttoward codeRich Felker-6/+12
2012-05-06take byte order from gcc if gcc has defined itRich Felker-0/+4
2012-05-06Merge remote-tracking branch 'nsz/master'Rich Felker-291/+176
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker-1/+9
2012-05-06math: nextafter and nexttoward cleanupnsz-291/+176
2012-05-05fix definitions of FP_ILOGB constantsRich Felker-2/+2
2012-05-05add -frounding-math to buildRich Felker-0/+1
2012-05-05update readme and release notes for 0.9.0 release (not yet final)Rich Felker-16/+56
2012-05-05relicense musl under MIT licenseRich Felker-515/+33
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker-7/+9
2012-05-04update INSTALL file to reflect configure script usageRich Felker-13/+23
2012-05-04initial commit of configure scriptRich Felker-0/+275
2012-05-04make pthread stacks non-executableRich Felker-1/+1
2012-05-04improve the build rules for installing /lib/ld-musl-$ARCH.soRich Felker-2/+4
2012-05-04Merge remote-tracking branch 'nsz/master'Rich Felker-20/+16
2012-05-04fix error reporting for dlsym with global symbolsRich Felker-1/+2
2012-05-05math: change the formula used for acos.snsz-20/+16
2012-05-04fix uninitialized var in vfwprintf printing 0-prec stringRich Felker-1/+1
2012-05-04add *64 junk for sys/*.h headersRich Felker-0/+50
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker-0/+68
2012-05-03avoid setting nondefault scheduler tooRich Felker-1/+1
2012-05-03implement stub versions of sched_*Rich Felker-0/+49
2012-05-03uglify headers for the sake of junk that compiles with gcc -std=c89/-ansiRich Felker-6/+24
2012-05-03add additional compatibility union member for ipv6 addressesRich Felker-0/+2
2012-05-03overhaul SSP support to use a real canaryRich Felker-12/+25
2012-05-03make all .o files depend on *_impl.h and libc.hRich Felker-2/+3
2012-05-02remove some junk from x86_64 start filesRich Felker-4/+0
2012-05-02PIE support for x86_64 (untested)Rich Felker-0/+18
2012-05-02consistency cleanup: removed redundant size suffixed from i386 asmRich Felker-22/+22
2012-05-02PIE support for i386Rich Felker-1/+25
2012-05-02remove attempts to be pie-compatible from i386 crt1.sRich Felker-6/+3
2012-05-02fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker-4/+9
2012-05-01remove minimal linux kernel headersRich Felker-621/+0