summaryrefslogtreecommitdiff
path: root/zic.c
Commit message (Expand)AuthorAgeFilesLines
* Port 'bool' usage to Sun C 5.12.Paul Eggert2014-08-251-4/+4
* Prefer memcpy to strncpy when either will do.Paul Eggert2014-08-251-2/+1
* Use bool for boolean.Paul Eggert2014-08-251-138/+124
* zic: check more consistently for I/O errors and improve diagnosticsPaul Eggert2014-08-251-59/+54
* Avoid (void) before calls.Paul Eggert2014-08-251-65/+65
* Don't put spaces before tabs.Paul Eggert2014-08-091-3/+3
* 'zic' now rejects output file names with '.' or '..' components.Paul Eggert2014-06-261-3/+10
* Fix some 'zic' issues when run as root.Paul Eggert2014-06-261-30/+41
* Avoid <ctype.h> locale problems.Paul Eggert2014-06-261-36/+69
* A few more spelling, accent, and commentary cleanups.Paul Eggert2014-06-261-1/+1
* 'zic -v' now warns about all '.'s in output file names.Paul Eggert2014-06-261-5/+1
* Check POSIX file name restrictions more carefully.Paul Eggert2014-06-251-0/+48
* Remove no-longer-necessary trademark notices.Paul Eggert2014-06-251-4/+0
* More spelling and accent fixes.Paul Eggert2014-06-251-1/+1
* Distinguish hyphen from minus from dashes.Paul Eggert2014-06-171-8/+8
* Don't abuse "`" to mean open quote.Paul Eggert2014-06-151-2/+2
* zic: move Big Bang to - 2**59Paul Eggert2014-05-261-9/+11
* zic: disallow leap seconds before the Big BangPaul Eggert2014-05-251-6/+7
* zic: work around GNOME bug by refusing to go back before the Big BangPaul Eggert2014-05-231-6/+34
* zic: improve handling of low-valued time stampsArthur David Olson2014-05-011-9/+17
* zic: revert Macquarie-specific changesArthur David Olson2014-05-011-38/+5
* Update warnings about old zic and client software.Arthur David Olson2014-03-251-2/+3
* * zic.c (growalloc): Fix typos in size calculation and diagnostic.Paul Eggert2014-03-201-2/+2
* Remove TZ_MAX_TIMES restriction in zic.c.Paul Eggert2014-03-201-7/+7
* Check for integer overflow errors in zic.Paul Eggert2014-03-201-11/+38
* Fix overallocation problem in zic.Paul Eggert2014-03-201-1/+1
* zic: restore missing diagnostic with 'zic -v'Paul Eggert2013-09-301-3/+3
* build: port to MinGW and fix symlink bugsPaul Eggert2013-09-261-19/+56
* * zic.c: Output version-2 format files if possible.Paul Eggert2013-09-151-3/+6
* Revert the change that added meta-information to version-3 format.Paul Eggert2013-09-111-57/+2
* Fix minor problems found by static checking.Paul Eggert2013-09-111-1/+0
* Improve tzfile format as suggested by Zefram and Alan Barrett.Paul Eggert2013-09-101-32/+17
* * tzfile.5: Repeat the TZ string after the name-value pairs.Paul Eggert2013-09-091-10/+12
* Add optional meta-information to version-3 format.Paul Eggert2013-09-091-2/+71
* * zic.c: Tweak 400-years-hack to better handle some edge cases better.Paul Eggert2013-09-081-8/+65
* Bump tzfile format to version 3.Paul Eggert2013-09-081-19/+51
* * zic.c: Prefer <stdarg.h> to allocating memory by hand.Paul Eggert2013-09-081-43/+33
* Improve the support for perpetual DST.Paul Eggert2013-09-081-16/+50
* * zic.c (stringzone): Add support for perpetual DST.Paul Eggert2013-09-061-3/+7
* Support time stamps past 2038 in zones like America/Santiago.Paul Eggert2013-09-051-13/+14
* Correct some UTC-vs-UT solecisms.Paul Eggert2013-09-041-3/+3
* Port to NetBSD, where, e.g., 'time_t' is wider than 'long'.Paul Eggert2013-05-271-108/+93
* Rework to avoid problem with Australia/Macquarie on 32-bit hosts.Arthur David Olson2013-05-231-5/+38
* Allow 24:00 at the end of version-2-format time zone files.Paul Eggert2013-02-201-1/+1
* Fix bug with two-in-one-month time changes in 2010 in Egypt.Arthur David Olson2013-01-111-1/+3
* Make bug-reporting address more configurable.Paul Eggert2012-11-121-2/+2
* Output version info in a more-typical format.Paul Eggert2012-11-091-1/+1
* Change email address to tz@iana.org.Paul Eggert2012-11-091-1/+1
* Improve logic of zic -v abbreviation-length check.Paul Eggert2012-11-031-2/+2
* Restore 'register'.Paul Eggert2012-10-261-127/+127