about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for GCC 9 attribute copy.Martin Sebor2018-11-091-5/+15
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-5/+1
* posix: Add internal symbols for posix_spawn interfaceAdhemerval Zanella2018-10-241-0/+35
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-0/+2
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-271-0/+1
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-201-0/+1
* Fix mktime localtime offset confusionPaul Eggert2018-09-191-2/+2
* Merge mktime, timegm from upstream GnulibPaul Eggert2018-09-192-0/+457
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-171-0/+1
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-141-8/+21
* Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.Joseph Myers2018-09-051-0/+23
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-041-0/+90
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+2
* error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer2018-08-141-0/+2
* Update NEWS, version.h, and features.h for glibc 2.28. glibc-2.28Carlos O'Donell2018-08-011-1/+1
* Fix C11 conformance issuesAdhemerval Zanella2018-07-251-1/+0
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-242-3/+1
* Add the statx functionFlorian Weimer2018-07-101-0/+1
* libio: Implement internal function __libc_readline_unlockedFlorian Weimer2018-07-061-0/+17
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-051-0/+3
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-293-12/+78
* Remove macros extend_alloca, extend_alloca_account [BZ #18023]Florian Weimer2018-06-271-40/+0
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-1/+6
* Run thread shutdown functions in an explicit orderFlorian Weimer2018-06-262-1/+4
* sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macroFlorian Weimer2018-06-261-3/+0
* hurd: avoid PLT ref between sendfile and sendfile64Samuel Thibault2018-06-161-0/+6
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-1/+2
* posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella2018-06-081-0/+2
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-232-9/+1