about summary refs log tree commit diff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
* time: fix incorrect DST offset when using POSIX timezones without DSTA. Wilcox2018-08-271-1/+1
* fix sign of strftime %z output with offsets <1 hour west of UTCRich Felker2018-08-071-3/+2
* strftime: fix underlying format string in %z formatDaniel Sabogal2018-06-261-1/+1
* implement wcsftime padding specifier extensionsSamuel Holland2018-04-071-3/+5
* adjust strftime + modifier to match apparent intent of POSIXRich Felker2018-02-061-6/+12
* fix strftime field widths with %F format and zero yearRich Felker2018-02-051-1/+2
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* use the name UTC instead of GMT for UTC timezoneNatanael Copa2017-12-143-12/+12
* implement strftime padding specifier extensionsTimo Teräs2017-12-111-8/+14
* fix mismatched type of __pthread_tsd_run_dtors weak definitionRich Felker2017-11-091-2/+2
* handle errors from localtime_r in ctime_rRich Felker2017-06-201-3/+2
* handle localtime errors in ctimeRich Felker2017-06-151-1/+3
* getdate: correctly specify error numberA. Wilcox2017-06-141-1/+2
* fix strptime output for %C without %yJulien Ramseier2017-03-211-2/+3
* fix processing of strptime %p formatJulien Ramseier2017-03-211-0/+2
* fix off-by-one in strptime %jJulien Ramseier2017-03-211-0/+1
* fix POSIX-format TZ dst transition times for southern hemisphereRich Felker2017-03-151-8/+4
* fix strftime %y for negative yearsRich Felker2017-01-021-2/+2
* fix integer overflow of tm_year in __secs_to_tmDaniel Sabogal2016-11-071-4/+5
* fix parsing of quoted time zone namesHannu Nyman2016-11-071-1/+1
* fix gratuitous undefined behavior in strptimeRich Felker2016-10-201-2/+7
* fix clock_nanosleep error caseDaniel Sabogal2016-10-201-1/+3
* fix strftime %y for negative tm_yearSzabolcs Nagy2016-10-061-0/+1
* fix asctime day/month names not to vary by localeRich Felker2016-07-071-5/+4
* improve clock_gettime and adapt it to support slightly-broken vdsoRich Felker2016-01-271-22/+39
* fix strftime handling of out-of-range struct tm fieldsRich Felker2015-10-141-8/+12
* fix integer overflows in time_t/struct tm conversion codeRich Felker2015-10-081-3/+3
* avoid reading uninitialized memory in __map_fileSzabolcs Nagy2015-09-241-2/+3
* match historical behavior for tm_gmtoff member of struct tmNatanael Copa2015-08-144-12/+12
* treat empty TZ environment variable as GMT rather than defaultRich Felker2015-07-061-1/+2
* make all objects used with atomic operations volatileRich Felker2015-03-032-2/+2
* fix handling of negative offsets in timezone spec stringsRich Felker2014-10-091-10/+7
* add C11 timespec_get function, with associated time.h changes for C11Rich Felker2014-09-061-0/+12
* properly pass current locale to *_l functions when used internallyRich Felker2014-07-022-2/+4
* use default timezone from /etc/localtime if $TZ is unset/blankRich Felker2014-06-061-2/+3
* implement %y and %C specifiers in strptimeTimo Teräs2014-06-061-4/+10
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-9/+6
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-2/+1
* fix unhandled cases in strptimeRich Felker2014-05-191-5/+16
* fix strftime %s not to zero pad with default width=2Szabolcs Nagy2014-05-081-0/+1
* perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker2014-04-221-0/+5
* do not try to interpret implementation specific strings as tz definitionTimo Teräs2014-04-221-0/+1
* allow zoneinfo-path-relative filenames with no slashes in TZ variableRich Felker2014-04-211-12/+8
* add working vdso clock_gettime support, including static linkingRich Felker2014-04-161-5/+13
* fix fallback code for old kernels in clock_gettimeRich Felker2014-04-141-1/+1
* eliminate explicit (long) casts when making syscallsRich Felker2014-01-064-4/+4
* fix hangs in localtime for near-overflowing time_t values on 64-bit archsRich Felker2013-12-191-0/+6
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-125-6/+0
* fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker2013-11-262-12/+16
* remove O_NOFOLLOW from __map_file used for time zone file loadingRich Felker2013-11-081-1/+1