aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-10-27y2038: linux: Provide __clock_getres64 implementationLukasz Majewski
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-10-17sysvipc: Implement semop based on semtimedopAdhemerval Zanella
2019-10-16dlfcn: Remove remnants of caller sensitivity from dlinfoFlorian Weimer
2019-10-10y2038: linux: Provide __clock_settime64 implementationLukasz Majewski
2019-10-09posix: Use posix_spawn for wordexpAdhemerval Zanella
2019-10-09<dirent.h>: Remove wrong comment about getdents64 declarationPetr Vorel
2019-10-02Y2038: Include proper header to provide support for struct timeval on HURDLukasz Majewski
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-10-01y2038: Provide conversion helpers for struct __timespec64Lukasz Majewski
2019-09-26y2038: Introduce struct __timespec64 - new internal glibc typeLukasz Majewski
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers
2019-08-13Add feature test macro _ISOC2X_SOURCE.Joseph Myers
2019-08-01Tag 2.30 release.glibc-2.30Carlos O'Donell
2019-07-10Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer
2019-06-12Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer
2019-06-12<sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer
2019-06-07Linux: Add getdents64 system callFlorian Weimer
2019-05-02misc: Add twalk_r functionFlorian Weimer
2019-04-30Make mktime etc. compatible with __time64_tPaul Eggert
2019-04-11alloc_buffer: Return unqualified pointer type in alloc_buffer_nextFlorian Weimer
2019-04-04wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella
2019-03-22Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella
2019-03-22Remove __get_clockfreqAdhemerval Zanella
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-03-13Move inttypes.h and stdint.h to stdlib.Zack Weinberg
2019-03-01ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes
2019-03-01ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes
2019-03-01ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes
2019-02-27hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-21Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes
2019-02-16Add missing header wrappers under include/Florian Weimer
2019-02-13Fix -Wempty-body warnings in glibc.Joseph Myers
2019-02-08Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer
2019-02-08posix: Fix missing wrapper header for <bits/unistd_ext.h>Florian Weimer
2019-02-07array_length: Make usable as a constant expressionFlorian Weimer
2019-02-05arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab
2019-02-03time: Use int, not long int, for internal GMT offsetsFlorian Weimer
2019-01-31Tag 2.29 releaseglibc-2.29Siddhesh Poyarekar
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers