summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-16fix misplaced semicolon in preprocessor directive (#undef h_errno)Rich Felker1-1/+1
2012-05-14yet another try to get the check for gcc right...Rich Felker1-1/+1
2012-05-14fix error in last configure change (lack of escaping)Rich Felker1-1/+1
2012-05-14useless lastlog path just to make some stuff happyRich Felker1-0/+1
2012-05-14missing limit LOGIN_NAME_MAXRich Felker1-0/+1
2012-05-13correct the check for gcc (previous version failed for cross compilers)Rich Felker1-1/+1
2012-05-13remove some no-op end of string tests from regex parserRich Felker1-4/+0
2012-05-13another BRE fix: in ^*, * is literalRich Felker1-0/+2
2012-05-13let sysconf accurately report # of cpus availableRich Felker1-2/+10
2012-05-12use __h_errno_location for h_errnoRich Felker3-1/+14
2012-05-12susv4 removed gethostbyname, etc. legacy cruft.Rich Felker1-9/+7
2012-05-12namespace cleanup - NI_* is NOT reserved by netdb.hRich Felker1-3/+2
2012-05-12some gnu junk in netdb.hRich Felker1-0/+8
2012-05-12fix missing va_list for vsyslogRich Felker1-2/+2
2012-05-13search: add comments to tsearch_avl.cnsz1-0/+6
2012-05-13search: add tdestroy (gnu extension)nsz2-0/+23
2012-05-11add missing IN6_ARE_ADDR_EQUALRich Felker1-0/+5
2012-05-10add one more bogus legacy headerRich Felker1-0/+9
2012-05-10move vsyslog out of SYSLOG_NAMES conditionalRich Felker1-2/+4
2012-05-10Merge remote-tracking branch 'nsz/master'Rich Felker3-5/+8
2012-05-10remove __lock dependency from exitRich Felker1-2/+4
2012-05-10fix missing static (namespace clash)Rich Felker1-1/+1
2012-05-10fix missing parens in bit op macros (param.h)Rich Felker1-1/+1
2012-05-10and another bug in setbit, etc. macros..Rich Felker1-1/+1
2012-05-10fix typo in sys/param.h that broke setbit, etc. macrosRich Felker1-1/+1
2012-05-09omit declaration of basename wrongly interpreted as prototype in C++Rich Felker1-0/+2
2012-05-08math: fix remquo.c when x==-y and a subnormal remainder bug as wellnsz3-5/+8
2012-05-07some assemblers don't like fistpq; use the alt. mnemonic fistpllRich Felker3-3/+3
2012-05-07fix error checking for \ at end of regex (this was broken previously)Rich Felker1-1/+1
2012-05-07fix copy and paste error in regex code causing mishandling of \) in BRERich Felker1-1/+1
2012-05-07fix regex breakage in last commit (failure to handle empty regex, etc.)Rich Felker1-4/+1
2012-05-07fix ugly bugs in TRE regex parserRich Felker1-60/+31
2012-05-06update release info for 0.9.0v0.9.0Rich Felker2-5/+8
2012-05-06some extra legacy header stuffRich Felker3-0/+32
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz6-24/+25
2012-05-06fix unused variable warnings in new nextafter/nexttoward codeRich Felker5-6/+12
2012-05-06take byte order from gcc if gcc has defined itRich Felker1-0/+4
2012-05-06Merge remote-tracking branch 'nsz/master'Rich Felker5-291/+176
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker2-1/+9
2012-05-06math: nextafter and nexttoward cleanupnsz5-291/+176
2012-05-05fix definitions of FP_ILOGB constantsRich Felker1-2/+2
2012-05-05add -frounding-math to buildRich Felker1-0/+1
2012-05-05update readme and release notes for 0.9.0 release (not yet final)Rich Felker2-16/+56
2012-05-05relicense musl under MIT licenseRich Felker2-515/+33
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker6-7/+9
2012-05-04update INSTALL file to reflect configure script usageRich Felker1-13/+23
2012-05-04initial commit of configure scriptRich Felker1-0/+275
2012-05-04make pthread stacks non-executableRich Felker1-1/+1
2012-05-04improve the build rules for installing /lib/ld-musl-$ARCH.soRich Felker1-2/+4
2012-05-04Merge remote-tracking branch 'nsz/master'Rich Felker2-20/+16