]> sjero.net Git - wget/blob - windows/ChangeLog
[svn] Don't explicitly include <malloc.h>, mswindows.h does it for us.
[wget] / windows / ChangeLog
1 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2
3         * config.h.bor: Ditto.
4
5         * config.h.mingw: Don't explicitly include malloc.h, mswindows.h
6         does that.
7
8 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
9
10         * config.h.bor: Ditto.
11
12         * config.h.ms: Remove obsolete symbols.
13
14 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
15
16         * Makefile.watcom: Removed.
17
18 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
19
20         * Makefile.src*: Add the config.h dependency.
21
22 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
23
24         * Makefile.src, Makefile.src.bor, Makefile.src.mingw: Make OBJS
25         depend on all headers.
26
27         * wget.dep: Removed.
28
29 2005-04-05  Mauro Tortonesi <mauro@ferrara.linux.it>
30
31         * Makefile.src.mingw: removed string_t.c from list of source files.
32         
33         * Makefile.watcom: removed string_t.c from list of source files.
34
35         * wget.dep: removed string_t.c from list of source files.
36
37 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
38
39         * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix 
40         a compilation conflict with the string.h header in the standard 
41         C library.
42
43         * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix 
44         a compilation conflict with the string.h header in the standard 
45         C library.
46
47         * Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
48         a compilation conflict with the string.h header in the standard 
49         C library.
50
51         * Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
52         a compilation conflict with the string.h header in the standard 
53         C library.
54
55         * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
56         compilation conflict with the string.h header in the standard C
57         library.
58
59         
60 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
61
62         * Makefile.src: Added string.c to the list of modules to compile.
63
64         * Makefile.src.bor: Added string.c to the list of modules to compile.
65
66         * Makefile.src.mingw: Added string.c to the list of modules to compile.
67
68         * Makefile.src.watcom: Added string.c to the list of modules to compile.
69
70         * wget.dep: Added dependencied for the string.c module.
71
72         * ChangeLog: New file.
73