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