summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2012-04-11add some more useful suggested options to config.mak templateRich Felker-0/+6
2012-04-11Merge remote branch 'nsz/master'Rich Felker-5/+6
2012-04-11optimize floatscan downscaler to skip results that won't be neededRich Felker-2/+3
2012-04-11simplify/debloat radix point alignment code in floatscanRich Felker-9/+4
2012-04-11optimize floatscan: avoid excessive upscalingRich Felker-27/+27
2012-04-11fix incorrect initial count in shgetc when data is already bufferedRich Felker-1/+1
2012-04-11fix bug parsing lone zero followed by junk, and hex float over-readingRich Felker-6/+5
2012-04-10fix float scanning of certain values ending in zerosRich Felker-1/+3
2012-04-10fix potential overflow in exponent readingRich Felker-1/+1
2012-04-10set errno properly when parsing floating pointRich Felker-4/+21
2012-04-10add "scan helper getc" and rework strtod, etc. to use itRich Felker-75/+115
2012-04-10unify strtof/strtod/strtold wrappers and fix initial whitespace issueRich Felker-34/+21
2012-04-10new floating point parser/converterRich Felker-94/+477
2012-04-09fix alloca issue in stdlib.h tooRich Felker-1/+1
2012-04-09alloca cannot be a function. #define it to the gcc builtin if possibleRich Felker-0/+4
2012-04-04math: fix x86 asin accuracynsz-5/+6
2012-04-04work around nasty gcc bug in the i386 syscall asmRich Felker-4/+4
2012-04-03remove useless (at best, harmful) feature test checks in aio.hRich Felker-5/+0
2012-04-01improve name lookup performance in corner casesRich Felker-2/+2
2012-03-30optimize signbit macroRich Felker-2/+2
2012-03-30make math.h more c++-friendlyRich Felker-2/+5
2012-03-29math: minor cleanups in ceil and floornsz-10/+7
2012-03-29math: remove x86 modf asmnsz-111/+0
2012-03-29math: rewrite modf.c and clean up modff.cnsz-72/+45
2012-03-28math: fix modfl.c bugnsz-1/+1
2012-03-27math: fix a regression in powl and do some cleanupsnsz-12/+11
2012-03-27math: add dummy tgamma and tgammaf implementationsnsz-0/+32
2012-03-27math: remove comment about aliasing lgamma as gammansz-8/+4
2012-03-27math: fix typo in i386 remquof and remquol asmnsz-5/+5
2012-03-26Merge branch 'master' of git://git.etalabs.net/muslnsz-10/+32
2012-03-25Merge remote branch 'nsz/master'Rich Felker-15/+6
2012-03-25add strfmon_l variant (still mostly incomplete)Rich Felker-3/+27
2012-03-24update COPYRIGHT status of TRE regex codeRich Felker-4/+4
2012-03-24update README to remove information no longer relevant as of 0.8.7Rich Felker-3/+1
2012-03-23Merge branch 'master' of git://git.etalabs.net/muslnsz-6/+103
2012-03-23asm for hypot and hypotfRich Felker-0/+87
2012-03-23make dlerror conform to posixRich Felker-6/+16
2012-03-23minor rintl.c fix: remove unsupported ldbl format messagensz-2/+0
2012-03-23fix tgammal: don't set the signgam globalnsz-13/+6
2012-03-22simplify creal and cimag macrosRich Felker-8/+8
2012-03-22add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker-20/+20
2012-03-22tgmath.h: suppress any existing macro definitions before defining macrosRich Felker-0/+63
2012-03-22acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))nsz-6/+2
2012-03-22sysconf support for dynamic limits (open files and processes)Rich Felker-2/+9
2012-03-21fix DECIMAL_DIG definitionsRich Felker-2/+6
2012-03-21initial, very primitive strfmonRich Felker-0/+98
2012-03-20x86_64 math asm, long double functions onlyRich Felker-0/+239
2012-03-20limits.h: support gcc's -funsigned-charRich Felker-2/+10
2012-03-20Merge remote branch 'nsz/master'Rich Felker-198/+127
2012-03-20upgrade to latest upstream TRE regex code (0.8.0)Rich Felker-1168/+1037