aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 33507ef581d..66e1ea15438 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,44 @@
12005-06-11 Eli Zaretskii <eliz@gnu.org>
2
3 * configure.bat: If their fc.exe returns a meaningful exit status,
4 don't overwrite src/config.h and src/epaths.h with identical
5 copies.
6
7 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
8 changes. Add a pointer to another site with detailed configure
9 and build instructions. Suggest to look at config.log when
10 configure fails. Add MinGW Make 3.80 to the list of successful
11 combinations.
12
13 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
14 "-mcpu=i686".
15
16 * configure.bat: Update copyright years.
17 Delete config.log before doing anything else.
18 Write additional diagnostics to config.log in case of failures to
19 compile test programs, including the failed test program itself.
20 Add a test for support of -mtune=pentium4 switch to GCC; if it is
21 supported, set up MCPU_FLAG variable on the various Makefiles to
22 use that switch during compilations. (This avoids GCC warning
23 about -mcpu being deprecated.)
24
252005-06-10 Eli Zaretskii <eliz@gnu.org>
26
27 * addsection.c (copy_executable_and_add_section): Pass non-zero
28 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
29 environment. Print section names with %.8s.
30 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
31 only if non-zero. All callers changed.
32
332005-06-05 Eli Zaretskii <eliz@gnu.org>
34
35 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
36 `const void *', for consistency with Posix.
37
382005-06-04 Eli Zaretskii <eliz@gnu.org>
39
40 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
41
12005-05-24 Juanma Barranquero <lekktu@gmail.com> 422005-05-24 Juanma Barranquero <lekktu@gmail.com>
2 43
3 * INSTALL: Add more pointers to ports of Unix tools to Windows, 44 * INSTALL: Add more pointers to ports of Unix tools to Windows,