math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src /
2012-12-16 Szabolcs Nagymath: use 0x1p-120f and 0x1p120f for tiny and huge...
2012-12-16 Szabolcs Nagymath: tgammal.c fixes
2012-12-16 Szabolcs Nagymath: tanh.c cleanup similar to sinh, cosh
2012-12-16 Szabolcs Nagymath: sinh.c cleanup similar to the cosh one
2012-12-16 Szabolcs Nagymath: finished cosh.c cleanup
2012-12-16 Szabolcs Nagymath: x86_64 version of expl, fixed some comments in...
2012-12-16 Szabolcs Nagymath: move x86_64 exp2l implementation to exp2l.s from...
2012-12-16 Rich Felkerfix breakage in ldd (failure to print library load...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-14 Szabolcs Nagymath: fix i386/expl.s with more precise x*log2e
2012-12-12 Szabolcs Nagymath: add a non-dummy tgamma implementation
2012-12-12 Szabolcs Nagymath: cosh cleanup
2012-12-12 Szabolcs Nagymath: fix comment in __rem_pio2f.c
2012-12-11 Szabolcs Nagymath: add empty __invtrigl.s to i386 and x86_64
2012-12-11 Szabolcs Nagymath: clean up inverse trigonometric functions
2012-12-11 Szabolcs Nagymath: rewrite inverse hyperbolic functions to be simple...
2012-12-11 Szabolcs Nagymake CMPLX macros available in complex.h in non-c11...
2012-12-11 Rich Felkerfix double errno-decoding in the old-kernel fallback...
2012-12-10 Rich Felkerdocument self-synchronized destruction issue for stdio...
2012-12-08 Rich Felkerpage-align initial brk value used by malloc in shared...
2012-12-07 Rich Felkerremove __arch_prctl alias for arch_prctl
2012-12-07 Rich Felkermove new linux syscall wrapper functions to proper...
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-12-07 Rich Felkerfix invalid read in aligned_alloc
2012-12-06 rofl0rfix sigorset/sigandset: _NSIG/8 is the size in bytes
2012-12-06 rofl0rsigandset/sigorset: do not check for NULL pointers.
2012-12-06 rofl0rfixup sigandset
2012-12-06 rofl0radd arch_prctl syscall (amd64/x32 only)
2012-12-06 rofl0radd personality syscall
2012-12-06 rofl0radd sigandset and sigorset (needed for qemu)
2012-12-06 rofl0radd obsolete futimesat()
2012-12-06 Rich Felkerremove fenv saving/loading code from setjmp/longjmp...
2012-12-05 Rich Felkerremove mips setjmp/longjmp code to save/restore fenv
2012-12-05 Rich Felkeruse alternate argument syntax for restrict with lio_listio
2012-11-30 Rich Felkerfix ordering of shared library ctors with respect to...
2012-11-27 Rich Felkerfix some restrict-qualifier mismatches in newly added...
2012-11-26 Rich Felkereliminate gdb complaints about missing linux-gate.so.1
2012-11-23 Rich Felkerfix powerpc sigsetjmp asm to match the new jmp_buf...
2012-11-23 Rich Felkerfix powerpc setjmp/longjmp to save/restore float regs...
2012-11-19 rofl0rpowerpc: handle syscall error in clone.
2012-11-19 Rich Felkerfix powerpc asm not to store data in volatile space...
2012-11-19 Rich Felkeradd port io functions to sys/io.h
2012-11-18 Rich Felkerfenv support for ppc, untested
2012-11-18 Rich Felkerfix feholdexcept -- it needs to clear exceptions after...
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 Szabolcs Nagymath: use float constants in exp10f.c
2012-11-18 Szabolcs Nagymath: expl.c cleanup
2012-11-18 Szabolcs Nagymath: expf.c cleanup
2012-11-18 Rich Felkerfix typo in dynamic linker path file loading code
2012-11-17 Rich Felkeradd stub versions of some missing optional pthread...
2012-11-17 Szabolcs Nagymath: cleanup exp2.c exp2f.c and exp2l.c
2012-11-17 Rich Felkerarg-skipping code for powerpc dynamic linker
2012-11-17 Szabolcs Nagymath: exp.c clean up
2012-11-17 Rich Felkerdynamic linking support for powerpc
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich Felkerfix indention with spaces in powerpc asm
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-14 Szabolcs Nagyfenv: return FE_TONEAREST in dummy fegetround
2012-11-14 Szabolcs Nagymath: ld80 invtrig cleanups
2012-11-13 Szabolcs Nagymath: simplify hypot and hypotf using scalbn
2012-11-13 Szabolcs Nagymath: turn off the STRICT_ASSIGN workaround by default
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.
2012-11-13 Richard Penningtonimport preliminary ppc work by rdp.
2012-11-13 Szabolcs Nagymath: use '#pragma STDC FENV_ACCESS ON' when fenv is...
2012-11-13 Szabolcs Nagymath: excess precision fix modf, modff, scalbn, scalbnf
2012-11-13 Szabolcs Nagymath: fix scalbn and scalbnf on overflow/underflow
2012-11-13 Szabolcs Nagymath: fix nextafter and nexttoward on maxdbl and maxflt...
2012-11-13 Szabolcs Nagycomplex: add C11 CMPLX macros and replace cpack with...
2012-11-12 Szabolcs Nagymath: raise flags in logl.c on <= 0 arguments
2012-11-12 Szabolcs Nagymath: fix logb*.c exceptions now that ilogb raises...
2012-11-12 Szabolcs Nagymath: raise flags in log2l.c on <= 0 arguments, and...
2012-11-12 Szabolcs Nagymath: raise exception flags in log1pl.c on <= -1 arguments
2012-11-12 Szabolcs Nagymath: raise invalid flag in ilogb*.c on +-0, +-inf...
2012-11-12 Szabolcs Nagymath: fix exception behaviour of expm1l.c on inf and nan
2012-11-12 Szabolcs Nagymath: fix long double constants in exp10l.c
2012-11-11 Rich Felkerdebloat src/thread tree but putting lots of junk in...
2012-11-11 Rich Felkerreport support of TPS option in unistd.h and sysconf
2012-11-11 Rich Felkeradd support for thread scheduling (POSIX TPS option)
2012-11-11 Rich Felkerfix clobber of edx in i386 vsyscall asm
2012-11-09 Rich Felkeralways add memory streams to stdio open file list
2012-11-09 Rich Felkersupport ldso path files without final newline
2012-11-09 Rich Felkerchange ldso path file logic to replace rather than...
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-11-08 Rich Felkerclean up stdio_impl.h
2012-11-08 Rich Felkerfix dlsym asm for mips
2012-11-05 Rich Felkerimprove SOCK_NONBLOCK/SOCK_CLOEXEC fallback code
2012-11-04 Rich Felkermips cache flush/ctl syscall support and header
2012-11-02 Rich Felkerremove one unnecessary static var from dynamic linker
2012-11-02 Rich Felkerfix more unused variable warnings
2012-11-02 Rich Felkerfix unused variable warnings
2012-11-01 Rich Felkeradd dl_iterate_phdr interface
2012-10-29 Rich Felkersystem is a cancellation point
2012-10-28 Rich Felkerfix shmdt syscall calling convention on old archs
2012-10-27 Rich Felkerseparate getc/putc from fgetc/fputc
2012-10-25 Rich Felkeruse explicit visibility to optimize a few hot-path...
2012-10-25 Rich Felkercorrect locking in stdio functions that tried to be...
2012-10-25 Rich Felkergreatly improve freopen behavior
2012-10-25 Rich Felkerremove useless failure-check from freopen (can't happen)
2012-10-22 Rich Felkersimplify logic in stpcpy; avoid copying first aligned...
2012-10-21 Rich Felkeras an extension, have putenv("VAR") behave as unsetenv...
next