aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg1-3/+1
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer1-4/+0
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2-6/+8
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-08-13Add feature test macro _ISOC2X_SOURCE.Joseph Myers1-3/+18
2019-08-01Tag 2.30 release.glibc-2.30Carlos O'Donell1-1/+1
2019-07-10Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab1-2/+0
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer1-1/+1
2019-06-12Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer1-10/+0
2019-06-12<sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer3-0/+3
2019-06-07Linux: Add getdents64 system callFlorian Weimer1-3/+7
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