aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-12 16:11:14 +0300
committerEli Zaretskii2013-10-12 16:11:14 +0300
commit2f4586ad044ba5deedadbccd4ad913c565ca3367 (patch)
tree439405a79aaf07dab0c37fb518ce2d2063ccd781 /nt/ChangeLog
parent18f19af2a797ac472dee3bd226fbd8c327f04fb6 (diff)
downloademacs-2f4586ad044ba5deedadbccd4ad913c565ca3367.tar.gz
emacs-2f4586ad044ba5deedadbccd4ad913c565ca3367.zip
Make the MinGW32 build compatible with MinGW runtime 4.x.
nt/inc/dirent.h (struct dirent) [__MINGW_MAJOR_VERSION >= 4]: Make the layout of 'struct dirent' be compatible with MinGW32 runtime versions 4.0 and later. nt/inc/ms-w32.h (__MINGW_MAJOR_VERSION, __MINGW_MINOR_VERSION) (__MINGW_PATCHLEVEL) [!__MINGW64_VERSION_MAJOR]: Define, if not defined, but not for MinGW64. (_USE_32BIT_TIME_T) [__MINGW64_VERSION_MAJOR]: Define, to force use of 32-bit time_t type.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 390a8eb0227..cdd9ec60b11 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,15 @@
12013-10-12 Eli Zaretskii <eliz@gnu.org>
2
3 * inc/dirent.h (struct dirent) [__MINGW_MAJOR_VERSION >= 4]: Make
4 the layout of 'struct dirent' be compatible with MinGW32 runtime
5 versions 4.0 and later.
6
7 * inc/ms-w32.h (__MINGW_MAJOR_VERSION, __MINGW_MINOR_VERSION)
8 (__MINGW_PATCHLEVEL) [!__MINGW64_VERSION_MAJOR]: Define, if not
9 defined, but not for MinGW64.
10 (_USE_32BIT_TIME_T) [__MINGW64_VERSION_MAJOR]: Define, to force
11 use of 32-bit time_t type.
12
12013-10-07 Paul Eggert <eggert@cs.ucla.edu> 132013-10-07 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 Improve support for popcount and counting trailing zeros (Bug#15550). 15 Improve support for popcount and counting trailing zeros (Bug#15550).