about summary refs log tree commit diff
path: root/time/time.h
Commit message (Expand)AuthorAgeFilesLines
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-021-12/+12
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Call "CST" a time zone abbreviation, not a namePaul Eggert2023-06-221-1/+1
* time: Fix strftime(3) API regarding nullabilityAlejandro Colomar2023-03-311-1/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Declare timegm for ISO C2XJoseph Myers2022-06-061-5/+14
* clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni2022-05-051-4/+7
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-3/+135
* Do not declare asctime_r and ctime_r for C2XJoseph Myers2021-05-181-2/+2
* Add C2X timespec_getresJoseph Myers2021-05-171-0/+7
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.Joseph Myers2019-11-111-4/+4
* Use clock_settime to implement stime; withdraw stime.Zack Weinberg2019-10-301-6/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735]Sean McKean2018-02-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-2/+2
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-1/+1
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-6/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-231-178/+59
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-8/+8
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-1/+1
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix some typos in comments.Marek Polacek2012-08-251-2/+2
* Fold copyright yearsH.J. Lu2012-05-161-1/+1
* Remove __snseconds_tH.J. Lu2012-05-151-1/+1
* Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu2012-04-111-1/+1
* Fix ISO C11 definitions in time.hUlrich Drepper2012-02-251-11/+8
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-26/+26
* Implement timespec_getUlrich Drepper2012-01-011-13/+30
* Fix typos in comments.Ulrich Drepper2011-04-011-3/+3
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-3/+4
* 2006-01-21 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-211-1/+4
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-4/+1
* 2.5-18.1Jakub Jelinek2007-07-121-1/+4
* Update.Ulrich Drepper2003-04-191-9/+23
* Update.Ulrich Drepper2002-12-311-2/+4
* Prepare headers for use in ISO C++ compliant implementations.Ulrich Drepper2002-08-281-4/+25
* * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.Roland McGrath2002-08-271-7/+0
* * time/time.h (__strptime_l, strptime_l): Declare them.Roland McGrath2002-08-271-2/+23