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