aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-17Use __f128 to define FLT128_* constants in include/float.h for old GCC.Joseph Myers1-4/+8
2017-10-16shlib-compat: Update documentation of the compat_symbol_reference macroCarlos O'Donell1-2/+6
2017-10-09Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely1-6/+11
2017-10-04Don't use hidden visibility in libc.a with PIE on i386H.J. Lu1-0/+1
2017-10-03Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDENSamuel Thibault10-11/+11
2017-10-01Hide internal __glob64 function [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide internal __init_misc function [BZ #18822]H.J. Lu1-1/+1
2017-10-01Hide internal __setfpucw function [BZ #18822]H.J. Lu1-1/+1
2017-10-01Hide internal __tcgetattr function [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide internal __setrlimit function [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide internal __vstrfmon_l function [BZ #18822]H.J. Lu1-1/+2