aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers1-0/+1
2018-09-19Fix mktime localtime offset confusionPaul Eggert1-2/+2
2018-09-19Merge mktime, timegm from upstream GnulibPaul Eggert2-0/+457
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers1-0/+1
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers1-0/+1
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-8/+21
2018-09-05Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.Joseph Myers1-0/+23
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers1-0/+90
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+2
2018-08-14error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer1-0/+2
2018-08-01Update NEWS, version.h, and features.h for glibc 2.28.glibc-2.28Carlos O'Donell1-1/+1
2018-07-25Fix C11 conformance issuesAdhemerval Zanella1-1/+0
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2-3/+1
2018-07-10Add the statx functionFlorian Weimer1-0/+1
2018-07-06libio: Implement internal function __libc_readline_unlockedFlorian Weimer1-0/+17
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer1-0/+3
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell3-12/+78
2018-06-27Remove macros extend_alloca, extend_alloca_account [BZ #18023]Florian Weimer1-40/+0
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-1/+6
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer2-1/+4
2018-06-26sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macroFlorian Weimer1-3/+0
2018-06-16hurd: avoid PLT ref between sendfile and sendfile64Samuel Thibault1-0/+6
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg1-1/+2
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella1-0/+2
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2-9/+1
2018-05-23Implement allocate_once for atomic initialization with allocationFlorian Weimer1-0/+95