summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab2019-07-101-2/+0
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-06-181-1/+1
* Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer2019-06-121-10/+0
* <sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer2019-06-123-0/+3
* Linux: Add getdents64 system callFlorian Weimer2019-06-071-3/+7
* misc: Add twalk_r functionFlorian Weimer2019-05-021-0/+2
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-301-19/+20
* alloc_buffer: Return unqualified pointer type in alloc_buffer_nextFlorian Weimer2019-04-111-5/+26
* wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella2019-04-041-0/+78
* Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella2019-03-221-0/+41
* Remove __get_clockfreqAdhemerval Zanella2019-03-221-3/+0
* Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2019-03-142-2/+0
* Move inttypes.h and stdint.h to stdlib.Zack Weinberg2019-03-132-1/+2
* ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes2019-03-012-0/+15
* ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes2019-03-012-0/+10
* ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes2019-03-012-0/+12
* hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault2019-02-271-0/+2
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-271-0/+4
* Break some lines before not after operators.Joseph Myers2019-02-221-4/+4
* Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes2019-02-211-1/+2
* Add missing header wrappers under include/Florian Weimer2019-02-1619-0/+19
* Fix -Wempty-body warnings in glibc.Joseph Myers2019-02-131-5/+5
* Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer2019-02-081-1/+0
* posix: Fix missing wrapper header for <bits/unistd_ext.h>Florian Weimer2019-02-081-0/+1
* array_length: Make usable as a constant expressionFlorian Weimer2019-02-071-6/+6
* arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer2019-02-051-0/+1
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-041-0/+2
* time: Use int, not long int, for internal GMT offsetsFlorian Weimer2019-02-031-1/+1
* Tag 2.29 releaseglibc-2.29Siddhesh Poyarekar2019-01-311-1/+1
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-211-3/+3
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-032-1/+32
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0131-31/+31
* Y2038: make __difftime compatible with 64-bit timeAlbert ARIBAUD (3ADEV)2018-12-201-0/+7
* Y2038: add function __ctime64_rAlbert ARIBAUD (3ADEV)2018-12-181-0/+8
* Y2038: add function __ctime64Albert ARIBAUD (3ADEV)2018-12-181-0/+7
* Y2038: add function __gmtime64_rAlbert ARIBAUD (3ADEV)2018-12-181-0/+8
* Y2038: add function __gmtime64Albert ARIBAUD (3ADEV)2018-12-181-0/+7
* Y2038: add function __localtime64_rAlbert ARIBAUD (3ADEV)2018-12-181-0/+8
* Y2038: add function __localtime64Albert ARIBAUD (3ADEV)2018-12-171-0/+8
* Add *-ldbl.h headers to include/bitsGabriel F. T. Gomes2018-12-116-0/+6
* Don't use __typeof__ (getcpu)H.J. Lu2018-12-071-1/+3
* hurd: Fix linknamespace of spawniSamuel Thibault2018-12-071-0/+2
* Add getcpuH.J. Lu2018-12-071-0/+2
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-052-7/+0
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-051-7/+12
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-052-13/+0
* Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)2018-12-051-4/+4
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-11-301-0/+4
* Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-11-161-3/+14
* Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers2018-11-131-2/+31