summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-02-06 16:41:49 +0000
committerPaul Smith <psmith@gnu.org>2006-02-06 16:41:49 +0000
commitce9c63b32b9e31b3902de2987c81732540b89a1e (patch)
treec9592c7034b411b9d5df06558843934e545212fe /ChangeLog
parenta4e3523fe408158c15026a884d1515c34de27de6 (diff)
downloadmake-git-ce9c63b32b9e31b3902de2987c81732540b89a1e.tar.gz
Updates to Windows stuff from Markus Mauhart.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 80cb5cd0..c1e05dea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,17 @@
-W, don't overwrite it with the real mtime.
Fixes Savannah bug #15341.
+ Updates from Markus Mauhart <qwe123@chello.at>:
+
+ * w32/subproc/sub_proc.c (process_begin): Remove no-op tests.
+ (process_signal, process_last_err, process_exit_code): Manage
+ invalid handle values.
+ (process_{outbuf,errbuf,outcnt,errcnt,pipes}): Unused and don't
+ manage invalid handles; remove them.
+ * job.c (start_job_command) [WINDOWS32]: Jump out on error.
+ * config.h.W32.template [WINDOWS32]: Set flags for Windows builds.
+ * README.cvs: Updates for building from CVS.
+
2006-02-05 Paul D. Smith <psmith@gnu.org>
* file.c (enter_file): Keep track of the last double_colon entry,
@@ -34,7 +45,7 @@
* README.cvs: Applied patch #4786 from
Markus Mauhart <qwe123@chello.at>.
* make_msvc_net2003.vcproj [WINDOWS32]: New version from
- Markus Mauhart <qwe123@chello.at>.
+ J. Grant <jg@jguk.org>.
* main.c: Update the copyright year in the version output.
* prepare_w32.bat: Remove this file from the distribution.