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