957 Commits (e68a4633e01e1a9ef41fa6dbc39d1d93dca130d3)
 

Author SHA1 Message Date
nsz e68a4633e0 Merge branch 'master' of git://git.etalabs.net/musl 14 years ago
Rich Felker a9014ac1b9 Merge remote branch 'nsz/master' 14 years ago
Rich Felker bff650df9f add strfmon_l variant (still mostly incomplete) 14 years ago
Rich Felker df82f8f2dc update COPYRIGHT status of TRE regex code 14 years ago
Rich Felker db0da51b5c update README to remove information no longer relevant as of 0.8.7 14 years ago
nsz c5ec5b2ce9 Merge branch 'master' of git://git.etalabs.net/musl 14 years ago
Rich Felker ad2d2b963a asm for hypot and hypotf 14 years ago
Rich Felker a9e85c0a5c make dlerror conform to posix 14 years ago
nsz 6d8df2b972 minor rintl.c fix: remove unsupported ldbl format message 14 years ago
nsz cb8fce4b4f fix tgammal: don't set the signgam global 14 years ago
Rich Felker 494ba80e9a simplify creal and cimag macros 14 years ago
Rich Felker 13e400b355 add creal/cimag macros in complex.h (and use them in the functions defs) 14 years ago
Rich Felker 132f0a0083 tgmath.h: suppress any existing macro definitions before defining macros 14 years ago
nsz a4a0c91275 acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x)) 14 years ago
Rich Felker 2e0c1fed36 sysconf support for dynamic limits (open files and processes) 14 years ago
Rich Felker 47db8903f6 fix DECIMAL_DIG definitions 14 years ago
Rich Felker 25501c1079 initial, very primitive strfmon 14 years ago
Rich Felker 30df206cb0 x86_64 math asm, long double functions only 14 years ago
Rich Felker 80949ccdc6 limits.h: support gcc's -funsigned-char 14 years ago
Rich Felker 58bf74850f Merge remote branch 'nsz/master' 14 years ago
Rich Felker ad47d45e9d upgrade to latest upstream TRE regex code (0.8.0) 14 years ago
nsz 91c28f61f4 nearbyint optimization (only clear inexact when necessary) 14 years ago
nsz 8c6fc860a9 remove a fixme comment 14 years ago
nsz f1347a3a45 clean up pow.c and powf.c 14 years ago
nsz 615bbd365f clean up powl.c 14 years ago
nsz 1e2fea632b fix a cbrtl.c regression and remove x87 precision setting 14 years ago
nsz 03c52e137a Merge branch 'master' of git://git.etalabs.net/musl 14 years ago
Rich Felker baa43bca0a optimize scalbn family 14 years ago
Rich Felker 7513d3ecab remquo asm: return quotient mod 8, as intended by the spec 14 years ago
nsz c879a9592f Merge branch 'master' of git://git.etalabs.net/musl 14 years ago
Rich Felker 804fbf0b8c use alternate formula for acos asm to avoid loss of precision 14 years ago
nsz 0b0735af45 Merge branch 'master' of git://git.etalabs.net/musl 14 years ago
Rich Felker 97721a5508 Merge remote branch 'nsz/master' 14 years ago
Rich Felker acb744921b fix exp asm 14 years ago
nsz 634c3a6302 Merge branch 'master' of git://git.etalabs.net/musl 14 years ago
nsz 0cbb654791 code cleanup of named constants 14 years ago
nsz b03255af77 fix remainder*.c: remove useless long double cast 14 years ago
nsz 4caa17b2a1 don't try to create non-standard denormalization signal 14 years ago
Rich Felker 0108420281 Merge remote branch 'nsz/master' 14 years ago
nsz 75483499da new modff.c code, fix nan handling in modfl 14 years ago
nsz 2786c7d216 use scalbn or *2.0 instead of ldexp, fix fmal 14 years ago
nsz 01fdfd491b fix long double const workaround in cbrtl 14 years ago
nsz 2e8c8fbe7d don't inline __rem_pio2l so the code size is smaller 14 years ago
nsz c3587effe2 minor fix in __tanl (get sign properly) 14 years ago
Rich Felker d9c1d72cdc bug fix: wrong opcode for writing long long 14 years ago
nsz eca1c35e5b remove long double const workarounds 14 years ago
nsz 9a810cb685 fix erfl wrapper for long double==double case 14 years ago
Rich Felker b04b588791 asm for log1p 14 years ago
Rich Felker 9d82a15e15 asm for log2 14 years ago
Rich Felker 27deb53889 asm for remquo 14 years ago