summaryrefslogtreecommitdiff
path: root/lib/libc/time/strftime.c
AgeCommit message (Expand)Author
2017-10-24Welcome to 2017c:christos
2017-03-11merge 2017achristos
2016-10-20welcome to 2016hchristos
2016-10-07merge tzcode2016gchristos
2016-03-15Sync with 2016bchristos
2015-10-09Release 2015g - 2015-10-01 00:39:51 -0700christos
2015-08-13merge 2015fchristos
2014-10-07Sync with tzcode2014hchristos
2014-09-18make more descriptors that we open as close-on-execchristos
2014-08-15merge tzcode2014f via patchchristos
2013-12-26update from tzcode 2013e to tzcode2013ichristos
2013-09-20Welcome to tzcode 2013e:christos
2013-07-17remove "register" in new codechristos
2013-07-17welcome to 2013dchristos
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-04-21Store time-specific locale data directly in the locale.joerg
2013-03-02update to tzcode2013achristos
2012-10-24apply 2012g via patchchristos
2012-03-20Remove use of __Pmatt
2010-12-16Provide a re-entrant and thread-safe set of timezone API's thatchristos
2009-12-31Import tzcode2009k.mlelstv
2009-01-11merge christos-time_tchristos
2007-07-31Make sure that %r honors the LC_TIME t_fmt_ampm. This restoresginsbach
2006-03-22Coverity CID 580: fix 'c' handling to match 'x' ('c' used the wrong variable)christos
2004-05-12Don't use tm_gmtoff for %z: a strictly conforming ISO C application won'tkleink
2004-05-11Don't use tm_zone for %Z: a strictly conforming ISO C application won'tkleink
2002-10-02license clarification, from openbsditojun
2002-01-29Merge tzcode2002b.kleink
2000-12-12Merge strftime from tzcode2000g.kleink
2000-09-07- Fix strftime(3) not to ignore tm_zone filed of last parameter,taca
2000-01-15Add the C99 %F conversion.kleink
1999-11-05PR 5057 - fix %k to print a 0, not just spaces. (%e too). Patch from NAKAJI...erh
1999-02-07Compute week number right. Fixes PR 6961, fromaugustss
1998-12-01Fix pr6517: strftime %s returns unterminated stringsommerfe
1998-11-15delintchristos
1998-09-27Frob internal state keeping to make strftime() reentrant.kleink
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1997-04-29* POSIX: use tzname for the %Z conversion, not tm->tm_zone.kleink
1997-04-23move str[fp]time into libc/time.mrg