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