aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time
AgeCommit message (Expand)AuthorFilesLines
2017-12-01time: remove TRAD_SYNOPSISYaakov Selkowitz12-83/+12
2017-09-07Remove harmful casts in gmtime_r()Sebastian Huber1-2/+2
2017-08-25newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptimeBrian Inglis1-2/+32
2017-02-06Unify names of all lock objectsFreddie Chopin1-3/+3
2017-01-16Add missing headers to fix implicit function defnsPat Pannuto2-0/+3
2016-10-22get_alt_digits: Fix typo in allocationCorinna Vinschen1-1/+1
2016-08-23Implement GNU extension strptime_lCorinna Vinschen1-39/+41
2016-08-23Implement GNU extension wcsftime_lCorinna Vinschen1-3/+2
2016-08-16Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets onlyCorinna Vinschen1-2/+12
2016-08-15Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen1-1/+1
2016-08-15Implement per-locale string functionsCorinna Vinschen1-38/+62
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-1/+1
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2-4/+4
2016-07-04Regenerate newlib MakefilesJon Turney1-3/+16
2016-05-02Always assign return value to passed pointer in time function.Jeff Johnston1-7/+6
2015-11-02Move duplicated documentation rules to Makefile.sharedJeff Johnston2-23/+19
2015-11-02Consistently use an em-dash in math functions.Jeff Johnston1-1/+1
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis1-25/+99
2015-06-23Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY1-2/+2
2015-06-15gmtime_r: Use faster algorithm by Howard HinnantFreddie Chopin1-71/+35
2015-04-23Avoid excessive locking and calling tzset in time functions.Corinna Vinschen3-5/+17
2015-04-23Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen3-23/+24
2015-04-23Move tzset calls to time functions.Craig Howland3-0/+5
2015-04-23strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz1-3/+3
2015-01-08 * libc/time/strftime.c (__strftime): Utilize __TM_GMTOFF and __TM_ZONECorinna Vinschen1-6/+32
2014-12-08 * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for datesCorinna Vinschen1-36/+71
2014-11-12 * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.Corinna Vinschen1-4/+4
2014-10-20 * libc/time/gmtime_r.c (gmtime_r): Remove dead code.Corinna Vinschen1-5/+0
2014-09-152014-09-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-4/+4
2014-09-122014-09-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2014-09-122014-09-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+91
2014-09-112014-09-11 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston6-294/+228
2014-09-04 * libc/time/mktm_r.c (_mktm_r): Optimize speed.Corinna Vinschen1-16/+34
2014-09-04 * libc/time/clock.c (clock): Fix warnings about signed-unsignedCorinna Vinschen3-5/+5
2013-11-262013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2013-11-252013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+2
2013-11-252013-11-25 Sahil Patnayakuni <sahil.patnayakuni@gmail.com>Joel Sherrill5-17/+18
2013-04-292013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston3-6/+12
2012-12-202012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-9/+37
2012-08-10 * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.Corinna Vinschen1-1/+1
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen1-2/+2
2011-12-192011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2011-12-12 * libc/time/strftime.c (get_era_info): Fix off-by-one error in monthCorinna Vinschen1-3/+3
2011-10-11 * libc/time/mktm_r.c: (__tzcalc_limits) Fix Julian day calculation.Corinna Vinschen2-13/+34
2011-08-26 * libc/time/mktm_r.c (_mktm_r): Fix previous fix.Corinna Vinschen1-2/+1
2011-08-24 * libc/time/mktm_r.c (_mktm_r): Fix computing tm_year.Corinna Vinschen1-1/+1
2011-08-192011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
2011-08-19 * libc/time/mktime.c (validate_structure): Account for tm_mon possiblyCorinna Vinschen1-6/+7
2011-06-27 * libc/time/mktime.c (mktime): Lock global timezone info whileCorinna Vinschen1-0/+4
2011-06-14 * libc/time/asctime_r.c (asctime_r): Replace call to sprintf with callCorinna Vinschen3-5/+8