about summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* Fix tzfile low-memory assertion failurePaul Eggert2018-11-091-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
* time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887]Vincent Bernat2015-09-182-8/+27
* time: in strptime(), make %z accept Z as a time zone [BZ #17886]Vincent Bernat2015-09-182-3/+17
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-083-3/+3
* time/tst-strptime2.c: test full input range +/- 0-9999James Perkins2015-08-281-53/+178
* strptime %z: fix rounding, extend range to +/-9959 [BZ #16141]James Perkins2015-08-282-11/+22
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-061-2/+5
* Check tzspec_len == 0 in __tzfile_readH.J. Lu2015-04-271-1/+2
* test-skeleton: Support temporary files without memory leaks [BZ#18333]Florian Weimer2015-04-271-1/+6