aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 95203b9d2fa..ae6cb231614 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,34 @@
12012-11-23 Eli Zaretskii <eliz@gnu.org>
2
3 * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise.
4 (Bug#12955)
5
6 * nmake.defs (SWITCHCHAR): Define to /.
7
82012-11-23 Paul Eggert <eggert@cs.ucla.edu>
9
10 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
11 * inc/dirent.h: Rename from ../src/ndir.h, with these changes:
12 (struct dirent): Rename from struct direct. All uses changed.
13 * inc/sys/dir.h: Remove.
14
152012-11-21 Paul Eggert <eggert@cs.ucla.edu>
16
17 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
18 * config.nt (HAVE_GETCWD): Remove.
19
202012-11-21 Eli Zaretskii <eliz@gnu.org>
21
22 * nmake.defs: Use !if, not !ifdef. For the details, see
23 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
24
25 * inc/stdint.h (INTPTR_MIN):
26 (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
27
282012-11-18 Eli Zaretskii <eliz@gnu.org>
29
30 * inc/unistd.h: Don't include fcntl.h and don't define O_RDWR.
31
12012-11-17 Juanma Barranquero <lekktu@gmail.com> 322012-11-17 Juanma Barranquero <lekktu@gmail.com>
2 33
3 * config.nt: Sync with autogen/config.in. 34 * config.nt: Sync with autogen/config.in.