X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2FChangeLog;h=ebaf135c9c207e6dc0c30835500d47906b0fa7b2;hp=f047fc6d40f99c9cb36b895b1e65ab1dca7d0c34;hb=1ba17daf39f50049172a8b7f5e592a44e58aaad2;hpb=ff751683a251e83aceb7dbbf409a58359e153f2e diff --git a/windows/ChangeLog b/windows/ChangeLog index f047fc6d..ebaf135c 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,37 @@ +2006-04-07 Mauro Tortonesi + + * config-compiler.h: Several fixes for MSVC 8 (Visual C 2005). + +2006-03-09 Hrvoje Niksic + + * config-compiler.h (HAVE_UINTPTR_T): Define to 1 under MinGW. + +2005-08-10 Hrvoje Niksic + + * config.h (HAVE_SOCKADDR_IN6_SCOPE_ID): According to MSDN, + Winsock supports sin6_scope_id. + +2005-07-08 Gisle Vanem + + * config-compiler.h: Reintroduced Watcom support. + +2005-07-08 Hrvoje Niksic + + * config.h: Comment out the #undef lines so that they don't undo + the flags set in the Makefiles. + +2005-07-07 Hrvoje Niksic + + * config-compiler.h (stat_alias): Don't directly redefine stat and + fstat here. Just define the alias symbols. + (gai_strerror): Just declare that it needs to be defined instead + of defining it directly. + +2005-07-07 Gisle Vanem + + * config-compiler.h: Define HAVE__BOOL, HAVE_INTTYPES_H, and + HAVE_STRTOLL for MinGW. + 2005-07-07 Hrvoje Niksic * config.h.mingw: Removed.