X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=windows%2FChangeLog;h=7bf7b062fdc181aee700341bd53d22df7779b7fc;hb=25028b0f3b5bdc54edec38648eddf48e92e1f455;hp=41c2161eafc5da6b102c3be0a11dce7c21e430e6;hpb=ca13ffd2497e6b0352f96f0ef30a33c4c655ed35;p=wget diff --git a/windows/ChangeLog b/windows/ChangeLog index 41c2161e..7bf7b062 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,67 @@ +2005-06-29 Hrvoje Niksic + + * config.h.mingw: MinGW has limits.h, uint32_t, and the + sin6_scope_id member of sockaddr_in6. Include config-post.h. + +2005-06-27 Hrvoje Niksic + + * config.h.bor: Ditto. + + * config.h.mingw: Don't explicitly include malloc.h, mswindows.h + does that. + +2005-06-23 Hrvoje Niksic + + * config.h.bor: Ditto. + + * config.h.ms: Remove obsolete symbols. + +2005-06-23 Hrvoje Niksic + + * Makefile.watcom: Removed. + +2005-06-22 Hrvoje Niksic + + * Makefile.src*: Add the config.h dependency. + +2005-06-22 Hrvoje Niksic + + * Makefile.src, Makefile.src.bor, Makefile.src.mingw: Make OBJS + depend on all headers. + + * wget.dep: Removed. + +2005-04-05 Mauro Tortonesi + + * Makefile.src.mingw: removed string_t.c from list of source files. + + * Makefile.watcom: removed string_t.c from list of source files. + + * wget.dep: removed string_t.c from list of source files. + +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 + 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 + 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 + 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 + C library. + + * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a + compilation conflict with the string.h header in the standard C + library. + + 2004-12-31 Mauro Tortonesi * Makefile.src: Added string.c to the list of modules to compile.