From 72a6e75f0bf5f04fdc8d26622e0b012c3b8294df Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 9 May 2017 21:56:31 -0700 Subject: [PATCH 6/6] A couple of other MS-Windows comments * Makefile: Mention locale_t. * NEWS: Mention recent changes. --- Makefile | 1 + NEWS | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Makefile b/Makefile index ee37f62..e7c6ac0 100644 --- a/Makefile +++ b/Makefile @@ -137,6 +137,7 @@ LDLIBS= # -DEPOCH_OFFSET=N if the 'time' function returns a value N greater # than what POSIX specifies, assuming local time is UT. # For example, N is 252460800 on AmigaOS. +# -Dlocale_t=XXX if your system uses XXX instead of locale_t # -DNO_RUN_TIME_WARNINGS_ABOUT_YEAR_2000_PROBLEMS_THANK_YOU=1 # if you do not want run time warnings about formats that may cause # year 2000 grief diff --git a/NEWS b/NEWS index 8ca2643..e82e03e 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,12 @@ Unreleased, experimental changes Add 7 s to the UT offset in Asia/Yangon before 1920. + Changes to code + + Several minor changes have been made to the code to make it a + bit easier to port to MS-Windows. (Thanks to Kees Dekker for + reporting the problems.) + Release 2017b - 2017-03-17 07:30:38 -0700 -- 2.7.4