musl/src/internal
Rich Felker b69f695ace first commit of the new libm!
thanks to the hard work of Szabolcs Nagy (nsz), identifying the best
(from correctness and license standpoint) implementations from freebsd
and openbsd and cleaning them up! musl should now fully support c99
float and long double math functions, and has near-complete complex
math support. tgmath should also work (fully on gcc-compatible
compilers, and mostly on any c99 compiler).

based largely on commit 0376d44a890fea261506f1fc63833e7a686dca19 from
nsz's libm git repo, with some additions (dummy versions of a few
missing long double complex functions, etc.) by me.

various cleanups still need to be made, including re-adding (if
they're correct) some asm functions that were dropped.
2012-03-13 01:17:53 -04:00
..
arm initial commit of the arm port 2011-09-18 16:44:54 -04:00
i386 restore use of .type in asm, but use modern @function (vs %function) 2011-06-14 23:15:08 -04:00
x86_64 restore use of .type in asm, but use modern @function (vs %function) 2011-06-14 23:15:08 -04:00
futex.h unify and overhaul timed futex waits 2011-08-02 21:11:36 -04:00
intparse.c fix obscure bug in strtoull reading the highest 16 possible values 2012-03-02 12:48:17 -05:00
intparse.h new restartable integer parsing framework. 2011-07-14 00:51:45 -04:00
libc.c new attempt at working around the gcc 3 visibility bug 2012-02-24 20:07:21 -05:00
libc.h new attempt at working around the gcc 3 visibility bug 2012-02-24 20:07:21 -05:00
libm.h first commit of the new libm! 2012-03-13 01:17:53 -04:00
locale_impl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
longdbl.h first commit of the new libm! 2012-03-13 01:17:53 -04:00
pthread_impl.h synchronize cond var destruction with exiting waits 2011-10-02 22:58:28 -04:00
stdio_impl.h add proper fuxed-based locking for stdio 2011-07-30 08:02:14 -04:00
syscall.c overhaul syscall interface 2011-03-19 18:51:42 -04:00
syscall.h workaround for preprocessor bug in pcc 2011-05-01 22:16:04 -04:00
syscall_ret.c cleanup various minor issues reported by nsz 2011-09-26 00:59:28 -04:00