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