summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-04-19hurd: Fix mach installed headers testSamuel Thibault
2018-04-18hurd: Fix spurious installation of headers defining hidden prototypesSamuel Thibault
2018-04-05Revert "hurd: Avoid PLTs for longjmp & siglongjmp"Samuel Thibault
2018-04-05hurd: Avoid PLT for dirfdSamuel Thibault
2018-04-04hurd: Avoid PLTs for longjmp & siglongjmpSamuel Thibault
2018-04-03Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault
2018-04-03hurd: Avoid more libc.so local PLTsSamuel Thibault
2018-03-25hurd: Fix accessing errno from rtldSamuel Thibault
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra
2018-03-10Remove hidden __libc_longjmpH.J. Lu
2018-03-05Define _DIRENT_MATCHES_DIRENT64 regardlessAdhemerval Zanella
2018-02-28Use libc_hidden_* for strtoumax (bug 15105).Joseph Myers
2018-02-26Use libc_hidden_* for atoi (bug 15105).Joseph Myers
2018-02-23Use libc_hidden_* for tolower, toupper (bug 15105).Joseph Myers
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-21Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers
2018-02-21Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-21manual: Update _DEFAULT_SOURCE. [BZ #22862]Rical Jasan
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer
2018-02-19Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-15Use libc_hidden_* for argz_next, __argz_next (bug 15105).Joseph Myers
2018-02-15Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers
2018-02-15Use libc_hidden_* for fputs (bug 15105).Joseph Myers
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg
2018-02-07Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg
2018-02-07Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-01Move fenv.h override inline functions to generic math_private.h.Joseph Myers
2018-02-01Update for 2.27 releaseDmitry V. Levin
2018-01-29libnsl: Turn remaining symbols into compat symbols [BZ #22701]Florian Weimer
2018-01-10hurd: Implement faccessat without AT_EACCESS flagSamuel Thibault
2018-01-04elf: Support dlvsym within libc.soFlorian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu
2017-11-23nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer
2017-11-22Obsolete p_secstodate.Joseph Myers
2017-11-21Remove attribute_hidden for wchar ifunc symbols.Stefan Liebler
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu
2017-11-09Add jmp_buf-macros.hH.J. Lu
2017-11-07Handle more _FloatN, _FloatNx types in include/float.h.Joseph Myers
2017-11-02<array_length.h>: New array_length and array_end macrosFlorian Weimer
2017-10-30Remove _Mlong_double_ etc. macros.Joseph Myers
2017-10-25Replace "if if " with "if " in commentsH.J. Lu
2017-10-17Use __f128 to define FLT128_* constants in include/float.h for old GCC.Joseph Myers
2017-10-16shlib-compat: Update documentation of the compat_symbol_reference macroCarlos O'Donell
2017-10-09Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely
2017-10-04Don't use hidden visibility in libc.a with PIE on i386H.J. Lu