summaryrefslogtreecommitdiff
path: root/zdump.c
Commit message (Expand)AuthorAgeFilesLines
* * zdump.c (adjusted_yday): Define only if TM_GMTOFF is not defined.Paul Eggert2014-10-041-1/+3
* Port zdump to localtime that sets tm_isdst greater than 1.Paul Eggert2014-09-211-3/+2
* Have zdump output gmtoff= even on platforms lacking TM_GMTOFF.Paul Eggert2014-09-211-7/+42
* Prefer localtime_rz to gmtime, for speed.Paul Eggert2014-09-211-4/+55
* Fix 2014g zdump regression on platforms without TM_ZONE.Paul Eggert2014-09-101-2/+5
* * zdump.c (main): Fix bug with 'zdump -Vc 1981,1982 Asia/Singapore'Paul Eggert2014-09-061-5/+4
* * zdump.c (main): Mention "FOO" if tzalloc("FOO") fails.Paul Eggert2014-08-261-1/+1
* Port C macro defaults to Solaris and Irix.Paul Eggert2014-08-251-9/+22
* zdump now uses localtime_rz if available.Paul Eggert2014-08-251-62/+121
* zdump: use tz library unless USE_LTZ is 0Paul Eggert2014-08-251-4/+6
* zdump: use localtime_r if availablePaul Eggert2014-08-251-26/+44
* zdump: don't use uninitialized storagePaul Eggert2014-08-251-1/+3
* zdump: use TM_ZONE if availablePaul Eggert2014-08-251-9/+10
* zdump: Don't silently truncate too-long abbreviations.Paul Eggert2014-08-251-11/+34
* * zdump.c: Avoid crashes on unlikely integer overflows.Paul Eggert2014-08-251-26/+54
* Use bool for boolean.Paul Eggert2014-08-251-29/+29
* Simplify configuration of TM_GMTOFF and TM_ZONE.Paul Eggert2014-08-251-0/+16
* zic: check more consistently for I/O errors and improve diagnosticsPaul Eggert2014-08-251-2/+1
* zdump: check more consistently for output errorsPaul Eggert2014-08-251-13/+26
* Avoid (void) before calls.Paul Eggert2014-08-251-45/+45
* * date.c, localtime.c, zdump.c: Simplify prototypes for static functionsPaul Eggert2014-08-251-8/+7
* Don't put spaces before tabs.Paul Eggert2014-08-091-1/+1
* * private.h, zdump.c (TZ_DOMAIN): Look at HAVE_GETTEXT,Paul Eggert2014-06-261-1/+1
* Avoid <ctype.h> locale problems.Paul Eggert2014-06-261-9/+23
* Update to pacify recent GCC's static checking.Paul Eggert2014-06-181-13/+3
* Don't abuse "`" to mean open quote.Paul Eggert2014-06-151-1/+1
* * private.h, zdump.c (HAVE_STDINT_H), NEWS: Define to 1 if __CYGWIN__.Paul Eggert2014-03-261-1/+3
* zdump: remove unportable assumption about sscanf and overflowPaul Eggert2013-10-201-12/+17
* Correct some UTC-vs-UT solecisms.Paul Eggert2013-09-041-1/+1
* * zdump.c: Minor integer-size porting fixes.Paul Eggert2013-08-161-5/+7
* Further removal of attempt to support floating-point time_t.Paul Eggert2013-08-151-1/+1
* * zdump.c: Tune performance of -c with large numbers on 64-bit hosts.Paul Eggert2013-08-151-17/+46
* Remove attempt to support floating-point time_t.Paul Eggert2013-08-121-35/+2
* Port to NetBSD, where, e.g., 'time_t' is wider than 'long'.Paul Eggert2013-05-271-21/+67
* Add support for testing time_t types other than the system's.Paul Eggert2013-05-271-54/+86
* 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
* Restore 'register'.Paul Eggert2012-10-261-41/+41
* More C modernization.Paul Eggert2012-10-261-84/+78
* Assume C89.Paul Eggert2012-10-121-27/+20
* Use a single version number for both code and data.Paul Eggert2012-07-251-1/+1
* Switch from SCCS to git.Paul Eggert2012-07-181-2/+2
* usage function cleanupArthur David Olson2012-07-181-3/+5
* public domainArthur David Olson2012-07-181-0/+5
* looping fixArthur David Olson2012-07-181-5/+1
* --help and --version workArthur David Olson2012-07-181-4/+14
* noncontroversial changesArthur David Olson2012-07-181-6/+5
* P macro goesArthur David Olson2012-07-181-11/+11
* trailing white space eliminatedArthur David Olson2012-07-181-1/+1