aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2018-12-20Y2038: make __difftime compatible with 64-bit timeAlbert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __ctime64_rAlbert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __ctime64Albert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __gmtime64_rAlbert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __gmtime64Albert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __localtime64_rAlbert ARIBAUD (3ADEV)
2018-12-17Y2038: add function __localtime64Albert ARIBAUD (3ADEV)
2018-12-11Add *-ldbl.h headers to include/bitsGabriel F. T. Gomes
2018-12-07Don't use __typeof__ (getcpu)H.J. Lu
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault
2018-12-07Add getcpuH.J. Lu
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg
2018-12-05Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)
2018-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg