summaryrefslogtreecommitdiffstats
path: root/newlib/libc/time
Commit message (Expand)AuthorAgeFilesLines
* newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptimeBrian Inglis2017-08-251-2/+32
* Unify names of all lock objectsFreddie Chopin2017-02-061-3/+3
* Add missing headers to fix implicit function defnsPat Pannuto2017-01-162-0/+3
* get_alt_digits: Fix typo in allocationCorinna Vinschen2016-10-221-1/+1
* Implement GNU extension strptime_lCorinna Vinschen2016-08-231-39/+41
* Implement GNU extension wcsftime_lCorinna Vinschen2016-08-231-3/+2
* Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets onlyCorinna Vinschen2016-08-161-2/+12
* Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen2016-08-151-1/+1
* Implement per-locale string functionsCorinna Vinschen2016-08-151-38/+62
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-151-1/+1
* POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2016-08-152-4/+4
* Regenerate newlib MakefilesJon Turney2016-07-041-3/+16
* 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