]> sjero.net Git - wget/blob - windows/ChangeLog
[svn] Removed string_t.c from the list of source files in Makefiles.
[wget] / windows / ChangeLog
1 2005-04-05  Mauro Tortonesi <mauro@ferrara.linux.it>
2
3         * Makefile.src.mingw: removed string_t.c from list of source files.
4         
5         * Makefile.watcom: removed string_t.c from list of source files.
6
7         * wget.dep: removed string_t.c from list of source files.
8
9 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
10
11         * Makefile.src: 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.bor: 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         * Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
20         a compilation conflict with the string.h header in the standard 
21         C library.
22
23         * Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
24         a compilation conflict with the string.h header in the standard 
25         C library.
26
27         * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
28         compilation conflict with the string.h header in the standard C
29         library.
30
31         
32 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
33
34         * Makefile.src: Added string.c to the list of modules to compile.
35
36         * Makefile.src.bor: Added string.c to the list of modules to compile.
37
38         * Makefile.src.mingw: Added string.c to the list of modules to compile.
39
40         * Makefile.src.watcom: Added string.c to the list of modules to compile.
41
42         * wget.dep: Added dependencied for the string.c module.
43
44         * ChangeLog: New file.
45