X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2FChangeLog;h=b53f46123bc0a09d1451179d101e873b4e209b70;hp=7cadaa5614caebc2814f2ccada6b4af0fa28ffd5;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/windows/ChangeLog b/windows/ChangeLog index 7cadaa56..b53f4612 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -64,7 +64,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 @@ -187,20 +187,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