summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove inline keyword from leapyear functionSiddhesh Poyarekar2014-06-271-1/+1
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-3/+0
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-212-9/+9
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-1/+1
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-122-8/+8
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-103-25/+25
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0140-40/+40
* Support TZ transition times < 00:00:00.Paul Eggert2013-12-171-2/+5
* Allow strptime read outputs from strftime. Fixes bug 4772.Ondřej Bílka2013-12-042-11/+10
* Make strptime %Z consistent between doc and code. Fixes bug 14876Ondřej Bílka2013-10-252-1/+6
* Replace alloca in __tzfile_read by malloc. Fixes bug 15670Ondřej Bílka2013-10-201-18/+8
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-082-2/+2
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-073-7/+7
* Properly handle %W in strptimeAndreas Schwab2013-06-052-2/+3
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-162-0/+2
* Consistently use ISSPACE to check for whitespaceSiddhesh Poyarekar2013-04-233-3/+46
* Accept leading and trailing spaces in getdate input stringSiddhesh Poyarekar2013-04-102-0/+46