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