]> sjero.net Git - wget/blob - windows/ChangeLog
6dc9b7c11f812c486d94c69780736ec288748f8e
[wget] / windows / ChangeLog
1 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
2
3         * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix 
4         a compilation conflict with the string.h header in the standard 
5         C library.
6
7         * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix 
8         a compilation conflict with the string.h header in the standard 
9         C library.
10
11         * Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
12         a compilation conflict with the string.h header in the standard 
13         C library.
14
15         * Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
16         a compilation conflict with the string.h header in the standard 
17         C library.
18
19         * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
20         compilation conflict with the string.h header in the standard C
21         library.
22
23         
24 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
25
26         * Makefile.src: Added string.c to the list of modules to compile.
27
28         * Makefile.src.bor: Added string.c to the list of modules to compile.
29
30         * Makefile.src.mingw: Added string.c to the list of modules to compile.
31
32         * Makefile.src.watcom: Added string.c to the list of modules to compile.
33
34         * wget.dep: Added dependencied for the string.c module.
35
36         * ChangeLog: New file.
37