summaryrefslogtreecommitdiff
path: root/private.h
Commit message (Expand)AuthorAgeFilesLines
* Fix localtime.c undefined behaviors and set errno.Paul Eggert2014-10-181-0/+3
* Fix EOVERFLOW-related problems noted by Chistos Zoulas.Paul Eggert2014-10-081-1/+6
* Port C macro defaults to Solaris and Irix.Paul Eggert2014-08-251-26/+47
* Add NetBSD-inspired functions for timezone_t objects.Paul Eggert2014-08-251-1/+46
* Add strftime_l to the library. Only the C locale is supported.Paul Eggert2014-08-251-0/+8
* strftime: remove support for long-obsolete SunOS locale filesPaul Eggert2014-08-251-4/+0
* mktime: guess better near transitions where tm_isdst does not changePaul Eggert2014-08-251-0/+4
* * private.h (asctime_r): Qualify arguments with 'restrict'.Paul Eggert2014-08-251-1/+1
* Use bool for boolean.Paul Eggert2014-08-251-7/+7
* Simplify configuration of TM_GMTOFF and TM_ZONE.Paul Eggert2014-08-251-0/+16
* Port to GCC 3.4.6, which does not define __LONG_LONG_MIN__ on Irix.Paul Eggert2014-08-251-2/+2
* * private.h (timegm, timelocal) [time_tz]: Define replacements.Paul Eggert2014-08-251-0/+10
* Remove lint when debugging by compiling with -Dtime_tz='whatever'.Paul Eggert2014-08-251-9/+3
* Port to GCC 4.1.3 + NetBSD 5.1.Paul Eggert2014-08-251-0/+4
* Port to NetBSD when using GCC_DEBUG_FLAGS or defining time_tz.Paul Eggert2014-08-251-10/+41
* * private.h, zdump.c (TZ_DOMAIN): Look at HAVE_GETTEXT,Paul Eggert2014-06-261-1/+1
* Remove no-longer-necessary trademark notices.Paul Eggert2014-06-251-4/+0
* Update to pacify recent GCC's static checking.Paul Eggert2014-06-181-21/+7
* Don't abuse "`" to mean open quote.Paul Eggert2014-06-151-2/+2
* * private.h, zdump.c (HAVE_STDINT_H), NEWS: Define to 1 if __CYGWIN__.Paul Eggert2014-03-261-2/+3
* Check for integer overflow errors in zic.Paul Eggert2014-03-201-0/+4
* * private.h: Fix typo in comment.Paul Eggert2013-09-261-1/+1
* build: port to MinGW and fix symlink bugsPaul Eggert2013-09-261-0/+4
* * zic.c: Prefer <stdarg.h> to allocating memory by hand.Paul Eggert2013-09-081-0/+2
* Remove attempt to support floating-point time_t.Paul Eggert2013-08-121-26/+2
* Add FreeBSD-style -r option to 'date'.Paul Eggert2013-08-091-0/+27
* Don't bother with uintmax_t in previous change.Paul Eggert2013-08-071-6/+0
* Avoid undefined behavior on integer overflow.Paul Eggert2013-08-071-0/+15
* Port to NetBSD, where, e.g., 'time_t' is wider than 'long'.Paul Eggert2013-05-271-1/+57
* Add support for testing time_t types other than the system's.Paul Eggert2013-05-271-0/+56
* Assume C89.Paul Eggert2012-10-121-5/+6
* Switch from SCCS to git.Paul Eggert2012-07-181-10/+0
* HAVE_STRERROR goesArthur David Olson2012-07-181-4/+0
* noncontroversial changesArthur David Olson2012-07-181-60/+2
* P macro goesArthur David Olson2012-07-181-19/+11
* trailing white space eliminatedArthur David Olson2012-07-181-1/+1
* STDC/gcc modsArthur David Olson2012-07-181-13/+22
* 64-bit versionArthur David Olson2012-07-181-11/+54
* White-suggested STDC modsArthur David Olson2012-07-181-4/+3
* McGrath scheck modsArthur David Olson2012-07-181-1/+1
* electronic mail addresses purgedArthur David Olson2012-07-181-1/+1
* abbreviation scrubbing workArthur David Olson2012-07-181-0/+2
* delintedArthur David Olson2012-07-181-14/+15
* note on TYPE_INTEGRALArthur David Olson2012-07-181-0/+5
* SCCS-file: private.hArthur David Olson2012-07-181-2/+2
* difftime workArthur David Olson2012-07-181-1/+5
* asctime_r fixArthur David Olson2012-07-181-0/+11
* trademark changeArthur David Olson2012-07-181-1/+1
* Eggert modsArthur David Olson2012-07-181-10/+4
* HAVE_STRERROR reversedArthur David Olson2012-07-181-1/+1