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