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