diff options
Diffstat (limited to 'pc/ChangeLog')
-rw-r--r-- | pc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 30c3de74..a5df389c 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,15 @@ +2016-03-16 Eli Zaretskii <eliz@gnu.org> + + * gawkmisc.pc (usleep): Condition on MinGW runtime version older + than 3.21, which defines 'usleep' as an inline function in + unistd.h, and thus causes compilation errors due to conflicting + definitions. Reported by Ivan Suchý <suchy.ivan@gmail.com>. + + * Makefile (mingw32, mingw32-readline, mingw32-mpfr) + (mingw32-readline-mpfr): Use -Wno-deprecated-declarations, to + avoid warnings about 'usleep' in newer versions of mingw.org's + MinGW runtime. + 2016-01-28 Arnold D. Robbins <arnold@skeeve.com> * config.h: Updated to current. |