- bef7a85 fix crash in wordfree if we_offs is not initialized by the caller by Rich Felker · 13 years ago
- f007bb8 fix broken shgetc limiter logic (wasn't working) by Rich Felker · 13 years ago
- 2ac580f floatscan: fix incorrect count of leading nonzero digits by Rich Felker · 13 years ago
- 67b25fe move F_DUPFD_CLOEXEC out of bits by Rich Felker · 13 years ago
- a68af22 add F_SETSIG and F_GETSIG (linux specific) to fcntl.h by Rich Felker · 13 years ago
- b9dd43d fix signedness error handling invalid multibyte sequences in regexec by Rich Felker · 13 years ago
- 0115a6e rename __sa_restorer to sa_restorer in struct sigaction by Rich Felker · 13 years ago
- 386b34a remove invalid code from TRE by Rich Felker · 13 years ago
- b6dbdc6 fix broken regerror (typo) and missing message by Rich Felker · 13 years ago
- 11f3e33 use fast version of the int reading code for the high-order digits too by Rich Felker · 13 years ago
- 26832d0 use macros instead of inline functions in shgetc.h by Rich Felker · 13 years ago
- 54222d1 fix spurious overflows in strtoull with small bases by Rich Felker · 13 years ago
- 3ddeedd remove magic numbers from floatscan by Rich Felker · 13 years ago
- fe51495 optimize more integer cases in floatscan; comment the whole procedure by Rich Felker · 13 years ago
- 470fecd revert invalid optimization in floatscan by Rich Felker · 13 years ago
- 96acdae fix stupid typo in floatscan that caused excess rounding of some values by Rich Felker · 13 years ago
- 5595de6 add some more useful suggested options to config.mak template by Rich Felker · 13 years ago
- cc00f05 Merge remote branch 'nsz/master' by Rich Felker · 13 years ago
- 4054da9 optimize floatscan downscaler to skip results that won't be needed by Rich Felker · 13 years ago
- 5837a0b simplify/debloat radix point alignment code in floatscan by Rich Felker · 13 years ago
- 1bdd5c8 optimize floatscan: avoid excessive upscaling by Rich Felker · 13 years ago
- 7ef1a9b fix incorrect initial count in shgetc when data is already buffered by Rich Felker · 13 years ago
- 48bb81a fix bug parsing lone zero followed by junk, and hex float over-reading by Rich Felker · 13 years ago
- 38b3f1f fix float scanning of certain values ending in zeros by Rich Felker · 13 years ago
- 633a26c fix potential overflow in exponent reading by Rich Felker · 13 years ago
- c5ff296 set errno properly when parsing floating point by Rich Felker · 13 years ago
- 2162541 add "scan helper getc" and rework strtod, etc. to use it by Rich Felker · 13 years ago
- 4fb6aa0 unify strtof/strtod/strtold wrappers and fix initial whitespace issue by Rich Felker · 13 years ago
- 415c4cd new floating point parser/converter by Rich Felker · 13 years ago
- 3be616c fix alloca issue in stdlib.h too by Rich Felker · 13 years ago
- d71d080 alloca cannot be a function. #define it to the gcc builtin if possible by Rich Felker · 13 years ago
- 37eaec3 math: fix x86 asin accuracy by nsz · 13 years ago
- 5bd0ab8 work around nasty gcc bug in the i386 syscall asm by Rich Felker · 13 years ago
- 450f2c4 remove useless (at best, harmful) feature test checks in aio.h by Rich Felker · 13 years ago
- 4f346b0 improve name lookup performance in corner cases by Rich Felker · 13 years ago
- 4dbd941 optimize signbit macro by Rich Felker · 13 years ago
- 93a18a1 make math.h more c++-friendly by Rich Felker · 13 years ago
- 7eabe8e math: minor cleanups in ceil and floor by nsz · 13 years ago
- d79ac8c math: remove x86 modf asm by nsz · 13 years ago
- f6ceccd math: rewrite modf.c and clean up modff.c by nsz · 13 years ago
- 9f58d06 math: fix modfl.c bug by nsz · 13 years ago
- cf68207 math: fix a regression in powl and do some cleanups by nsz · 13 years ago
- bbfbc7e math: add dummy tgamma and tgammaf implementations by nsz · 13 years ago
- 1b229a2 math: remove comment about aliasing lgamma as gamma by nsz · 13 years ago
- ad23771 math: fix typo in i386 remquof and remquol asm by nsz · 13 years ago
- e68a463 Merge branch 'master' of git://git.etalabs.net/musl by nsz · 13 years ago
- a9014ac Merge remote branch 'nsz/master' by Rich Felker · 13 years ago
- bff650d add strfmon_l variant (still mostly incomplete) by Rich Felker · 13 years ago
- df82f8f update COPYRIGHT status of TRE regex code by Rich Felker · 13 years ago
- db0da51 update README to remove information no longer relevant as of 0.8.7 by Rich Felker · 13 years ago
- c5ec5b2 Merge branch 'master' of git://git.etalabs.net/musl by nsz · 13 years ago
- ad2d2b9 asm for hypot and hypotf by Rich Felker · 13 years ago
- a9e85c0 make dlerror conform to posix by Rich Felker · 13 years ago
- 6d8df2b minor rintl.c fix: remove unsupported ldbl format message by nsz · 13 years ago
- cb8fce4 fix tgammal: don't set the signgam global by nsz · 13 years ago
- 494ba80 simplify creal and cimag macros by Rich Felker · 13 years ago
- 13e400b add creal/cimag macros in complex.h (and use them in the functions defs) by Rich Felker · 13 years ago
- 132f0a0 tgmath.h: suppress any existing macro definitions before defining macros by Rich Felker · 13 years ago
- a4a0c91 acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x)) by nsz · 13 years ago
- 2e0c1fe sysconf support for dynamic limits (open files and processes) by Rich Felker · 13 years ago
- 47db890 fix DECIMAL_DIG definitions by Rich Felker · 13 years ago
- 25501c1 initial, very primitive strfmon by Rich Felker · 13 years ago
- 30df206 x86_64 math asm, long double functions only by Rich Felker · 13 years ago
- 80949cc limits.h: support gcc's -funsigned-char by Rich Felker · 13 years ago
- 58bf748 Merge remote branch 'nsz/master' by Rich Felker · 13 years ago
- ad47d45 upgrade to latest upstream TRE regex code (0.8.0) by Rich Felker · 13 years ago
- 91c28f6 nearbyint optimization (only clear inexact when necessary) by nsz · 13 years ago
- 8c6fc86 remove a fixme comment by nsz · 13 years ago
- f1347a3 clean up pow.c and powf.c fix comments about special cases by nsz · 13 years ago
- 615bbd3 clean up powl.c fix special cases, use multiplication instead of scalbnl by nsz · 13 years ago
- 1e2fea6 fix a cbrtl.c regression and remove x87 precision setting by nsz · 13 years ago
- 03c52e1 Merge branch 'master' of git://git.etalabs.net/musl by nsz · 13 years ago
- baa43bc optimize scalbn family by Rich Felker · 13 years ago
- 7513d3e remquo asm: return quotient mod 8, as intended by the spec by Rich Felker · 13 years ago
- c879a95 Merge branch 'master' of git://git.etalabs.net/musl by nsz · 13 years ago
- 804fbf0 use alternate formula for acos asm to avoid loss of precision by Rich Felker · 13 years ago
- 0b0735a Merge branch 'master' of git://git.etalabs.net/musl by nsz · 13 years ago
- 97721a5 Merge remote branch 'nsz/master' by Rich Felker · 13 years ago
- acb7449 fix exp asm by Rich Felker · 13 years ago
- 634c3a6 Merge branch 'master' of git://git.etalabs.net/musl by nsz · 13 years ago
- 0cbb654 code cleanup of named constants by nsz · 13 years ago
- b03255a fix remainder*.c: remove useless long double cast by nsz · 13 years ago
- 4caa17b don't try to create non-standard denormalization signal by nsz · 13 years ago
- 0108420 Merge remote branch 'nsz/master' by Rich Felker · 13 years ago
- 7548349 new modff.c code, fix nan handling in modfl by nsz · 13 years ago
- 2786c7d use scalbn or *2.0 instead of ldexp, fix fmal by nsz · 13 years ago
- 01fdfd4 fix long double const workaround in cbrtl by nsz · 13 years ago
- 2e8c8fb don't inline __rem_pio2l so the code size is smaller by nsz · 13 years ago
- c3587ef minor fix in __tanl (get sign properly) by nsz · 13 years ago
- d9c1d72 bug fix: wrong opcode for writing long long by Rich Felker · 13 years ago
- eca1c35 remove long double const workarounds by nsz · 13 years ago
- 9a810cb fix erfl wrapper for long double==double case by nsz · 13 years ago
- b04b588 asm for log1p by Rich Felker · 13 years ago
- 9d82a15 asm for log2 by Rich Felker · 13 years ago
- 27deb53 asm for remquo by Rich Felker · 13 years ago
- 02db27d optimize exponential asm for i386 by Rich Felker · 13 years ago
- da7458a Merge remote branch 'nsz/master' by Rich Felker · 13 years ago
- be5b01f fix broken modf family functions by Rich Felker · 13 years ago
- 1bf4dad asm for modf functions by Rich Felker · 13 years ago
- 8051e08 simplify scalbn*.c implementations by nsz · 13 years ago