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
/
localtime.c
Age
Commit message (
Expand
)
Author
2013-12-26
update from tzcode 2013e to tzcode2013i
christos
2013-12-13
time_t_{min,max} are only used in localtime.c
christos
2013-12-13
add a cast for sparc64 where int_fast32_t is long (should it be?), and
christos
2013-09-20
Welcome to tzcode 2013e:
christos
2013-07-30
Don't depend on implicit rounding from non-integral float constant.
joerg
2013-07-22
Both increment_overflow() and normalize_overflow() have two different
msaitoh
2013-07-17
remove "register" in new code
christos
2013-07-17
welcome to 2013d
christos
2013-03-02
update to tzcode2013a
christos
2012-10-28
add a cast to appease the compat build.
christos
2012-10-28
welcome to tzcode2012h via patch.
christos
2012-10-26
stronger lint foo
christos
2012-10-26
- whitespace
christos
2012-10-24
apply 2012g via patch
christos
2012-03-20
Remove use of __P
matt
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2012-01-07
Do not force errno to EOVERFLOW when returning -1 from mktime or friends.
martin
2011-11-08
Change the way that we compute the time when we fall in the dst gap: instead
christos
2011-11-07
no need to adjust the off, hi is already at the right time.
christos
2011-10-28
Only advance the time if we are skipping the gap.
christos
2011-10-28
prevent underflow from giving us a false positive test in the first iteration.
christos
2011-10-27
Change mktime*(3) so that it does not always return EOVERFLOW when it cannot
christos
2011-10-16
Add code (not enabled) that allows mktime() to return a value for times
christos
2011-09-04
bring in the 2011i changes.
christos
2011-06-16
don't modify tzname unless we are the non-reentrant version.
christos
2011-02-21
remove duplicate weak aliases
christos
2011-02-13
Don't forget to set errno. Pointed out by yamt.
christos
2011-01-15
Fix reversed oveflow check.
christos
2011-01-15
Backout previous, it breaks the build big time and causes e.g. date(1)
martin
2011-01-14
don't depend on integer oveflow wrapping to detect it. From Paul Eggert in
christos
2011-01-06
Since localsub and gmtsub are called recursively to search for the local
christos
2010-12-17
PR/44248: Antti Kantee: Fix multi-threaded localtime hang.
christos
2010-12-16
Provide a re-entrant and thread-safe set of timezone API's that
christos
2010-03-23
remove some stray __weak_aliases, where the target functions were
drochner
2010-02-17
Fix a bug reported by Gene, and debugged by Robert Elz. fsck_ffs can coredump
christos
2010-02-02
According to TOG:
christos
2009-12-31
Import tzcode2009k.
mlelstv
2009-10-24
With 64bit time_t years can be negative and lapyear computation
mlelstv
2009-01-18
Make mktime(3) work with 64-bit time_t.
drochner
2009-01-11
merge christos-time_t
christos
2008-08-27
malloc(3) and getenv(3) affect errno; make sure we save and restore it
christos
2008-05-25
Fix handling of legacy global variable timezone outputs. PR misc/22221.
dholland
2006-03-22
Remove a variable that became set-and-not-used after the dead code removal.
christos
2006-03-22
Coverity CID 578: remove dead code
christos
2005-07-16
Fix linted comments and use __UNCONST.
christos
2004-11-16
PR/28324: Takayoshi Kochi: localtime_r(3) returns GMT
christos
2003-12-20
Merge tzcode2003e.
kleink
2003-10-29
Merge tzcode2003d.
kleink
2003-01-18
s/_REENT/_REENTRANT/
christos
2002-11-17
use strlcpy where it is more appropriate.
itojun
[next]