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