summaryrefslogtreecommitdiff
path: root/lib/libc/time/strftime.c
AgeCommit message (Expand)Author
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