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