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