about summary refs log tree commit diff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix handling of overly-long TZ environment variable valuesRich Felker2013-11-081-1/+1
* timezone parser: fix iteration over search dir pathsrofl0r2013-11-041-1/+1
* timezone parser: fix offset to transition table in 64bit code pathrofl0r2013-11-041-1/+1
* fix timezone parser code crashing on 64bit sysrofl0r2013-11-041-1/+1
* add legacy ftime function and sys/timeb.hRich Felker2013-10-251-0/+12
* add the %s (seconds since the epoch) format to strftimeRich Felker2013-08-251-0/+4
* fix strftime regression in %e formatRich Felker2013-08-241-2/+2
* properly fill in tzname[] for old (pre-64-bit-format) zoneinfo filesRich Felker2013-08-241-1/+22
* minor fix to tz name checkingRich Felker2013-08-241-2/+2
* fix strftime handling of time zone dataRich Felker2013-08-244-8/+36
* fix mishandling of empty or blank TZ environment variableRich Felker2013-08-231-1/+1