aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-05-02misc: Add twalk_r functionFlorian Weimer1-0/+2
2019-04-30Make mktime etc. compatible with __time64_tPaul Eggert1-19/+20
2019-04-11alloc_buffer: Return unqualified pointer type in alloc_buffer_nextFlorian Weimer1-5/+26
2019-04-04wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella1-0/+78
2019-03-22Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella1-0/+41
2019-03-22Remove __get_clockfreqAdhemerval Zanella1-3/+0
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2-2/+0
2019-03-13Move inttypes.h and stdint.h to stdlib.Zack Weinberg2-1/+2
2019-03-01ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes2-0/+15
2019-03-01ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes2-0/+10
2019-03-01ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes2-0/+12
2019-02-27hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault1-0/+2
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella1-0/+4
2019-02-22Break some lines before not after operators.Joseph Myers1-4/+4
2019-02-21Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes1-1/+2
2019-02-16Add missing header wrappers under include/Florian Weimer19-0/+19
2019-02-13Fix -Wempty-body warnings in glibc.Joseph Myers1-5/+5
2019-02-08Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer1-1/+0
2019-02-08posix: Fix missing wrapper header for <bits/unistd_ext.h>Florian Weimer1-0/+1
2019-02-07array_length: Make usable as a constant expressionFlorian Weimer1-6/+6
2019-02-05arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer1-0/+1
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab1-0/+2
2019-02-03time: Use int, not long int, for internal GMT offsetsFlorian Weimer1-1/+1
2019-01-31Tag 2.29 releaseglibc-2.29Siddhesh Poyarekar1-1/+1
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer1-3/+3
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2-1/+32
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers31-31/+31
2018-12-20Y2038: make __difftime compatible with 64-bit timeAlbert ARIBAUD (3ADEV)1-0/+7
2018-12-18Y2038: add function __ctime64_rAlbert ARIBAUD (3ADEV)1-0/+8
2018-12-18Y2038: add function __ctime64Albert ARIBAUD (3ADEV)1-0/+7
2018-12-18Y2038: add function __gmtime64_rAlbert ARIBAUD (3ADEV)1-0/+8
2018-12-18Y2038: add function __gmtime64Albert ARIBAUD (3ADEV)1-0/+7
2018-12-18Y2038: add function __localtime64_rAlbert ARIBAUD (3ADEV)1-0/+8
2018-12-17Y2038: add function __localtime64Albert ARIBAUD (3ADEV)1-0/+8
2018-12-11Add *-ldbl.h headers to include/bitsGabriel F. T. Gomes6-0/+6
2018-12-07Don't use __typeof__ (getcpu)H.J. Lu1-1/+3
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault1-0/+2
2018-12-07Add getcpuH.J. Lu1-0/+2
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2-7/+0
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg1-7/+12
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg2-13/+0
2018-12-05Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)1-4/+4
2018-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho1-0/+4
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-3/+14
2018-11-13Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers1-2/+31
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor1-5/+15
2018-10-24Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)1-5/+1
2018-10-24posix: Add internal symbols for posix_spawn interfaceAdhemerval Zanella1-0/+35
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers1-0/+2
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers1-0/+1