]> git.ipfire.org Git - thirdparty/glibc.git/history - include
[AArch64] Add more cfi annotations to tlsdesc entry points
[thirdparty/glibc.git] / include /
2017-06-21  Zack WeinbergUse locale_t, not __locale_t, throughout glibc
2017-06-21  Zack WeinbergRename xlocale.h to bits/types/__locale_t.h.
2017-06-20  Zack WeinbergRemove bits/string.h.
2017-06-19  Florian Weimerresolv: Make __res_vinit hidden
2017-06-19  Joseph MyersDefine struct rusage in sys/wait.h when required (bug...
2017-06-14  Zack WeinbergRemove __need macros from errno.h (__need_Emath, __need...
2017-06-14  Zack WeinbergRemove __need_IOV_MAX and __need_FOPEN_MAX.
2017-06-12  Zack WeinbergRemove __need_schedparam and __cpu_set_t_defined.
2017-06-12  Gabriel F. T. GomesAllow macros prefixed with FLT128 in include/float.h
2017-06-12  Paul E. Murphyfloat128: Add strtof128, wcstof128, and related functions.
2017-06-12  Wilco Dijkstra2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>
2017-06-09  Tulio Magno Quites... Add a way to bypass the PLT when calling getauxval
2017-06-09  Zack WeinbergRemove bare use of __attribute__ in include/errno.h.
2017-06-08  Zack WeinbergRemove __need macros from stdio.h and wchar.h.
2017-06-07  Gabriel F. T. Gomesfloat128: Add conversion from float128 to mpn
2017-06-07  Joseph MyersFix include paths in include/bits/types/*.h.
2017-06-06  Stefan LieblerOptimize generic spinlock code and use C11 like atomic...
2017-06-05  H.J. Lux86-64: Optimize wmemset with SSE2/AVX2/AVX512
2017-06-05  Joseph MyersFix struct sigaltstack namespace (bug 21517).
2017-05-31  Adhemerval Zanellaposix: Implement preadv2 and pwritev2
2017-05-30  Dennis WölfingAdd reallocarray function
2017-05-20  Zack WeinbergRemove __need macros from signal.h.
2017-05-20  Zack WeinbergRemove __need_list_t and __need_res_state.
2017-05-19  Joseph MyersSplit up bits/sigstack.h.
2017-05-15  Paul E. Murphyfloat128: Add private _Float128 declarations for libm.
2017-05-11  Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-11  Zack WeinbergRemove _IO_MTSAFE_IO from public headers.
2017-05-11  Adhemerval ZanellaConsolidate Linux write syscall
2017-05-11  Adhemerval ZanellaConsolidate Linux read syscall
2017-05-09  Paul E. MurphyAdd support for testing __STDC_WANT_IEC_60559_TYPES_EXT__
2017-05-04  Joseph MyersFix network headers stdint.h namespace (bug 21455).
2017-05-02  Adhemerval Zanellaposix: Fix internal p{read,write} plt usage
2017-04-25  Joseph MyersFix sys/socket.h namespace issues from sys/uio.h inclus...
2017-04-18  Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-04-18  Florian WeimerAssume that dup3 is available
2017-04-18  Florian WeimerAssume that pipe2 is always available
2017-04-13  Florian Weimerresolv: Reduce EDNS payload size to 1200 bytes [BZ...
2017-04-07  Zack Weinberggetopt: eliminate __need_getopt by splitting up getopt.h.
2017-04-07  Zack Weinberggetopt: merge _GL_UNUSED annotations from gnulib
2017-04-07  Zack Weinberggetopt: clean up error reporting
2017-04-07  Zack Weinberggetopt: remove USE_NONOPTION_FLAGS
2017-04-04  Florian Weimernss_dns: Replace local declarations with declarations...
2017-03-21  Thorsten KukukMerge branch 'master' of ssh://sourceware.org/git/glibc
2017-03-21  Thorsten KukukDeprecate libnsl by default (only shared library will be
2017-03-15  Gabriel F. T. GomesSplit helper classification macros from mathcalls.h
2017-03-13  Wilco Dijkstra Remove the str(n)dup inlines from string/bits/string2...
2017-03-07  Florian Weimertimezone: Remove TZNAME_MAX limit from sysconf [BZ...
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-25  Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-02-25  Zack WeinbergClean up conditionals for declaration of gets.
2017-02-21  Mike FABIANBug 20313: Update to Unicode 9.0.0
2017-02-16  Zack WeinbergClean up redundancies between string.h and strings.h.
2017-02-16  Zack WeinbergMove bits/types.h into posix/bits.
2017-02-15  Wilco DijkstraThe internal header include/string.h does not work...
2017-02-06  Wilco DijkstraAs a minor cleanup remove the (r)index defines from...
2017-02-05  Siddhesh PoyarekarUpdate for 2.25 release glibc-2.25
2017-01-05  Adhemerval ZanellaUse fortify macros for b{zero,copy} along decl from...
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Florian WeimerCVE-2015-5180: resolv: Fix crash with internal QTYPE...
2016-12-30  Florian Weimerresolv: Turn historic name lookup functions into compat...
2016-12-27  Florian Weimersunrpc: Always obtain AF_INET addresses from NSS [BZ...
2016-12-26  Nick AlcockDo not stack-protect ifunc resolvers [BZ #7065]
2016-12-21  Joseph MyersAdd roundeven, roundevenf, roundevenl.
2016-12-16  Zack WeinbergNew string function explicit_bzero (from OpenBSD).
2016-12-08  Zack WeinbergMake _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_S...
2016-12-05  Torvald RiegelUse C11-like atomics instead of plain memory accesses...
2016-11-18  Adhemerval ZanellaFix hurd __access_noerrno implementation.
2016-11-16  Joseph MyersFix crypt snprintf namespace (bug 20829).
2016-11-16  Adhemerval ZanellaNew internal function __access_noerrno
2016-10-30  Carlos O'DonellBug 20729: Fix building with -Os.
2016-10-29  Carlos O'DonellAdd include/crypt.h.
2016-10-26  Carlos O'DonellFix atomic_fetch_xor_release.
2016-10-07  Stefan Liebleri386, x86: Use libc_ifunc macro for time, gettimeofday.
2016-10-07  Stefan LieblerUse gcc attribute ifunc in libc_ifunc macro instead...
2016-10-04  Joseph MyersFix LONG_WIDTH, ULONG_WIDTH include ordering issue.
2016-09-23  Zack WeinbergInstalled header hygiene (BZ#20366): Test of installed...
2016-09-23  Zack WeinbergInstalled-header hygiene (BZ#20366): time.h types.
2016-09-23  Zack WeinbergInstalled-header hygiene (BZ#20366): conditionally...
2016-09-23  Zack WeinbergInstalled-header hygiene (BZ#20366): obsolete BSD u_...
2016-09-21  Florian Weimerresolv: Remove unsupported hook functions from the...
2016-09-19  Joseph MyersAdd <limits.h> integer width macros.
2016-08-26  Florian Weimermalloc: Simplify static malloc interposition [BZ #20432]
2016-08-09  Torvald RiegelAdd atomic operations required by the new condition...
2016-08-05  Torvald RiegelAdd atomic_exchange_relaxed.
2016-08-03  Joseph MyersSupport __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test...
2016-08-03  Zack WeinbergMinimize sysdeps code involved in defining major/minor...
2016-08-03  Zack WeinbergAdd utility macros for clang detection, and deprecation...
2016-08-03  Joseph MyersSupport __STDC_WANT_IEC_60559_BFP_EXT__ feature test...
2016-08-02  Joseph MyersSupport __STDC_WANT_LIB_EXT2__ feature test macro.
2016-08-02  Florian WeimerAdd support for referencing specific symbol versions
2016-08-02  Carlos O'DonellUpdate for glibc 2.24 release. glibc-2.24
2016-06-24  Torvald RiegelRemove atomic_compare_and_exchange_bool_rel.
2016-06-20  Florian WeimerRevert __malloc_initialize_hook symbol poisoning
2016-06-10  Florian Weimermalloc: Remove __malloc_initialize_hook from the API...
2016-06-04  Andreas SchwabUse __typeof instead of typeof
2016-06-04  Carlos O'DonellFix include/wchar.h for C++
2016-04-30  Stephen GallagherNSS: Implement group merging support.
2016-04-14  Florian WeimerRemove union wait [BZ #19613]
2016-04-08  Joseph MyersFix limits.h NL_NMAX namespace (bug 19929).
2016-04-04  Florian Weimerstrfmon_l: Use specified locale for number formatting...
next