diff options
author | Paul Smith <psmith@gnu.org> | 2005-06-27 15:40:56 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-06-27 15:40:56 +0000 |
commit | b581e1350fefab3c625b0f08078017d05f9578d3 (patch) | |
tree | 923045f42579f156ca9b4e35d953493b14cb856e /ChangeLog | |
parent | a36cfed31acd1a62f0d9f383c0c0de0c2f946d28 (diff) | |
download | gunmake-b581e1350fefab3c625b0f08078017d05f9578d3.tar.gz |
Fixes for some Windows/MSC compile issues.
wget command line option seems to have changed?
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-06-27 Paul D. Smith <psmith@gnu.org> + + * dir.c (find_directory): Change type of fs_serno/fs_flags/fs_len + to unsigned long. Fixes Savannah bug #13550. + + * w32/subproc/sub_proc.c: Remove (HANDLE) casts on lvalues. + (process_pipe_io): Initialize tStdin/tStdout/tStderr variables. + Fixes Savannah bug #13551. + 2005-06-26 Paul D. Smith <psmith@gnu.org> * make.h: Fix bug in ANSI_STRING/strerror() handling; only define |