aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time/strftime.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-29strftime/wcsftime: use STRLEN, not strlenCorinna Vinschen1-1/+1
2022-10-25strftime.c(__strftime): add %q, %v, tests; tweak %Z docBrian Inglis1-3/+55
2018-08-08newlib: strftime: fix over-enthusiastic fix from 0283642f35ceCorinna Vinschen1-1/+2
2018-08-08newlib: fix various gcc warningsCorinna Vinschen1-3/+0
2018-08-08newlib: strftime: fix gcc warning on __ctlocCorinna Vinschen1-5/+3
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-4/+2
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-4/+4
2018-01-17ansification: remove _ANDYaakov Selkowitz1-3/+3
2017-12-01time: remove TRAD_SYNOPSISYaakov Selkowitz1-9/+1
2016-10-22get_alt_digits: Fix typo in allocationCorinna Vinschen1-1/+1
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-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen1-2/+2
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis1-25/+99
2015-04-23Avoid excessive locking and calling tzset in time functions.Corinna Vinschen1-2/+14
2015-04-23Move tzset calls to time functions.Craig Howland1-0/+2
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-09-04 * libc/time/clock.c (clock): Fix warnings about signed-unsignedCorinna Vinschen1-3/+3
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 Sherrill1-8/+9
2012-08-10 * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.Corinna Vinschen1-1/+1
2011-12-12 * libc/time/strftime.c (get_era_info): Fix off-by-one error in monthCorinna Vinschen1-3/+3
2011-06-14 * libc/time/asctime_r.c (asctime_r): Replace call to sprintf with callCorinna Vinschen1-0/+1
2010-04-28 Extend locale support to maintain wide char values of native stringsCorinna Vinschen1-35/+81
2010-04-22* libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie1-1/+1
2010-02-26 * libc/time/strftime.c: Add support for era and alt_digits data fromCorinna Vinschen1-96/+611
2010-01-22 * libc/locale/lmonetary.c (__monetary_load_locale): Take additionalCorinna Vinschen1-80/+88
2009-03-12 * libc/stdio/swprintf.c (_swprintf_r, swprintf):Corinna Vinschen1-52/+56
2009-03-09 * libc/time/strftime.c: Adapt for dual-purpose use so not onlyCorinna Vinschen1-264/+666
2005-02-252005-02-25 Eric Blake <ebb9@byu.net>Jeff Johnston1-7/+9
2005-02-24Fix minor typoJoshua Daniel Franklin1-3/+3
2005-02-232005-02-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+2
2005-02-162005-02-16 Eric Blake <ebb9@byu.net>Jeff Johnston1-165/+416
2005-01-202005-01-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-17/+96
2003-01-15* libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU extensions.Christopher Faylor1-2/+5
2002-06-21 * libc/time/strftime.c (strftime): Add %e format specifier.Corinna Vinschen1-0/+13
2002-04-172002-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+21
2001-09-13Thu Sep 13 08:49:49 2001 Jason Tishler <jason@tishler.net>Jeff Johnston1-2/+3
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+444