about summary refs log tree commit diff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
* always reset DST rules during tzsetBenjamin Peterson2018-09-151-1/+2
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-0/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-128-8/+1
* move declaration and apply hidden visibility to __utc stringRich Felker2018-09-123-4/+1
* remove or make static various unused __-prefixed symbolsRich Felker2018-09-121-1/+1
* apply hidden visibility to internal time[zone] implementation functionsRich Felker2018-09-121-8/+8
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-1211-23/+1
* move declarations of tls setup/access functions to pthread_impl.hRich Felker2018-09-121-2/+0
* move __strftime_fmt_1 declaration to time_impl.hRich Felker2018-09-122-2/+2
* move __tm_to_tzname declaration to time_impl.h with related functionsRich Felker2018-09-122-1/+1
* fix type-mismatched declarations of __nl_langinfo_l in source filesRich Felker2018-09-122-2/+2
* use idiomatic weak alias approach for defining asctime_rRich Felker2018-09-123-33/+28
* move and deduplicate declarations of __vdsosym to make it checkableRich Felker2018-09-121-2/+0
* 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