about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar2013-05-211-2/+10
* Faster memset on x64Ondrej Bilka2013-05-201-1315/+90
* Faster memcpy on x64.Ondrej Bilka2013-05-204-8/+185
* Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers2013-05-195-0/+13
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-196-44/+44
* Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers2013-05-171-0/+1
* PowerPC: fix hypot/hypotf check for -INFAdhemerval Zanella2013-05-172-6/+6
* MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2013-05-162-0/+2
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-1631-5/+33
* Use movq for 64-bit operationsPeter Collingbourne2013-05-151-2/+4
* Use x constraints for operands to vfmaddss and vfmaddsdPeter Collingbourne2013-05-152-2/+2
* Update s390/bits/siginfo.hEdjunior Machado2013-05-151-3/+7
* Update Sparc ULPs.David S. Miller2013-05-141-6/+853
* Make _LIB_VERSION a weak symbolSiddhesh Poyarekar2013-05-131-4/+5
* Convert TEST_ff_f tests from code to data.Joseph Myers2013-05-121-0/+4
* Add getgid.c for SHChristian Grönke2013-05-101-0/+1
* Hurd: add ST_NOATIMEPino Toscano2013-05-101-1/+3
* Fix integer overflow in sysdeps/unix/sysv/linux/bits/sched.hAndreas Jaeger2013-05-101-3/+3
* Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359).Joseph Myers2013-05-091-5/+5
* Fix ldbl-128 cos range reduction near pi/2 (bug 15429).Joseph Myers2013-05-091-5/+5
* Update powerpc libm-test ULPsAdhemerval Zanella2013-05-081-6/+440
* Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2013-05-0815-44/+2307
* Declare _dl_skip_args in ldsodefs.h header.Roland McGrath2013-05-071-0/+10
* Fix glob64 broken by cleanup.Roland McGrath2013-05-061-0/+2
* Move dummy glob64.c alongside glob.c that defines glob64.Roland McGrath2013-05-061-0/+0
* Flesh out stub not-cancel.h file.Roland McGrath2013-05-061-0/+8
* Clean up POSIX.1 implementation of truncate.Roland McGrath2013-05-061-7/+10
* PowerPC: fix hypot/hypof FP exceptionsAdhemerval Zanella2013-05-062-16/+14
* Split _dl_writev out from _dl_debug_vdprintf.Roland McGrath2013-05-061-0/+38
* Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath2013-05-038-109/+4
* PowerPC: Add time vDSO supportAdhemerval Zanella2013-05-034-3/+70
* Sync with Linux 3.9Andreas Jaeger2013-05-032-1/+4
* Update powerpc libm-test ULPsAdhemerval Zanella2013-05-031-0/+96
* Update Sparc ULPs.David S. Miller2013-05-021-24/+4125
* Add missing #include in sysdeps/posix/opendir.c.Roland McGrath2013-05-011-0/+1
* Fix catan, catanh spurious underflows (bug 15423).Joseph Myers2013-05-012-0/+376
* Update powerpc libm-test ULPsAdhemerval Zanella2013-04-301-2/+414
* Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416).Joseph Myers2013-04-302-2/+524
* Format s_sin.cSiddhesh Poyarekar2013-04-301-904/+1212
* Update powerpc libm-test ULPsAdhemerval Zanella2013-04-291-27/+3318
* Fix catan, catanh spurious overflows (bug 15409).Joseph Myers2013-04-272-0/+132
* Update i386 libm-test ULPsAllan McRae2013-04-271-0/+80
* PowerPC: modf optimization fixAdhemerval Zanella2013-04-264-0/+4
* Update x86_64 ULPsMarkus Trippelsdorf2013-04-261-0/+244
* Move x86_64-specific audit tests to sysdeps/x86_64/.Joseph Myers2013-04-2517-0/+1515
* Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSPaul Pluzhnikov2013-04-252-20/+0
* Fix catan, catanh inaccuracy through use of log (bug 15394).Joseph Myers2013-04-242-0/+4
* Fix name space use in last commit.Roland McGrath2013-04-231-1/+1
* Add generic POSIX implementation of C11 timespec_get.Roland McGrath2013-04-231-0/+38
* PowerPC: modf optimizationAdhemerval Zanella2013-04-234-0/+108