summaryrefslogtreecommitdiff
path: root/lib/libc/time/strftime.c
AgeCommit message (Expand)Author
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2015-12-25Simplify allocation logic based on free and realloc's behavior on NULL.mmcc
2015-10-24Move #includes from private.h to the .c files that need them, getting rid ofPhilip Guenther
2015-09-12Wrap <time.h> so that internal calls go direct and symbols not in C99 are weakPhilip Guenther
2015-02-16drop an ansi bomb on the function definitionsTed Unangst
2015-02-09- register int idays; /* unsigned would be so 2003 */Ted Unangst
2015-02-09the one true type of time_t is a signed integerTed Unangst
2015-02-09move include lines around a bitTed Unangst
2014-05-06enh@google reported a warning in crufty y2k code. just delete it.Ted Unangst
2012-09-13Update to tzcode2012f. Now that tzcode is in git there are no moeTodd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-10-31Pass a pointer to warn2 so the warn2 == IN_ALL would not be anTodd C. Miller
2007-12-29update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIficationTodd C. Miller
2007-09-17Check snprintf(3) return value for error or truncation.Moritz Jodeit
2005-08-08zap remaining rcsid.Marc Espie
2005-07-05Update to tzcode2005j.Todd C. Miller
2004-10-18Update to tzcode2004e from elsie.nci.nih.govTodd C. Miller
2003-06-04mop up some more 3/4 license issuesTheo de Raadt
2003-03-13a few more strlcy; ok from beck & hoTheo de Raadt
2002-06-19Update license based on lite2 versionTodd C. Miller
2002-05-26oops, major oops; moritz@jodeit.orgTheo de Raadt
2002-05-25remaining easy snprintf conversionsTheo de Raadt
2002-04-04Minor updates from tzcode2002cTodd C. Miller
2000-09-06Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2000-04-16sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ okDavid Leonard
1998-08-14realloc repairTheo de Raadt
1998-07-06do the right thing if maxsiz == 0Todd C. Miller
1998-07-06Always NUL terminate buf even if there was not enough space toTodd C. Miller
1998-02-14Changed %c in the builtin C locale from "%D %X" to the moreTodd C. Miller
1998-01-19use tzcode strftime(3) as it is kept up to date.Todd C. Miller