about summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make time zone file parser more robust [BZ #17715]Florian Weimer2015-04-242-207/+209
* time: ensure failing strptime() tests are reported correctlyVincent Bernat2015-03-062-8/+2
* Reduce lock contention in __tz_convert() [BZ #16145] (partial fix)Kevin Easton2015-02-241-2/+2
* Fix time/getdate.c build.Samuel Thibault2015-02-081-0/+1
* Define CLOCKS_PER_SEC type to the type clock_tH.J. Lu2015-01-061-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0241-41/+41
* Replace %ld with %jd and cast to intmax_tH.J. Lu2014-12-302-3/+4
* Fix strftime wcschr namespace (bug 17634).Joseph Myers2014-12-102-3/+3
* Fix tzfile.c namespace (bug 17583).Joseph Myers2014-11-121-18/+21
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-057-14/+35
* New test for ftimeArjun Shankar2014-09-182-1/+60
* Fix -Wundef warning for HAVE_LOCALTIME_RSiddhesh Poyarekar2014-07-101-0/+1
* Fix Wundef warning for HAVE_STRFTIMESiddhesh Poyarekar2014-07-101-0/+1
* Sync up mktime with gnulibPaul Eggert2014-06-281-2/+2