aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog.1
diff options
context:
space:
mode:
Diffstat (limited to 'nt/ChangeLog.1')
-rw-r--r--nt/ChangeLog.118
1 files changed, 9 insertions, 9 deletions
diff --git a/nt/ChangeLog.1 b/nt/ChangeLog.1
index adfdea286f0..7502156b1ff 100644
--- a/nt/ChangeLog.1
+++ b/nt/ChangeLog.1
@@ -297,8 +297,8 @@
297 to avoid gnulib replacement of 'struct timeval' and the resulting 297 to avoid gnulib replacement of 'struct timeval' and the resulting
298 compilation of lib/gettimeofday.c with incompatible version of 298 compilation of lib/gettimeofday.c with incompatible version of
299 gettimeofday. Related discussions on emacs-devel: 299 gettimeofday. Related discussions on emacs-devel:
300 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html 300 https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
301 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html 301 https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
302 302
3032013-08-31 Glenn Morris <rgm@gnu.org> 3032013-08-31 Glenn Morris <rgm@gnu.org>
304 304
@@ -373,7 +373,7 @@
373 373
374 * inc/sys/time.h (gettimeofday): Use '__restrict' instead of 374 * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
375 'restrict', which is a C99 extension. See 375 'restrict', which is a C99 extension. See
376 http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html 376 https://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
377 and the following discussion for the problem this caused in the 377 and the following discussion for the problem this caused in the
378 old nt/configure.bat build. 378 old nt/configure.bat build.
379 379
@@ -524,10 +524,10 @@
524 524
525 Fix more incompatibilities between MinGW.org and MinGW64 headers 525 Fix more incompatibilities between MinGW.org and MinGW64 headers
526 reported by Óscar Fuentes in 526 reported by Óscar Fuentes in
527 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html 527 https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
528 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html 528 https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
529 and in 529 and in
530 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html. 530 https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
531 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1. 531 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1.
532 For MinGW64, include sys/types.h and time.h. 532 For MinGW64, include sys/types.h and time.h.
533 (_WIN32_WINNT) [!_W64]: Don't define for MinGW64. 533 (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
@@ -548,7 +548,7 @@
548 548
549 Fix incompatibilities between MinGW.org and MinGW64 headers 549 Fix incompatibilities between MinGW.org and MinGW64 headers
550 reported by Óscar Fuentes in 550 reported by Óscar Fuentes in
551 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html. 551 https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
552 * inc/ms-w32.h (struct timespec): Don't define if 552 * inc/ms-w32.h (struct timespec): Don't define if
553 _TIMESPEC_DEFINED is already defined. 553 _TIMESPEC_DEFINED is already defined.
554 (sigset_t) [!_POSIX]: Typedef for MinGW64. 554 (sigset_t) [!_POSIX]: Typedef for MinGW64.
@@ -724,7 +724,7 @@
7242012-11-21 Eli Zaretskii <eliz@gnu.org> 7242012-11-21 Eli Zaretskii <eliz@gnu.org>
725 725
726 * nmake.defs: Use !if, not !ifdef. For the details, see 726 * nmake.defs: Use !if, not !ifdef. For the details, see
727 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html 727 https://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
728 728
729 * inc/stdint.h (INTPTR_MIN) 729 * inc/stdint.h (INTPTR_MIN)
730 (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC. 730 (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
@@ -1184,7 +1184,7 @@
1184 (dist): Depend on it. 1184 (dist): Depend on it.
1185 (install-shortcuts): Depend on install-addpm instead of copying 1185 (install-shortcuts): Depend on install-addpm instead of copying
1186 addpm.exe as part of the recipe. See 1186 addpm.exe as part of the recipe. See
1187 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html 1187 https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
1188 for the related problem and discussions. 1188 for the related problem and discussions.
1189 1189
11902012-06-11 Glenn Morris <rgm@gnu.org> 11902012-06-11 Glenn Morris <rgm@gnu.org>