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