summaryrefslogtreecommitdiffstats
path: root/newlib/libc/time
Commit message (Expand)AuthorAgeFilesLines
* Always assign return value to passed pointer in time function.Jeff Johnston2016-05-021-7/+6
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-022-23/+19
* Consistently use an em-dash in math functions.Jeff Johnston2015-11-021-1/+1
* strftime: Add support for %s (seconds since epoch)Brian Inglis2015-10-271-25/+99
* Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY2015-06-231-2/+2
* gmtime_r: Use faster algorithm by Howard HinnantFreddie Chopin2015-06-151-71/+35
* Avoid excessive locking and calling tzset in time functions.Corinna Vinschen2015-04-233-5/+17
* Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2015-04-233-23/+24
* Move tzset calls to time functions.Craig Howland2015-04-233-0/+5
* strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz2015-04-231-3/+3
* * libc/time/strftime.c (__strftime): Utilize __TM_GMTOFF and __TM_ZONECorinna Vinschen2015-01-081-6/+32
* * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for datesCorinna Vinschen2014-12-081-36/+71
* * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.Corinna Vinschen2014-11-121-4/+4
* * libc/time/gmtime_r.c (gmtime_r): Remove dead code.Corinna Vinschen2014-10-201-5/+0
* 2014-09-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2014-09-151-4/+4
* 2014-09-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2014-09-121-1/+1
* 2014-09-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2014-09-122-0/+91
* 2014-09-11 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston2014-09-116-294/+228
* * libc/time/mktm_r.c (_mktm_r): Optimize speed.Corinna Vinschen2014-09-041-16/+34
* * libc/time/clock.c (clock): Fix warnings about signed-unsignedCorinna Vinschen2014-09-043-5/+5
* 2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-11-261-1/+1
* 2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-11-251-2/+2
* 2013-11-25 Sahil Patnayakuni <sahil.patnayakuni@gmail.com>Joel Sherrill2013-11-255-17/+18
* 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-04-293-6/+12
* 2012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-12-201-9/+37
* * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.Corinna Vinschen2012-08-101-1/+1
* Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2012-08-081-2/+2
* 2011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2011-12-191-0/+1
* * libc/time/strftime.c (get_era_info): Fix off-by-one error in monthCorinna Vinschen2011-12-121-3/+3
* * libc/time/mktm_r.c: (__tzcalc_limits) Fix Julian day calculation.Corinna Vinschen2011-10-112-13/+34
* * libc/time/mktm_r.c (_mktm_r): Fix previous fix.Corinna Vinschen2011-08-261-2/+1
* * libc/time/mktm_r.c (_mktm_r): Fix computing tm_year.Corinna Vinschen2011-08-241-1/+1
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-191-0/+1
* * libc/time/mktime.c (validate_structure): Account for tm_mon possiblyCorinna Vinschen2011-08-191-6/+7
* * libc/time/mktime.c (mktime): Lock global timezone info whileCorinna Vinschen2011-06-271-0/+4
* * libc/time/asctime_r.c (asctime_r): Replace call to sprintf with callCorinna Vinschen2011-06-143-5/+8
* * libc/time/tzset_r.c (tzset_r): Correct behavior for changing fromCorinna Vinschen2011-06-141-1/+5
* * libc/time/strptime.c (strptime): Fill in tm_yday when all of tm_year,Corinna Vinschen2011-05-121-0/+81
* * libc/time/strptime.c (first_day): Actually return the wdayCorinna Vinschen2011-05-121-2/+2
* 2010-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-12-161-0/+1
* Extend locale support to maintain wide char values of native stringsCorinna Vinschen2010-04-281-35/+81
* * libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie2010-04-222-1/+2
* Add eXtensible Data Record (XDR) supportCorinna Vinschen2010-03-021-0/+2
* * libc/time/strftime.c: Add support for era and alt_digits data fromCorinna Vinschen2010-02-261-96/+611
* 2010-02-24 Charles Wilson <...>Jeff Johnston2010-02-241-2/+1
* * libc/locale/lmonetary.c (__monetary_load_locale): Take additionalCorinna Vinschen2010-01-222-148/+105
* 2009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-201-91/+93
* * libc/time/time.tex (wcsftime.def): Include.Corinna Vinschen2009-03-121-7/+11
* * libc/stdio/swprintf.c (_swprintf_r, swprintf):Corinna Vinschen2009-03-121-52/+56
* * libc/time/strftime.c: Adapt for dual-purpose use so not onlyCorinna Vinschen2009-03-095-271/+756