aboutsummaryrefslogtreecommitdiff
path: root/time/time.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-04difftime can throw exceptionsPaul Eggert1-3/+2
2024-05-27difftime is pure, not constPaul Eggert1-2/+2
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella1-12/+12
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-4/+4
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert1-1/+1
2023-03-31time: Fix strftime(3) API regarding nullabilityAlejandro Colomar1-1/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-06-06Declare timegm for ISO C2XJoseph Myers1-5/+14
2022-05-05clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni1-4/+7
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-3/+135
2021-05-18Do not declare asctime_r and ctime_r for C2XJoseph Myers1-2/+2
2021-05-17Add C2X timespec_getresJoseph Myers1-0/+7
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-11Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.Joseph Myers1-4/+4
2019-10-30Use clock_settime to implement stime; withdraw stime.Zack Weinberg1-6/+0
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-02-02time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735]Sean McKean1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-2/+2
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg1-1/+1
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-6/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg1-178/+59
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-8/+8
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-1/+1
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-08-25Fix some typos in comments.Marek Polacek1-2/+2
2012-05-16Fold copyright yearsH.J. Lu1-1/+1
2012-05-15Remove __snseconds_tH.J. Lu1-1/+1
2012-04-11Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu1-1/+1
2012-02-25Fix ISO C11 definitions in time.hUlrich Drepper1-11/+8
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-26/+26
2012-01-01Implement timespec_getUlrich Drepper1-13/+30
2011-04-01Fix typos in comments.Ulrich Drepper1-3/+3
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper1-3/+4
2006-01-212006-01-21 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+4
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-4/+1
2007-07-122.5-18.1Jakub Jelinek1-1/+4
2003-04-19Update.Ulrich Drepper1-9/+23
2002-12-31Update.Ulrich Drepper1-2/+4
2002-08-28Prepare headers for use in ISO C++ compliant implementations.Ulrich Drepper1-4/+25