about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-111-1/+12
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-23/+0
* float128: Add signbit alternative for old compilersGabriel F. T. Gomes2017-06-301-0/+1
* resolv: Turn _res_opcodes into a compatibility symbolFlorian Weimer2017-06-301-3/+0
* resolv: Move fp_nquery, fp_query, p_query, _res_opcodesFlorian Weimer2017-06-301-2/+0
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-234-1/+9
* Include libc-header-start.h in include/float.hGabriel F. T. Gomes2017-06-231-0/+3
* Bug 21533: Update to Unicode 10.0.0Mike FABIAN2017-06-221-6/+7
* Implement allocation buffers for internal useFlorian Weimer2017-06-211-0/+367
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-204-12/+12
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-205-3/+4
* Remove bits/string.h.Zack Weinberg2017-06-203-6/+9
* resolv: Make __res_vinit hiddenFlorian Weimer2017-06-191-1/+1
* Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers2017-06-191-0/+1
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-141-8/+3
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-141-5/+8
* Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg2017-06-121-0/+1
* Allow macros prefixed with FLT128 in include/float.hGabriel F. T. Gomes2017-06-121-16/+15
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-123-0/+46
* 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2017-06-121-0/+5
* Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho2017-06-091-0/+7
* Remove bare use of __attribute__ in include/errno.h.Zack Weinberg2017-06-091-1/+1
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-089-46/+15
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-071-0/+8
* Fix include paths in include/bits/types/*.h.Joseph Myers2017-06-0711-11/+11
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-061-4/+12
* x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu2017-06-051-0/+3
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-051-2/+2
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+6
* Add reallocarray functionDennis Wölfing2017-05-301-0/+4
* Remove __need macros from signal.h.Zack Weinberg2017-05-204-12/+6
* Remove __need_list_t and __need_res_state.Zack Weinberg2017-05-203-28/+42
* Split up bits/sigstack.h.Joseph Myers2017-05-191-0/+1
* float128: Add private _Float128 declarations for libm.Paul E. Murphy2017-05-153-0/+47
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-119-44/+61
* Remove _IO_MTSAFE_IO from public headers.Zack Weinberg2017-05-111-8/+17
* Consolidate Linux write syscallAdhemerval Zanella2017-05-111-0/+1
* Consolidate Linux read syscallAdhemerval Zanella2017-05-111-0/+1
* Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__Paul E. Murphy2017-05-091-0/+2
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-1/+1
* posix: Fix internal p{read,write} plt usageAdhemerval Zanella2017-05-021-0/+3
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-251-0/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-4/+0
* Assume that dup3 is availableFlorian Weimer2017-04-181-2/+0
* Assume that pipe2 is always availableFlorian Weimer2017-04-181-1/+0
* resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer2017-04-131-3/+0
* getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg2017-04-073-0/+3
* getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg2017-04-071-0/+43
* getopt: clean up error reportingZack Weinberg2017-04-071-0/+2
* getopt: remove USE_NONOPTION_FLAGSZack Weinberg2017-04-071-11/+0