about summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* Ensure mktime sets errno on error [BZ #23789] aaribaud/bugzilla/23789/v4Albert ARIBAUD (3ADEV)2018-11-023-6/+39
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-9/+9
* time/tst-mktime2: Improve test error reportingFlorian Weimer2018-10-231-30/+41
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-171-1/+0
* mktime fix for Gnulib + coreutilsPaul Eggert2018-10-081-1/+1
* Fix mktime localtime offset confusionPaul Eggert2018-09-191-1/+1
* Merge mktime, timegm from upstream GnulibPaul Eggert2018-09-193-316/+254
* Simplify tzfile fstat failure codePaul Eggert2018-09-181-4/+1
* Fix tzfile low-memory assertion failurePaul Eggert2018-09-181-1/+2
* Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> [BZ #23349]Florian Weimer2018-06-281-2/+3
* Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers2018-05-183-2/+48
* time: Use 64-bit time values for time zone parsingFlorian Weimer2018-05-111-80/+38
* Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-211-6/+6
* Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-191-1/+1
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-1/+1
* time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735]Sean McKean2018-02-021-1/+1
* ru_RU, ru_UA: Add alternative month names (bug 10871).Rafal Luzynski2018-01-291-5/+7
* pl_PL: Add alternative month names (bug 10871).Rafal Luzynski2018-01-221-2/+1
* Abbreviated alternative month names (%Ob) also added (bug 10871).Rafal Luzynski2018-01-224-3/+40
* Implement alternative month names (bug 10871).Rafal Luzynski2018-01-224-7/+51
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0142-42/+42
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-5/+5
* time: Remove the internal_function attributeFlorian Weimer2017-08-312-5/+1
* iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer2017-08-313-7/+2
* Fix strftime build with GCC 8.Joseph Myers2017-06-271-6/+16
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-203-4/+4
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-1/+1
* Update timezone code from tzcode 2017b.Joseph Myers2017-06-161-0/+2
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-164-22/+0
* tzset: Clean up preprocessor macros min, max, signFlorian Weimer2017-03-071-7/+7
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-072-61/+4
* tzset: Remove unused NOID macroFlorian Weimer2017-03-032-3/+0
* tzset: Remove __attribute_noinline__ from compute_offsetFlorian Weimer2017-03-031-1/+0
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-251-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-162-0/+2
* Fix testsuite build for GCC 7 -Wformat-truncation.Joseph Myers2017-01-111-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0142-42/+42
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-091-9/+15
* Fix -Wformat-length warning in time/tst-strptime2.cSteve Ellcey2016-11-021-0/+11
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-2312-188/+190
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-6/+6
* Use TIME_T_MAX and TIME_T_MIN in tst-mktime2.cH.J. Lu2016-01-141-12/+26
* Force rereading TZDEFRULES after it was used to set DST rules only (bug #19253)Andreas Schwab2016-01-113-1/+61
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0441-41/+41
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-202-54/+17
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-3/+1
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-192-9/+4
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1615-57/+20
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+8
* Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov2015-09-262-8/+64