summaryrefslogtreecommitdiff
path: root/src/timezone/zic.c
AgeCommit message (Expand)Author
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-03-13Small adjustment by pgindent.Bruce Momjian
2010-03-11Sync timezone code with tzcode 2010c from the Olson group. This fixes someTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-02-16Update timezone code to track the upstream changes since 2003. In particularTom Lane
2007-10-26Avoid including any backend-only stuff in the zic utility program.Tom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-26Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway
2006-10-24Tweak zic.c to compile cleanly on MSVC: use CopyFile instead ofTom Lane
2006-10-19Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane
2006-10-16Arrange for timezone names to be recognized case-insensitively; forTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-20Cosmetic improvements to the timezone code: remove the use of theNeil Conway
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2004-09-27Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-11Fix function definition that somehow missed being ANSI-fied, and alignTom Lane
2004-08-08More Win32 zic build cleanups now that we have symlinks, it needs help.Bruce Momjian
2004-07-22Add missing <getopt.h>, per Dann Corbit.Tom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-21pgindent did a pretty awful job on the timezone code, particularly withTom Lane
2004-05-21Pgindent timezone file, per request from Tom.Bruce Momjian
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-19Allow zic to compile by defining a "" value for my_exec_path. It isn'tBruce Momjian
2004-04-30Convert DOS newlines to Unix newlines.Bruce Momjian
2004-04-30Timezone library changes to map into our backend code.Bruce Momjian
2004-04-30Add Olson's public domain timezone library to src/timezone.Bruce Momjian