aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-12-04PowerPC64: Report overflow on @h and @ha relocationsAlan Modra
2013-12-04PowerPC64: Fix incorrect CFI in *context routinesUlrich Weigand
2013-12-04Allow strptime read outputs from strftime. Fixes bug 4772.Ondřej Bílka
2013-12-04benchtests: skip over blank lines in benchmark input filesSiddhesh Poyarekar
2013-12-04Clarify documentation on how functions use timezone. Fixes bug 926.Paul Eggert
2013-12-04Update powerpc-fpu ULPs.Adhemerval Zanella
2013-12-04Refactor several debug routines.Ondřej Bílka
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers
2013-12-03Fix exp2 errno setting on underflow (bug 16283).Joseph Myers
2013-12-03Properly handle shm_open validation. Fixes bug 16274.Ondřej Bílka
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers
2013-12-03Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers
2013-12-03Add bug number to ChangeLog and NEWSAurelien Jarno
2013-12-03locale: don't crash if locale-archive contains all zerosAurelien Jarno
2013-12-03[BZ #16195] Fix build warnings from systemtap probes in non-systemtap configu...Siddhesh Poyarekar
2013-12-02Document shm_open.Ondřej Bílka
2013-12-02Add ChangeLog entry for sqrt tests.Steve Ellcey
2013-12-02Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.Pavel Simerda
2013-12-02getaddrinfo: remove dead codePavel Simerda
2013-12-02Use herrnop directlySiddhesh Poyarekar
2013-12-02Fix ChangeLog formattingSiddhesh Poyarekar
2013-12-02Update powerpc-fpu ULPs.Adhemerval Zanella
2013-11-30Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers
2013-11-29Fix exp10 errno setting on underflow (bug 6787).Joseph Myers
2013-11-29Fix x86 sqrt rounding (bug 14032).Joseph Myers
2013-11-29Test sqrt in all rounding modes.Joseph Myers
2013-11-29Start generating libm tests automatically with MPFR.Joseph Myers
2013-11-29[BZ #16214] S/390: Fix TLS GOT pointer setup.Andreas Krebbel
2013-11-28Document libm accuracy goals.Joseph Myers
2013-11-28Remove unused ldbl-96 functions (bug 15004).Joseph Myers
2013-11-28Add powerpc-nofpu/e500 support functions for atomic compound assignment and F...Joseph Myers
2013-11-28Document some libm error handling intents.Joseph Myers
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers
2013-11-28Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar
2013-11-28Make memset in calloc a tail call.Ondřej Bílka
2013-11-26Also remove benchtests/bench-strsep-ifunc.cOndřej Bílka
2013-11-26Avoid "left shift count >= width of type" warnings in soft-fp code.Uros Bizjak
2013-11-26PowerPC: Fix __fe_nomask_env missing symbolAdhemerval Zanella
2013-11-26Remove duplicate ifunc tests.Ondřej Bílka
2013-11-26Add changelog.Ondřej Bílka
2013-11-26Fix typo in _dl_tlsdesc_resolve_hold.Ondřej Bílka
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka
2013-11-25Fix typo in sys/ptrace.h.Carlos O'Donell
2013-11-25Fix powerpc-nofpu build.Joseph Myers
2013-11-25PowerPC: Set/restore rounding mode only when neededAdhemerval Zanella
2013-11-21Add missing #include for malloc/hooks.c code.Roland McGrath
2013-11-21Adjust generic swapon prototype to match Linux version.Roland McGrath
2013-11-21Use __glibc_block in public headers.Meador Inge
2013-11-21Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin
2013-11-20Revert "Fix failure in nptl/tst-cleanup when building with"Paul Pluzhnikov