index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
time
/
strftime.c
Age
Commit message (
Expand
)
Author
2016-09-21
Delete casts to off_t and size_t that are implied by assignments
Philip Guenther
2015-12-25
Simplify allocation logic based on free and realloc's behavior on NULL.
mmcc
2015-10-24
Move #includes from private.h to the .c files that need them, getting rid of
Philip Guenther
2015-09-12
Wrap <time.h> so that internal calls go direct and symbols not in C99 are weak
Philip Guenther
2015-02-16
drop an ansi bomb on the function definitions
Ted Unangst
2015-02-09
- register int idays; /* unsigned would be so 2003 */
Ted Unangst
2015-02-09
the one true type of time_t is a signed integer
Ted Unangst
2015-02-09
move include lines around a bit
Ted Unangst
2014-05-06
enh@google reported a warning in crufty y2k code. just delete it.
Ted Unangst
2012-09-13
Update to tzcode2012f. Now that tzcode is in git there are no moe
Todd C. Miller
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-10-31
Pass a pointer to warn2 so the warn2 == IN_ALL would not be an
Todd C. Miller
2007-12-29
update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIfication
Todd C. Miller
2007-09-17
Check snprintf(3) return value for error or truncation.
Moritz Jodeit
2005-08-08
zap remaining rcsid.
Marc Espie
2005-07-05
Update to tzcode2005j.
Todd C. Miller
2004-10-18
Update to tzcode2004e from elsie.nci.nih.gov
Todd C. Miller
2003-06-04
mop up some more 3/4 license issues
Theo de Raadt
2003-03-13
a few more strlcy; ok from beck & ho
Theo de Raadt
2002-06-19
Update license based on lite2 version
Todd C. Miller
2002-05-26
oops, major oops; moritz@jodeit.org
Theo de Raadt
2002-05-25
remaining easy snprintf conversions
Theo de Raadt
2002-04-04
Minor updates from tzcode2002c
Todd C. Miller
2000-09-06
Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/
Todd C. Miller
2000-04-16
sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok
David Leonard
1998-08-14
realloc repair
Theo de Raadt
1998-07-06
do the right thing if maxsiz == 0
Todd C. Miller
1998-07-06
Always NUL terminate buf even if there was not enough space to
Todd C. Miller
1998-02-14
Changed %c in the builtin C locale from "%D %X" to the more
Todd C. Miller
1998-01-19
use tzcode strftime(3) as it is kept up to date.
Todd C. Miller