Add benchmark inputs for cos and tan
[platform/upstream/glibc.git] / ChangeLog
2013-04-17 Siddhesh PoyarekarAdd benchmark inputs for cos and tan
2013-04-16 Roland McGrathDon't test O_RDONLY case in tst-aio7.
2013-04-16 Siddhesh PoyarekarDefine NOT_IN_libc when compiling benchmark programs
2013-04-16 Siddhesh PoyarekarAdd target bench-clean
2013-04-15 David HolsgroveAdding MicroBlaze support to elf/elf.h
2013-04-15 Thomas SchwingeFix coding-style violation.
2013-04-15 Andreas SchwabProperly check for short writes when sending the respon...
2013-04-15 Siddhesh PoyarekarWrite to bench.out-tmp only once
2013-04-15 Andreas Schwabnscd: don't fork twice
2013-04-15 Siddhesh PoyarekarFix off-by-one bug in tst-fwrite-error
2013-04-15 Siddhesh PoyarekarRebuild benchmark sources when Makefile is updated
2013-04-12 Roland McGrathBZ#15361: Make aio_fsync not check open modes.
2013-04-12 Siddhesh PoyarekarMove bench target to benchtests
2013-04-11 Carlos O'Donelllibm-test.inc: Fix tests where cos(PI/2) != 0.
2013-04-11 Andreas SchwabDon't accept exp char without preceding digits in scanf...
2013-04-11 Andreas SchwabFix invalid free of memory allocated during rtld init
2013-04-11 Siddhesh PoyarekarDon't use run-via-rtld-prefix for anything other than...
2013-04-11 Siddhesh PoyarekarRemove eval
2013-04-10 Siddhesh PoyarekarAccept leading and trailing spaces in getdate input...
2013-04-08 Roland McGrathBZ#14280: Fix Hurd ioctl macro to avoid warning.
2013-04-06 Carlos O'DonellREADME.libm-test: Use testrun.sh to run libm test.
2013-04-06 Carlos O'Donelldl_open_worker: Memset all of seen array.
2013-04-06 Marko Myllynenfi_FI: Define yesstr, nostr
2013-04-06 Carlos O'DonellNew Makefile target `regen-ulps'.
2013-04-06 Carlos O'Donelli386: Fail at configure time for i386 builds.
2013-04-06 Carlos O'DonellUpdate ChangeLog.
2013-04-05 Thomas SchwingeMore tests for external charater sequences representing...
2013-04-05 Thomas SchwingeProperly collect individual tests' results.
2013-04-05 Thomas Schwinge[BZ #14686, #15336] Fix standard compliance. Don't...
2013-04-05 Thomas Schwinge[BZ #15335, #15342] Fix standard compliance. Don't...
2013-04-05 Thomas SchwingeRemove unreachable code.
2013-04-05 Thomas SchwingeRemove unused hard-coded qNaN definition.
2013-04-03 Joseph MyersFix missing underflow from cexp (bug 14478).
2013-04-03 Andreas SchwabFix stack overflow in getaddrinfo with many results
2013-04-03 Thomas SchwingeRefer to two GCC PRs.
2013-04-03 Siddhesh PoyarekarUpdate bench.out and bench.out.old only upon completion
2013-04-03 Siddhesh PoyarekarEcho benchmark that is currently running
2013-04-03 Siddhesh PoyarekarAdd benchmark inputs for atan
2013-04-03 Siddhesh PoyarekarRemove TWO
2013-04-03 Siddhesh PoyarekarPreserve errno across _PC_CHOWN_RESTRICTED call on XFS
2013-04-02 Joseph MyersFix cacosh inaccuracy and spurious exceptions (bug...
2013-04-02 Siddhesh PoyarekarUse mantissa_t in mpexp
2013-04-02 Siddhesh PoyarekarAdd benchmark inputs for sin
2013-04-02 Siddhesh PoyarekarAdd benchmark tests for slowpow and slowexp
2013-04-02 Adhemerval ZanellaAdd missing ChangeLog from commit 60c414c346a1d5ef0510f...
2013-04-02 Thomas SchwingeNew <math.h> macro named issignaling to check for a...
2013-03-30 David S. MillerUpdate German translations.
2013-03-30 Joseph MyersFix casinh inaccuracy for imaginary part < 1.0, real...
2013-03-29 Siddhesh PoyarekarRemove usage of ONE macro
2013-03-29 Siddhesh PoyarekarRemove ONE and MONE
2013-03-29 Siddhesh PoyarekarFormat s_tan.c
2013-03-29 Siddhesh PoyarekarRemove ZERO and MZERO macros
2013-03-29 Siddhesh PoyarekarFormat s_atan.c
2013-03-29 Siddhesh PoyarekarFormat e_log.c
2013-03-28 Roland McGrathAvoid unconditional __call_tls_dtors calls in static...
2013-03-28 Roland McGrathUse __ehdr_start, if available, as fallback for AT_PHDR.
2013-03-28 Roland McGrathMake _dl_phdr pointer to const.
2013-03-28 Roland McGrathConsolidate declarations of _dl_phdr, _dl_phnum.
2013-03-28 Roland McGrathNever call syslog in __libc_message.
2013-03-28 Alan ModraPowerPC: .eh_frame info in crt1.o isn't useful and...
2013-03-28 Adhemerval ZanellaFix e_logl (128ibm) spurious underflow
2013-03-28 Siddhesh PoyarekarDon't add input group during initgroups_dyn in hesiod
2013-03-28 Siddhesh PoyarekarFormat and clean up s_atan2.c
2013-03-27 Joseph MyersFix casinh inaccuracy near i, imaginary part > 1 (bug...
2013-03-26 Siddhesh PoyarekarUse integral constants
2013-03-26 Siddhesh PoyarekarRemoved commented code
2013-03-26 Siddhesh PoyarekarMake mantissa type of mp_no configurable
2013-03-26 Adhemerval ZanellaPowerPC: fix libm ABI issue for llroundl
2013-03-24 Mark H WeaverFix docs for scalbn* and scalbl* functions
2013-03-22 Adhemerval ZanellaBZ#13889: expl (709.75) wrongly overflows for ldbl...
2013-03-22 Dmitry V. LevinBZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards
2013-03-21 Adhemerval ZanellaPowerPC: fix sqrtl ABI issue
2013-03-21 Thomas Schwingelibm-test: Properly wrap blocks consisting of several...
2013-03-21 Thomas SchwingeOn 32-bit x86, disable certain tests involving sNaN...
2013-03-21 Joseph MyersFix Bessel function spurious overflows for ldbl-128...
2013-03-21 Siddhesh PoyarekarAllow adding of arbitrary code to benchmark tests
2013-03-21 Joseph MyersFix casinh inaccuracy for argument with imaginary part...
2013-03-21 Siddhesh PoyarekarReplace 8388608.0 with HALFRAD in mp code
2013-03-20 Joseph MyersMove system-specific settings out of toplevel configure...
2013-03-20 Roland McGrathBZ#14812: Add missing N_ markers in localedef.
2013-03-20 Roland McGrathChangeLog format fix.
2013-03-20 Marcus ShawcroftCorrect missed use of $(rtlddir).
2013-03-20 Ondrej BilkaDo not warn about mblen, mbtowc and wctomb unused result.
2013-03-20 Roland McGrathConsolidate Linux and POSIX libc_fatal code.
2013-03-19 Joseph MyersFix types of constants in k_casinh*.c.
2013-03-19 Roland McGrathAdjust ChangeLog to give Benno Schulenberg his own...
2013-03-19 Andreas Schwabs390x: Move rtld link to /lib
2013-03-19 Andreas SchwabAdd support for rtld directory different from slib...
2013-03-19 Siddhesh PoyarekarRename nptl.texi to threads.texi
2013-03-18 Roland McGrathBZ#14812: Add missing translation marker on some argp...
2013-03-18 Ondrej BilkaAdd changelog entry.
2013-03-17 Carlos O'Donellmanual: Sort mallopt M_* parameters alphabetically
2013-03-17 David S. MillerUpdate Sparc ULPs.
2013-03-16 Joseph MyersFix y1l spurious overflows for ldbl-96 (bug 15283).
2013-03-16 Joseph MyersFix spurious underflow exceptions for Bessel functions...
2013-03-16 Thomas SchwingeMove "-sNaN" value into a separate variable.
2013-03-15 Roland McGrathClean up _dl_pagesize initialization.
2013-03-15 Roland McGrathMove _dl_non_dynamic_init, _dl_aux_init declarations.
2013-03-15 Thomas Schwinge * math/libm-test.inc (ldexp_test): Add missing START...
2013-03-15 Thomas SchwingePromote a math test for sNaN handling to the top-level.
next