aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella4-1/+9
2017-06-23Include libc-header-start.h in include/float.hGabriel F. T. Gomes1-0/+3
2017-06-22Bug 21533: Update to Unicode 10.0.0Mike FABIAN1-6/+7
2017-06-21Implement allocation buffers for internal useFlorian Weimer1-0/+367
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg4-12/+12
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg5-3/+4
2017-06-20Remove bits/string.h.Zack Weinberg3-6/+9
2017-06-19resolv: Make __res_vinit hiddenFlorian Weimer1-1/+1
2017-06-19Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers1-0/+1
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg1-8/+3
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg1-5/+8
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg1-0/+1
2017-06-12Allow macros prefixed with FLT128 in include/float.hGabriel F. T. Gomes1-16/+15
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy3-0/+46
2017-06-122017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra1-0/+5
2017-06-09Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho1-0/+7
2017-06-09Remove bare use of __attribute__ in include/errno.h.Zack Weinberg1-1/+1
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg9-46/+15
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes1-0/+8
2017-06-07Fix include paths in include/bits/types/*.h.Joseph Myers11-11/+11
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler1-4/+12
2017-06-05x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu1-0/+3
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers1-2/+2
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella1-0/+6
2017-05-30Add reallocarray functionDennis Wölfing1-0/+4
2017-05-20Remove __need macros from signal.h.Zack Weinberg4-12/+6
2017-05-20Remove __need_list_t and __need_res_state.Zack Weinberg3-28/+42
2017-05-19Split up bits/sigstack.h.Joseph Myers1-0/+1
2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy3-0/+47
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg9-44/+61
2017-05-11Remove _IO_MTSAFE_IO from public headers.Zack Weinberg1-8/+17
2017-05-11Consolidate Linux write syscallAdhemerval Zanella1-0/+1
2017-05-11Consolidate Linux read syscallAdhemerval Zanella1-0/+1
2017-05-09Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__Paul E. Murphy1-0/+2
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-1/+1
2017-05-02posix: Fix internal p{read,write} plt usageAdhemerval Zanella1-0/+3
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers1-0/+1
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-4/+0
2017-04-18Assume that dup3 is availableFlorian Weimer1-2/+0
2017-04-18Assume that pipe2 is always availableFlorian Weimer1-1/+0
2017-04-13resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer1-3/+0
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg3-0/+3
2017-04-07getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg1-0/+43
2017-04-07getopt: clean up error reportingZack Weinberg1-0/+2
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg1-11/+0
2017-04-04nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer1-0/+3
2017-03-21Deprecate libnsl by default (only shared library will beThorsten Kukuk4-0/+52
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes1-0/+1
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-7/+1
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer1-8/+0