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