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