X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2FChangeLog;h=0c1bde1f6accd799b935038e85cf79ef9e694491;hp=fd8d815752ea478b5f5c47d9f661ff144dfc7bd7;hb=df804c69d98920e25a8c3bdec661613227524474;hpb=d5e283b1a75c5f8249300b465b4e7b55130bec49 diff --git a/windows/ChangeLog b/windows/ChangeLog index fd8d8157..0c1bde1f 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,13 @@ +2009-09-21 Micah Cowan + + * README: Warn about less-than-functional Windows build support. + +2009-09-03 Gisle Vanem + + * config.h (HAVE_STRING_H): Define for all Windows build + platforms. + (socklen_t): Define conditionally. + 2008-09-09 Gisle Vanem * config-compiler.h: MingW do have ; added HAVE_STDINT_H. @@ -58,7 +68,7 @@ 2006-12-29 Gisle Vanem * config.h: Added 'HAVE_SYS_UTIME_H 1' which gets undefined as needed - in config-compiler.h. + in config-compiler.h. * config-compiler.h: Added '_WIN32_WINNT=0x0501' as needed to pull in the prototype of getaddrinfo() and other library functions. Defined @@ -181,20 +191,20 @@ 2005-02-10 Mauro Tortonesi - * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix - a compilation conflict with the string.h header in the standard + * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix + a compilation conflict with the string.h header in the standard C library. - * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix - a compilation conflict with the string.h header in the standard + * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix + a compilation conflict with the string.h header in the standard C library. * Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix - a compilation conflict with the string.h header in the standard + a compilation conflict with the string.h header in the standard C library. * Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix - a compilation conflict with the string.h header in the standard + a compilation conflict with the string.h header in the standard C library. * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a