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