]> sjero.net Git - wget/blobdiff - windows/ChangeLog
[svn]
[wget] / windows / ChangeLog
index 41c2161eafc5da6b102c3be0a11dce7c21e430e6..6dc9b7c11f812c486d94c69780736ec288748f8e 100644 (file)
@@ -1,3 +1,26 @@
+2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
+
+       * 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 <mauro@ferrara.linux.it>
 
        * Makefile.src: Added string.c to the list of modules to compile.