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