musl
2012-04-13 Rich Felkerremove invalid code from TRE
2012-04-13 Rich Felkerfix broken regerror (typo) and missing message
2012-04-13 Rich Felkeruse fast version of the int reading code for the high...
2012-04-13 Rich Felkeruse macros instead of inline functions in shgetc.h
2012-04-13 Rich Felkerfix spurious overflows in strtoull with small bases
2012-04-12 Rich Felkerremove magic numbers from floatscan
2012-04-12 Rich Felkeroptimize more integer cases in floatscan; comment the...
2012-04-12 Rich Felkerrevert invalid optimization in floatscan
2012-04-12 Rich Felkerfix stupid typo in floatscan that caused excess roundin...
2012-04-12 Rich Felkeradd some more useful suggested options to config.mak...
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-11 Rich Felkeroptimize floatscan downscaler to skip results that...
2012-04-11 Rich Felkersimplify/debloat radix point alignment code in floatscan
2012-04-11 Rich Felkeroptimize floatscan: avoid excessive upscaling
2012-04-11 Rich Felkerfix incorrect initial count in shgetc when data is...
2012-04-11 Rich Felkerfix bug parsing lone zero followed by junk, and hex...
2012-04-11 Rich Felkerfix float scanning of certain values ending in zeros
2012-04-11 Rich Felkerfix potential overflow in exponent reading
2012-04-11 Rich Felkerset errno properly when parsing floating point
2012-04-11 Rich Felkeradd "scan helper getc" and rework strtod, etc. to use it
2012-04-11 Rich Felkerunify strtof/strtod/strtold wrappers and fix initial...
2012-04-10 Rich Felkernew floating point parser/converter
2012-04-09 Rich Felkerfix alloca issue in stdlib.h too
2012-04-09 Rich Felkeralloca cannot be a function. #define it to the gcc...
2012-04-04 nszmath: fix x86 asin accuracy
2012-04-04 Rich Felkerwork around nasty gcc bug in the i386 syscall asm
2012-04-03 Rich Felkerremove useless (at best, harmful) feature test checks...
2012-04-02 Rich Felkerimprove name lookup performance in corner cases
2012-03-31 Rich Felkeroptimize signbit macro
2012-03-31 Rich Felkermake math.h more c++-friendly
2012-03-29 nszmath: minor cleanups in ceil and floor
2012-03-29 nszmath: remove x86 modf asm
2012-03-29 nszmath: rewrite modf.c and clean up modff.c
2012-03-28 nszmath: fix modfl.c bug
2012-03-27 nszmath: fix a regression in powl and do some cleanups
2012-03-27 nszmath: add dummy tgamma and tgammaf implementations
2012-03-27 nszmath: remove comment about aliasing lgamma as gamma
2012-03-27 nszmath: fix typo in i386 remquof and remquol asm
2012-03-26 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-25 Rich FelkerMerge remote branch 'nsz/master'
2012-03-25 Rich Felkeradd strfmon_l variant (still mostly incomplete)
2012-03-24 Rich Felkerupdate COPYRIGHT status of TRE regex code
2012-03-24 Rich Felkerupdate README to remove information no longer relevant...
2012-03-23 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-23 Rich Felkerasm for hypot and hypotf
2012-03-23 Rich Felkermake dlerror conform to posix
2012-03-23 nszminor rintl.c fix: remove unsupported ldbl format message
2012-03-23 nszfix tgammal: don't set the signgam global
2012-03-23 Rich Felkersimplify creal and cimag macros
2012-03-22 Rich Felkeradd creal/cimag macros in complex.h (and use them in...
2012-03-22 Rich Felkertgmath.h: suppress any existing macro definitions befor...
2012-03-22 nszacos.s fix: use the formula acos(x) = atan2(sqrt(1...
2012-03-22 Rich Felkersysconf support for dynamic limits (open files and...
2012-03-21 Rich Felkerfix DECIMAL_DIG definitions
2012-03-21 Rich Felkerinitial, very primitive strfmon
2012-03-21 Rich Felkerx86_64 math asm, long double functions only
2012-03-21 Rich Felkerlimits.h: support gcc's -funsigned-char
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 Rich Felkerupgrade to latest upstream TRE regex code (0.8.0)
2012-03-20 nsznearbyint optimization (only clear inexact when necessary)
2012-03-20 nszremove a fixme comment
2012-03-20 nszclean up pow.c and powf.c
2012-03-20 nszclean up powl.c
2012-03-20 nszfix a cbrtl.c regression and remove x87 precision setting
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich Felkeroptimize scalbn family
2012-03-20 Rich Felkerremquo asm: return quotient mod 8, as intended by the...
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich Felkeruse alternate formula for acos asm to avoid loss of...
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 Rich Felkerfix exp asm
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszcode cleanup of named constants
2012-03-19 nszfix remainder*.c: remove useless long double cast
2012-03-19 nszdon't try to create non-standard denormalization signal
2012-03-19 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nsznew modff.c code, fix nan handling in modfl
2012-03-19 nszuse scalbn or *2.0 instead of ldexp, fix fmal
2012-03-19 nszfix long double const workaround in cbrtl
2012-03-19 nszdon't inline __rem_pio2l so the code size is smaller
2012-03-19 nszminor fix in __tanl (get sign properly)
2012-03-19 Rich Felkerbug fix: wrong opcode for writing long long
2012-03-19 nszremove long double const workarounds
2012-03-19 nszfix erfl wrapper for long double==double case
2012-03-19 Rich Felkerasm for log1p
2012-03-19 Rich Felkerasm for log2
2012-03-19 Rich Felkerasm for remquo
2012-03-19 Rich Felkeroptimize exponential asm for i386
2012-03-19 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 Rich Felkerfix broken modf family functions
2012-03-19 Rich Felkerasm for modf functions
2012-03-19 nszsimplify scalbn*.c implementations
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 Rich Felkerasm for floor/ceil/trunc
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 Rich Felkerasm for scalbn family
2012-03-19 Rich Felkerasm for inverse trig functions
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 Rich Felkerasm for log functions
next