musl
2012-03-19 Rich Felkerasm for scalbn family
2012-03-19 Rich Felkerasm for inverse trig functions
2012-03-19 Rich Felkerasm for log functions
2012-03-19 Rich Felkerfix broken exponential asm
2012-03-19 Rich Felkerasm for lrint family on i386
2012-03-19 Rich Felkerasm exponential functions for i386
2012-03-18 Rich Felkerassembly optimizations for fmod/remainder functions
2012-03-18 Rich Felkerasm versions of some simple math functions for i386...
2012-03-18 nszsimplify lround and llround functions
2012-03-18 nszmake lrint and llrint functions work without fenv support
2012-03-18 nszfaster lrint and llrint functions
2012-03-18 Rich Felkerfix loads of missing const in new libm, and some global...
2012-03-18 Rich Felkermove nonstandard gamma() etc. to _GNU_SOURCE only
2012-03-18 Rich Felkerc++ seems to want some casts in the float representatio...
2012-03-18 Rich Felkerrelease notes for 0.8.7
2012-03-18 Rich Felkertry fixing/optimizing x86_64 fenv exception code
2012-03-17 Rich Felkeroptimize x86 feclearexcept
2012-03-17 Rich Felkerfix x86_64 fe[gs]etround, analogous to nsz's x86 changes
2012-03-17 Rich Felkerminor 387 fenv optimizations
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-17 nszfix i386 fegetround and make fesetround faster
2012-03-17 Rich Felkerdon't fail on inability to install dynamic linker ...
2012-03-17 Rich Felkerone more fenv availability issue: lround
2012-03-17 Rich Felkermake fma and lrint functions build without full fenv...
2012-03-17 Rich Felkerother side of the signgam namespace fix: use the intern...
2012-03-17 Rich Felkermake signgam a weak alias for an internal symbol
2012-03-17 Rich Felkerfix namespace issues for lgamma, etc.
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-17 Rich Felkerremove junk sincos implementations in preparation to...
2012-03-17 Rich Felkerrevert COPYRIGHT file changes in preparation to merge...
2012-03-16 Rich Felkerupdate copyright status (math library and new year)
2012-03-15 Rich Felkerremove special nan handling from x86 sqrt asm
2012-03-15 Rich Felkersimplify nan check in sqrt (x86 asm); result of sqrt...
2012-03-15 nszin math.h make lgamma_r and non-double bessel _GNU_SOUR...
2012-03-15 nszefficient sincos based on sin and cos
2012-03-15 Rich Felkerimplement sincosf and sincosl functions; add prototypes
2012-03-15 Rich Felkeravoid changing NaNs in sqrt (x86 asm) to satisfy c99...
2012-03-15 Rich Felkercorrectly rounded sqrt() asm for x86 (i387)
2012-03-14 Rich Felkercorrect rounding for i387 sqrtf function
2012-03-13 nszmath cleanup: use 1.0f instead of 1.0F
2012-03-13 nszmath cleanup: use 1.0f instead of (float)1.0
2012-03-13 nszremove libm.h includes when math.h and float.h are...
2012-03-13 Rich Felkerfix scanf handling of "0" (followed by immediate EOF...
2012-03-13 nszclean up __expo2.c, use a slightly better k constant
2012-03-13 nszfix copyright notice for the math lib
2012-03-13 Rich Felkerimplement nan, nanf, nanl
2012-03-13 Rich Felkerfirst commit of the new libm!
2012-03-09 Rich Felkeradd .gitignore file
2012-03-03 Rich Felkerfix nan/infinity macros in math.h, etc.
2012-03-02 Rich Felkerfix obscure bug in strtoull reading the highest 16...
2012-03-02 Rich Felkertypo in math.h c version check
2012-03-02 Rich Felkermake math.h compatibe with c89
2012-03-02 Rich Felkerremove debug cruft that was left in getdate
2012-03-02 Rich Felkerfirst try at implementing getdate function
2012-03-02 Rich Felkerfix bugs in strptime handling of string day/month names...
2012-03-02 Rich Felkerimplement a64l and l64a (legacy xsi stuff)
2012-03-02 Rich Felkeradd all missing wchar functions except floating point...
2012-03-02 Rich Felkersupport null buffer argument to getcwd, auto-allocating...
2012-03-01 Rich Felkeradd memory.h, bogus legacy alias for string.h
2012-03-01 Rich Felkersearch internal headers first
2012-03-01 Rich Felkeruse c++-friendly initializers for pthread initializer...
2012-03-01 Rich Felkeradd <syscall.h> as an alias for <sys/syscall.h>
2012-02-28 Rich Felkerimplement wcsftime function
2012-02-28 Rich Felkerrelease notes for 0.8.6
2012-02-28 Rich Felkerfix pthread_cleanup_pop(1) crash in non-thread-capable...
2012-02-28 Rich Felkerupdate release notes for 0.8.5
2012-02-27 Rich Felkerwork around "signal loses thread pointer" issue with...
2012-02-25 Rich Felkeruse __attribute__((const)) on arm __pthread_self function
2012-02-25 Rich Felkerreplace prototype for basename in string.h with non...
2012-02-25 Rich Felkernew attempt at working around the gcc 3 visibility bug
2012-02-25 Rich Felkerremove useless attribute visibility from definitions
2012-02-24 Rich Felkercleanup and work around visibility bug in gcc 3 that...
2012-02-23 Rich Felkerfix (hopefully) PTRACE_TRACEME (command 0) argument...
2012-02-23 Rich Felkerfix for previous incorrect fix of cancellation in dns...
2012-02-18 Rich Felkerfix get_current_dir_name behavior
2012-02-18 Rich Felkerremove -std=gnu99 from musl-gcc wrapper
2012-02-18 Rich Felkertwo fixes for "make install" handling of shared libs
2012-02-18 Rich Felkeradd get_current_dir_name function
2012-02-16 Rich Felkeradd float_t and double_t to math.h
2012-02-11 Rich Felkerfix default nameserver when resolv.conf doesn't exist
2012-02-11 Rich Felkerfix illegal goto out of cleanup context in dns lookups
2012-02-10 Rich Felkersmall fix for new pthread cleanup stuff
2012-02-09 Rich Felkerreplace bad cancellation cleanup abi with a sane one
2012-02-09 Rich Felkerdocument iswspace and remove wrongly-included zwsp...
2012-02-09 Rich Felkerfix typo in iswspace space list table
2012-02-08 Rich Felkerfix typo in inotify.h
2012-02-08 Rich Felkerprotect against cancellation in dlopen
2012-02-08 Rich Felkerreduce some wasted space in dso structure
2012-02-07 Rich Felkerdeclare basename in string.h when _GNU_SOURCE is defined
2012-02-07 Rich Felkerrevert hacks for types of stdint.h integer constant...
2012-02-07 Rich Felkermore locale_t interfaces (string stuff) and header...
2012-02-07 Rich Felkerfix some omissions and mistakes in locale_t interface...
2012-02-07 Rich Felkeradd more of the locale_t interfaces, all dummied out...
2012-02-06 Rich Felkerx86_64 vfork implementation
2012-02-06 Rich Felkerrun ctors/dtors for shared objects loaded with dlopen
2012-02-06 Rich Felkeradd support for init/finit (constructors and destructors)
2012-02-06 Rich Felkeradd deprecated (removed from posix) [efg]cvt() functions
2012-02-03 Rich Felkerinclude dummied-out dlopen and dlsym functions for...
2012-02-03 Rich Felkerimprove gcc wrapper to support -nostdlib, -nostartfiles
2012-02-02 Rich Felkermake stdio open, read, and write operations cancellatio...
next