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