summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov2016-01-232-8/+64
* 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
* Sort Versions filesAndreas Jaeger2013-02-171-4/+4
* Remove lots of inline keywords.Roland McGrath2013-02-071-1/+1
* * time/tzfile.c: Include stdint.h for SIZE_MAX.Maxim Kuvyrkov2013-01-261-0/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0239-44/+39
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-2/+1
* * time/sys/time.h (settimeofday): Do not mark TV argumentJeff Law2012-12-031-1/+1
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-048-8/+0
* Fix some typos in comments.Marek Polacek2012-08-251-2/+2
* Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath2012-05-241-6/+5
* mktime: avoid signed integer overflowPaul Eggert2012-05-231-4/+4
* mktime: simplify computation of averagePaul Eggert2012-05-231-3/+1
* mktime: do not assume signed right shift propagates sign bitPaul Eggert2012-05-231-6/+12
* mktime: merge another wrapv change from gnulibPaul Eggert2012-05-231-1/+1
* mktime: remove incorrect attempt at unusual arithmeticsPaul Eggert2012-05-231-9/+6
* mktime: check signed shifts on long_int and time_t, tooPaul Eggert2012-05-231-3/+5