about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer2017-04-041-0/+3
* Deprecate libnsl by default (only shared library will beThorsten Kukuk2017-03-214-0/+52
* Split helper classification macros from mathcalls.hGabriel F. T. Gomes2017-03-151-0/+1
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-7/+1
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-071-8/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-012-38/+60
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-252-53/+92
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-252-18/+11
* Bug 20313: Update to Unicode 9.0.0Mike FABIAN2017-02-211-4/+6
* Clean up redundancies between string.h and strings.h.Zack Weinberg2017-02-161-0/+2
* Move bits/types.h into posix/bits.Zack Weinberg2017-02-161-0/+1
* The internal header include/string.h does not work in C++: it causes link errorsWilco Dijkstra2017-02-151-2/+2
* As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra2017-02-061-9/+0
* Update for 2.25 release glibc-2.25Siddhesh Poyarekar2017-02-051-1/+1