]> sjero.net Git - wget/blob - windows/ChangeLog
Fix IPv6 detection under Windows.
[wget] / windows / ChangeLog
1 2010-05-08  Giuseppe Scrivano  <gscrivano@gnu.org>
2
3         * Makefile.am: Update copyright years.
4
5         * Makefile.doc: Likewise.
6
7         * Makefile.src: Likewise.
8
9         * Makefile.top: Likewise.
10
11         * Makefile.top.bor: Likewise.
12
13         * Makefile.top.mingw: Likewise.
14
15         * config-compiler.h: Likewise.
16
17 2009-09-21  Micah Cowan  <micah@cowan.name>
18
19         * README: Warn about less-than-functional Windows build support.
20
21 2009-09-03  Gisle Vanem  <giva@bgnett.no>
22
23         * config.h (HAVE_STRING_H): Define for all Windows build
24         platforms.
25         (socklen_t): Define conditionally.
26
27 2008-09-09  Gisle Vanem  <gvanem@broadpark.no>
28
29         * config-compiler.h: MingW do have <stdint.h>; added HAVE_STDINT_H.
30         Added _CRT_SECURE_NO_WARNINGS to supress warnings in MSVC8+ about
31         using "old" ANSI-functions.
32
33         * config.h: config-post.h is gone. SIZEOF_LONG_LONG is 8.
34
35 2008-01-25  Micah Cowan  <micah@cowan.name>
36
37         * Makefile.am, Makefile.doc, Makefile.src, Makefile.top,
38         Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated
39         copyright year.
40
41 2007-11-28  Micah Cowan <micah@cowan.name>
42
43         * Makefile.doc, Makefile.am, Makefile.src, Makefile.top,
44         Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated
45         license exception for OpenSSL, per the SFLC.
46
47 2007-10-15  Gisle Vanem  <giva@bgnett.no>
48
49         * config-compiler.h: Adjust for OpenWacom 1.7's _Bool fix.
50
51 2007-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
52
53         * Makefile.in: Removed, replaced by Makefile.am.
54         * Makefile.am: Converted from Makefile.in.
55
56 2007-09-24  Christopher Lewis <chris@christopherlewis.com>
57
58         * config-compiler.h: Fix compiler warnings related to
59         HAVE_INTPTR_T.
60
61 2007-07-05  Micah Cowan  <micah@cowan.name>
62
63         * Makefile.top.bor, Makefile.doc, Makefile.in, Makefile.src:
64         * config-compiler.h, Makefile.top, Makefile.top.mingw:
65         Updated GPL reference to version 3 or later, removed FSF
66         address.
67
68 2006-06-25  Christopher Lewis <chris@christopherlewis.com>
69
70         * Windows\Makefile.top: Added OpenSSL dlls and cacert.pem to
71         wget.zip to further automate the Win32 build process
72
73         * Windows\Makefile.top.bor: Added OpenSSL dlls and cacert.pem to
74         wget.zip to further automate the Win32 build process
75
76 2007-01-23  Christopher Lewis <chris@christopherlewis.com>
77
78         * Windows\Makefile.top: Added the required file msvcr80.dll.  This
79         file is required by OpenSSL.
80
81         * Windows\Makefile.top.bor: Added the required file msvcr80.dll.
82         This file is required by OpenSSL.
83
84 2006-12-29  Gisle Vanem  <giva@bgnett.no>
85
86         * config.h: Added 'HAVE_SYS_UTIME_H 1' which gets undefined as needed
87         in config-compiler.h.
88
89         * config-compiler.h: Added '_WIN32_WINNT=0x0501' as needed to pull in
90         the prototype of getaddrinfo() and other library functions. Defined
91         HAVE_UINTPTR_T and HAVE_INTPTR_T for Digital Mars, which supports
92         'uintptr_t' and 'intptr_t'. Undefined HAVE_STDBOOL_H for Watcom, which
93         has <stdbol.h> but the file cannot be used since the '_Bool' builtin
94         is missing in the compiler!
95
96 2006-10-12  Gisle Vanem  <giva@bgnett.no>
97
98         * config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.
99
100 2006-08-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
101
102         * Makefile.src: Added spider.c to the list of files to compile and
103         spider.h to the list of header files. Updated copyright information.
104
105         * Makefile.src.mingw: Ditto.
106
107         * Makefile.src.bor: Ditto.
108
109 2006-04-07  Mauro Tortonesi  <mauro@ferrara.linux.it>
110
111         * config-compiler.h: Several fixes for MSVC 8 (Visual C 2005).
112
113 2006-03-09  Hrvoje Niksic  <hniksic@xemacs.org>
114
115         * config-compiler.h (HAVE_UINTPTR_T): Define to 1 under MinGW.
116
117 2005-08-10  Hrvoje Niksic  <hniksic@xemacs.org>
118
119         * config.h (HAVE_SOCKADDR_IN6_SCOPE_ID): According to MSDN,
120         Winsock supports sin6_scope_id.
121
122 2005-07-08  Gisle Vanem  <giva@bgnett.no>
123
124         * config-compiler.h: Reintroduced Watcom support.
125
126 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
127
128         * config.h: Comment out the #undef lines so that they don't undo
129         the flags set in the Makefiles.
130
131 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
132
133         * config-compiler.h (stat_alias): Don't directly redefine stat and
134         fstat here.  Just define the alias symbols.
135         (gai_strerror): Just declare that it needs to be defined instead
136         of defining it directly.
137
138 2005-07-07  Gisle Vanem  <giva@bgnett.no>
139
140         * config-compiler.h: Define HAVE__BOOL, HAVE_INTTYPES_H, and
141         HAVE_STRTOLL for MinGW.
142
143 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
144
145         * config.h.mingw: Removed.
146
147         * config.h.bor: Removed.
148
149         * config.h.ms: Removed.
150
151         * config-compiler.h: New file.
152
153 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
154
155         * config.h: New file.
156
157 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
158
159         * Makefile.src.bor: Correct location of OBJS dependency.
160
161 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
162
163         * config.h.ms: Ditto.
164
165         * config.h.bor: Explicitly include config-post.h.
166
167 2005-06-29  Gisle Vanem  <giva@bgnett.no>
168
169         * config.h.mingw: MinGW has limits.h, uint32_t, and the
170         sin6_scope_id member of sockaddr_in6.  Include config-post.h.
171
172 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
173
174         * config.h.bor: Ditto.
175
176         * config.h.mingw: Don't explicitly include malloc.h, mswindows.h
177         does that.
178
179 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
180
181         * config.h.bor: Ditto.
182
183         * config.h.ms: Remove obsolete symbols.
184
185 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
186
187         * Makefile.watcom: Removed.
188
189 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
190
191         * Makefile.src*: Add the config.h dependency.
192
193 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
194
195         * Makefile.src, Makefile.src.bor, Makefile.src.mingw: Make OBJS
196         depend on all headers.
197
198         * wget.dep: Removed.
199
200 2005-04-05  Mauro Tortonesi <mauro@ferrara.linux.it>
201
202         * Makefile.src.mingw: removed string_t.c from list of source files.
203         
204         * Makefile.watcom: removed string_t.c from list of source files.
205
206         * wget.dep: removed string_t.c from list of source files.
207
208 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
209
210         * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix
211         a compilation conflict with the string.h header in the standard
212         C library.
213
214         * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix
215         a compilation conflict with the string.h header in the standard
216         C library.
217
218         * Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
219         a compilation conflict with the string.h header in the standard
220         C library.
221
222         * Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
223         a compilation conflict with the string.h header in the standard
224         C library.
225
226         * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
227         compilation conflict with the string.h header in the standard C
228         library.
229
230         
231 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
232
233         * Makefile.src: Added string.c to the list of modules to compile.
234
235         * Makefile.src.bor: Added string.c to the list of modules to compile.
236
237         * Makefile.src.mingw: Added string.c to the list of modules to compile.
238
239         * Makefile.src.watcom: Added string.c to the list of modules to compile.
240
241         * wget.dep: Added dependencied for the string.c module.
242
243         * ChangeLog: New file.
244