index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
time
/
strftime.c
Age
Commit message (
Expand
)
Author
2017-10-24
Welcome to 2017c:
christos
2017-03-11
merge 2017a
christos
2016-10-20
welcome to 2016h
christos
2016-10-07
merge tzcode2016g
christos
2016-03-15
Sync with 2016b
christos
2015-10-09
Release 2015g - 2015-10-01 00:39:51 -0700
christos
2015-08-13
merge 2015f
christos
2014-10-07
Sync with tzcode2014h
christos
2014-09-18
make more descriptors that we open as close-on-exec
christos
2014-08-15
merge tzcode2014f via patch
christos
2013-12-26
update from tzcode 2013e to tzcode2013i
christos
2013-09-20
Welcome to tzcode 2013e:
christos
2013-07-17
remove "register" in new code
christos
2013-07-17
welcome to 2013d
christos
2013-05-17
Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.
joerg
2013-04-21
Store time-specific locale data directly in the locale.
joerg
2013-03-02
update to tzcode2013a
christos
2012-10-24
apply 2012g via patch
christos
2012-03-20
Remove use of __P
matt
2010-12-16
Provide a re-entrant and thread-safe set of timezone API's that
christos
2009-12-31
Import tzcode2009k.
mlelstv
2009-01-11
merge christos-time_t
christos
2007-07-31
Make sure that %r honors the LC_TIME t_fmt_ampm. This restores
ginsbach
2006-03-22
Coverity CID 580: fix 'c' handling to match 'x' ('c' used the wrong variable)
christos
2004-05-12
Don't use tm_gmtoff for %z: a strictly conforming ISO C application won't
kleink
2004-05-11
Don't use tm_zone for %Z: a strictly conforming ISO C application won't
kleink
2002-10-02
license clarification, from openbsd
itojun
2002-01-29
Merge tzcode2002b.
kleink
2000-12-12
Merge strftime from tzcode2000g.
kleink
2000-09-07
- Fix strftime(3) not to ignore tm_zone filed of last parameter,
taca
2000-01-15
Add the C99 %F conversion.
kleink
1999-11-05
PR 5057 - fix %k to print a 0, not just spaces. (%e too). Patch from NAKAJI...
erh
1999-02-07
Compute week number right. Fixes PR 6961, from
augustss
1998-12-01
Fix pr6517: strftime %s returns unterminated string
sommerfe
1998-11-15
delint
christos
1998-09-27
Frob internal state keeping to make strftime() reentrant.
kleink
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Fix RCSID's
christos
1997-04-29
* POSIX: use tzname for the %Z conversion, not tm->tm_zone.
kleink
1997-04-23
move str[fp]time into libc/time.
mrg