]> git.ipfire.org Git - thirdparty/glibc.git/history - ChangeLog
Fix soft-fp build warning on sparc about strict aliasing.
[thirdparty/glibc.git] / ChangeLog
2014-12-19  David S. MillerFix soft-fp build warning on sparc about strict aliasing.
2014-12-19  David S. MillerFix array bounds warnings in elf_get_dyanmic_info(...
2014-12-19  Chris Metcalficonvdata/tst-loading: bump up timeout to 10s
2014-12-19  Chris Metcalfmath: increase timeout for math/atest-*.c
2014-12-19  H.J. LuReplace -Wno-error with -fno-builtin-lround
2014-12-19  Torvald Riegeli386: Move futex functions from lowlevellock.h to lowle...
2014-12-19  Torvald RiegelUse generic lowlevellock-futex.h in x86_64 lowlevellock.h.
2014-12-19  Torvald Riegelsh: Remove custom lowlevellock, barrier, condvar, and...
2014-12-19  H.J. LuCompile s_llround.c with -Wno-error for x32 build
2014-12-19  H.J. LuReplace 1L with (mp_limb_t) 1
2014-12-17  Roland McGrathNPTL: Move fork state variables to initializer files.
2014-12-17  Roland McGrathNPTL: Remove gratuitous Linuxisms from gai_misc.h.
2014-12-17  Roland McGrathFix stub __if_freenameindex build error.
2014-12-17  Roland McGrathRemove explicit inline on malloc perturb functions.
2014-12-17  Joseph MyersFix profil_counter namespace (bug 17725).
2014-12-17  Joseph MyersFix resolver inet_* namespace (bug 17722).
2014-12-17  Steve Ellcey2014-12-17 Steve Ellcey <sellcey@imgtec.com>
2014-12-17  Stefan LieblerGet rid of format warning in bug-vfprintf-nargs.c.
2014-12-17  Stefan LieblerGet rid of format warning in tst-widetext.c.
2014-12-17  Andreas SchwabFix printf format error
2014-12-16  Roland McGrathUse PTR_MANGLE on libgcc unwinder function pointers.
2014-12-16  Roland McGrathRevert "Use pragmas rather than makefiles for necessary...
2014-12-16  Roland McGrathUse pragmas rather than makefiles for necessary options...
2014-12-16  Joseph MyersFix x86_64 memrchr namespace (bug 17719).
2014-12-16  Joseph MyersFix resolver if_* namespace (bug 17717).
2014-12-16  Joseph MyersRemove some semaphore.h linknamespace XFAILs.
2014-12-16  Siddhesh PoyarekarFix the 'array subscript is above array bounds' warning...
2014-12-16  Siddhesh PoyarekarFix 'array subscript is above array bounds' warning...
2014-12-16  Arjun ShankarModify libio/tst-fopenloc.c to use test-skeleton.c
2014-12-16  Arjun ShankarModify stdlib/tst-bsearch.c to use test-skeleton.c
2014-12-16  Arjun ShankarModify stdio-common/tst-fseek.c to use test-skeleton.c
2014-12-16  Torvald RiegelIgnore warning in string/tester.c.
2014-12-16  Torvald RiegelFix warning in misc/tst-mntent2.c.
2014-12-16  Torvald RiegelFix warning in elf/tst-unique4lib.cc.
2014-12-16  Florian WeimerAvoid infinite loop in nss_dns getnetbyname [BZ #17630]
2014-12-16  Allan McRaestdio-common/Makefile: readd bug26 testcase
2014-12-15  Ondřej BílkaReturn allocated array instead of unallocated.
2014-12-15  Torvald RiegelAdd comments for the generic lowlevellock implementation.
2014-12-15  Torvald RiegelFix nptl/tst-sem4: always start with a fresh semaphore.
2014-12-15  Torvald RiegelFix nptl/tst-mutex5.c: Do not skip tests if elision...
2014-12-15  Adhemerval Zanellastdio-common: Include <libc-internal.h> in some tests
2014-12-15  Torvald RiegelRemove custom pthread_once implementation on s390.
2014-12-15  Jeff LawCVE-2012-3406: Stack overflow in vfprintf [BZ #16617]
2014-12-15  Will NewtonBump required version of texinfo to 4.7
2014-12-12  Roland McGrathNPTL: Refactor named semaphore code to use shm-directory.h
2014-12-12  Roland McGrathNPTL: Add stubs for Linux-only extension functions.
2014-12-12  Roland McGrathFix NPTL build for !__ASSUME_SET_ROBUST_LIST case.
2014-12-12  Stefan Lieblerresolv: Suppress maybe uninitialized warning
2014-12-12  Stefan LieblerGet rid of warning comparision will always evaluate...
2014-12-12  James LemkeFix for test "malloc_usable_size: expected 7 but got 11"
2014-12-12  Roland McGrathRefactor shm_{open,unlink} code to separate Linux-speci...
2014-12-11  Kaz Kojima* Fix SH specific compiler warnings which are for integ...
2014-12-11  Joseph MyersMove semaphore.h to sysdeps/pthread/.
2014-12-11  Roland McGrathSuppress -Wformat-security in tst-error1.c.
2014-12-11  Roland McGrathEliminate -Wno-format from printf/scanf tests.
2014-12-11  Joseph MyersAdd more headers to include/ for conform tests.
2014-12-11  Joseph MyersClean up localedata tests printf formats, don't use...
2014-12-11  Roland McGrathFix -Wformat-security warnings in posix/regexbug1.c
2014-12-11  Chris Metcalftile: add inhibit_loop_to_libcall to string functions
2014-12-11  Adhemerval ZanellaFix __sendmmsg prototype guards
2014-12-11  Steve Ellcey * sysdeps/mips/dl-trampoline.c: Modify switch expressi...
2014-12-11  Steve Ellcey2014-12-11 Steve Ellcey <sellcey@imgtec.com>
2014-12-11  Stefan LieblerGet rid of warning inlining failed in call to maybe_swa...
2014-12-11  Stefan LieblerS/390: Get rid of assembler warning value truncated.
2014-12-11  Andreas SchwabConstify string parameters
2014-12-11  Adhemerval Zanellapowerpc: Fix lgammal_r overflow warnings
2014-12-11  Andreas SchwabProperly handle forced elision in pthread_mutex_trylock...
2014-12-11  Andreas SchwabRemove duplication from gconv-modules
2014-12-11  Will Newtonintl: Merge with gettext version 0.19.3
2014-12-10  Steve Ellcey2014-12-10 Steve Ellcey <sellcey@imgtec.com>
2014-12-10  Joseph MyersFix MIPS waitid build.
2014-12-10  Joseph MyersFix MIPS sigaction build.
2014-12-10  Ondřej BílkaFix typo in changelog.
2014-12-10  Joseph MyersFix strftime wcschr namespace (bug 17634).
2014-12-10  Joseph MyersFix tst-ftell-active-handler.c warning.
2014-12-10  Anders Kaseorgmanual: Remove incorrect claim that qsort() can be...
2014-12-10  Andreas SchwabDon't touch user-controlled stdio locks in forked child...
2014-12-10  Richard Earnshaw[AArch64] Fix strchrnul clobbering v15
2014-12-10  Joseph MyersUse -Werror by default, add --disable-werror.
2014-12-10  Joseph MyersDisable -Wdeprecated-declarations for register_printf_f...
2014-12-10  Joseph MyersDisable -Wdiv-by-zero for some tests in stdio-common...
2014-12-10  Joseph MyersAdd macros for diagnostic control, use for scanf %a...
2014-12-09  Torvald RiegelRemove custom pthread_once implementation on sh.
2014-12-08  Adhemerval Zanellalibio: Fix variable aligment in tst-ftell-active-handler
2014-12-06  Joseph MyersFix pthreads getrlimit, gettimeofday namespace (bug...
2014-12-05  Adhemerval Zanellalibio: Fix buffer overrun in tst-ftell-active-handler
2014-12-04  Roland McGrathDe-warning a few stubs.
2014-12-04  Joseph MyersFix linknamespace h_errno handling.
2014-12-04  Siddhesh PoyarekarFix another typo in the ChangeLog
2014-12-04  Siddhesh PoyarekarFix date in ChangeLog
2014-12-04  Siddhesh PoyarekarFix up function definition style
2014-12-04  Siddhesh PoyarekarReset cached offset when reading to end of stream ...
2014-12-04  Siddhesh Poyarekartst-ftell-active-handler: Open file with O_TRUNC for...
2014-12-04  Siddhesh Poyarekarftell: seek to end only when there are unflushed bytes...
2014-12-03  Joseph MyersFix linknamespace getdate_err handling.
2014-12-02  Joseph MyersRemove some linknamespace test XFAILs.
2014-12-02  Joseph MyersFix getifaddrs, freeifaddrs namespace (bug 17668).
2014-12-02  Petar Jovanovicmips: Do not use jal to reach __libc_start_main
2014-12-02  Joseph MyersFix warning in nptl/tst-stack4.c.
2014-12-02  Joseph MyersFix -Waddress warnings in nptl/tst-mutex1.c.
next