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