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