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
/
usr.sbin
/
zic
/
zic.c
Age
Commit message (
Expand
)
Author
2016-03-15
Don't warn about valid time zone abbreviations. POSIX through 2000
Todd C. Miller
2015-10-16
pledge "stdio rpath wpath cpath proc exec".
Theo de Raadt
2015-04-23
KNF and other style adjustments to make this more scrutible.
Theo de Raadt
2015-03-13
delete useless comment about Open Group
Theo de Raadt
2015-03-11
do not handcraft protos that already come from unistd.h
Theo de Raadt
2015-02-11
use reallocarray; ok doug
Theo de Raadt
2015-02-10
redo the tolower/string conversion, but retain itsabbr which is strangely
Ted Unangst
2015-02-10
revert rev 1.12 (tolower conversion). didn't get it quite right.
Ted Unangst
2015-02-10
move scheck.c into zic.c
Ted Unangst
2015-02-10
seems ansi c is here to stay. update definitions, but drop useless const.
Ted Unangst
2015-02-10
lowerit -> tolower
Ted Unangst
2015-02-09
convert a dozen fprintf/exit pairs to use err().
Ted Unangst
2015-02-09
exit() cleanup. don't have to call it in a loop.
Ted Unangst
2015-02-09
delete lots of unnecessary or incorrect casts, including among other minor
Ted Unangst
2015-02-09
we are not interested in warnings about what pre-1998 zic could not handle
Ted Unangst
2015-02-09
remove INITIALIZE macro and do it the hard way.
Ted Unangst
2015-02-09
unifdef the rest of the HAVEs and HAVE nots
Ted Unangst
2015-02-09
unifdef have gettext. don't have it, won't have it.
Ted Unangst
2015-02-09
be clear that we want the secret libc tzfile.h, not the usual /usr/include
Ted Unangst
2015-02-09
deregister
Ted Unangst
2015-02-09
sort | uniq includes, and use <> instead of quotes
Ted Unangst
2015-02-09
move zic and zdump source to appropriate directories
Ted Unangst