]> sjero.net Git - wget/blobdiff - src/ChangeLog
Set stdout mode to binary under Windows.
[wget] / src / ChangeLog
index 33bd319975944c1365685ae4c21bacdbf469ede2..b827981add8bcb5b60d4681026bbb9c0380a5ce7 100644 (file)
@@ -1,3 +1,17 @@
+2010-12-28  Adrien Nader  <adrien@notk.org> (tiny change)
+
+       * main.c [WINDOWS]: Include <io.h> and <fcntl.h>.
+       (main) [WINDOWS]: Set the stdout file mode to binary.
+       Submitted also by: Martin Panter <vadmium@gmail.com>
+
+2011-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * retr.c (fd_read_body): Be sure the buffer size is at least 8Kb.
+       BUFSIZ may assume very small values with a negative impact on the
+       performances.
+
+       * mswindows.h [NEED_GAI_STRERROR]: remove definition for gai_strerror.
+
 2011-05-15  Ray Satiro <raysatiro@yahoo.com>
 
        * connect.c (select_fd) [WINDOWS]: Ensure the socket is blocking.