aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers1-0/+47
2018-04-26Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]Tulio Magno Quites Machado Filho1-1/+22
2018-04-20Consolidate scandir{at}{64} implementationAdhemerval Zanella1-10/+8
2018-04-20Revert "hurd: Fix mach installed headers test"Samuel Thibault4-34/+0
2018-04-19hurd: Fix mach installed headers testSamuel Thibault4-0/+8
2018-04-18hurd: Fix spurious installation of headers defining hidden prototypesSamuel Thibault4-0/+26
2018-04-05Revert "hurd: Avoid PLTs for longjmp & siglongjmp"Samuel Thibault1-2/+0
2018-04-05hurd: Avoid PLT for dirfdSamuel Thibault1-0/+1
2018-04-04hurd: Avoid PLTs for longjmp & siglongjmpSamuel Thibault1-0/+2
2018-04-03Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault1-3/+0
2018-04-03hurd: Avoid more libc.so local PLTsSamuel Thibault1-0/+3
2018-03-25hurd: Fix accessing errno from rtldSamuel Thibault1-1/+1
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra1-0/+15
2018-03-10Remove hidden __libc_longjmpH.J. Lu1-1/+0
2018-03-05Define _DIRENT_MATCHES_DIRENT64 regardlessAdhemerval Zanella1-1/+1
2018-02-28Use libc_hidden_* for strtoumax (bug 15105).Joseph Myers1-0/+6
2018-02-26Use libc_hidden_* for atoi (bug 15105).Joseph Myers1-0/+2
2018-02-23Use libc_hidden_* for tolower, toupper (bug 15105).Joseph Myers1-0/+3
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-8/+8
2018-02-21Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers1-0/+9
2018-02-21Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-1/+8
2018-02-21manual: Update _DEFAULT_SOURCE. [BZ #22862]Rical Jasan1-1/+1
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer1-31/+0
2018-02-19Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-0/+8
2018-02-15Use libc_hidden_* for argz_next, __argz_next (bug 15105).Joseph Myers1-0/+2
2018-02-15Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers1-0/+2
2018-02-15Use libc_hidden_* for fputs (bug 15105).Joseph Myers1-0/+4
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-0/+10
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers1-0/+1
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg1-14/+14
2018-02-07Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg2-46/+1
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg5-0/+9
2018-02-07Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-0/+51
2018-02-01Move fenv.h override inline functions to generic math_private.h.Joseph Myers1-0/+15
2018-02-01Update for 2.27 releaseglibc-2.27Dmitry V. Levin1-1/+1
2018-01-29libnsl: Turn remaining symbols into compat symbols [BZ #22701]Florian Weimer3-0/+9
2018-01-10hurd: Implement faccessat without AT_EACCESS flagSamuel Thibault1-0/+3
2018-01-04elf: Support dlvsym within libc.soFlorian Weimer1-0/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers28-28/+28
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg1-1/+1
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu1-2/+14
2017-11-23nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer1-3/+11
2017-11-22Obsolete p_secstodate.Joseph Myers1-1/+0
2017-11-21Remove attribute_hidden for wchar ifunc symbols.Stefan Liebler1-7/+5
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu1-0/+2
2017-11-09Add jmp_buf-macros.hH.J. Lu1-0/+34
2017-11-07Handle more _FloatN, _FloatNx types in include/float.h.Joseph Myers1-16/+92
2017-11-02<array_length.h>: New array_length and array_end macrosFlorian Weimer1-0/+36
2017-10-30Remove _Mlong_double_ etc. macros.Joseph Myers1-1/+0
2017-10-25Replace "if if " with "if " in commentsH.J. Lu1-2/+2