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