about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* remove some no-op end of string tests from regex parserRich Felker2012-05-131-4/+0
* another BRE fix: in ^*, * is literalRich Felker2012-05-131-0/+2
* let sysconf accurately report # of cpus availableRich Felker2012-05-131-2/+10
* use __h_errno_location for h_errnoRich Felker2012-05-123-1/+14
* susv4 removed gethostbyname, etc. legacy cruft.Rich Felker2012-05-121-9/+7
* namespace cleanup - NI_* is NOT reserved by netdb.hRich Felker2012-05-121-3/+2
* some gnu junk in netdb.hRich Felker2012-05-121-0/+8
* fix missing va_list for vsyslogRich Felker2012-05-121-2/+2
* search: add comments to tsearch_avl.cnsz2012-05-131-0/+6
* search: add tdestroy (gnu extension)nsz2012-05-132-0/+23
* add missing IN6_ARE_ADDR_EQUALRich Felker2012-05-111-0/+5
* add one more bogus legacy headerRich Felker2012-05-101-0/+9
* move vsyslog out of SYSLOG_NAMES conditionalRich Felker2012-05-101-2/+4
* Merge remote-tracking branch 'nsz/master'Rich Felker2012-05-103-5/+8
|\
| * math: fix remquo.c when x==-y and a subnormal remainder bug as wellnsz2012-05-083-5/+8
* | remove __lock dependency from exitRich Felker2012-05-101-2/+4
* | fix missing static (namespace clash)Rich Felker2012-05-101-1/+1
* | fix missing parens in bit op macros (param.h)Rich Felker2012-05-101-1/+1
* | and another bug in setbit, etc. macros..Rich Felker2012-05-101-1/+1
* | fix typo in sys/param.h that broke setbit, etc. macrosRich Felker2012-05-101-1/+1
* | omit declaration of basename wrongly interpreted as prototype in C++Rich Felker2012-05-091-0/+2
|/
* some assemblers don't like fistpq; use the alt. mnemonic fistpllRich Felker2012-05-073-3/+3
* fix error checking for \ at end of regex (this was broken previously)Rich Felker2012-05-071-1/+1
* fix copy and paste error in regex code causing mishandling of \) in BRERich Felker2012-05-071-1/+1
* fix regex breakage in last commit (failure to handle empty regex, etc.)Rich Felker2012-05-071-4/+1
* fix ugly bugs in TRE regex parserRich Felker2012-05-071-60/+31
* 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