1 | 2005-07-02 Hrvoje Niksic <hniksic@xemacs.org>
|
---|
2 |
|
---|
3 | * config.h.mingw: Define HAVE_SELECT.
|
---|
4 |
|
---|
5 | 2005-06-30 Hrvoje Niksic <hniksic@xemacs.org>
|
---|
6 |
|
---|
7 | * Makefile.src.bor: Correct location of OBJS dependency.
|
---|
8 |
|
---|
9 | 2005-06-22 Hrvoje Niksic <hniksic@xemacs.org>
|
---|
10 |
|
---|
11 | * Makefile.src, Makefile.src.bor, Makefile.src.mingw: Make OBJS
|
---|
12 | depend on all headers.
|
---|
13 |
|
---|
14 | * wget.dep: Removed.
|
---|
15 |
|
---|
16 | 2005-04-05 Mauro Tortonesi <mauro@ferrara.linux.it>
|
---|
17 |
|
---|
18 | * Makefile.src.mingw: removed string_t.c from list of source files.
|
---|
19 |
|
---|
20 | * Makefile.watcom: removed string_t.c from list of source files.
|
---|
21 |
|
---|
22 | * wget.dep: removed string_t.c from list of source files.
|
---|
23 |
|
---|
24 | 2005-02-10 Mauro Tortonesi <mauro@ferrara.linux.it>
|
---|
25 |
|
---|
26 | * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix
|
---|
27 | a compilation conflict with the string.h header in the standard
|
---|
28 | C library.
|
---|
29 |
|
---|
30 | * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix
|
---|
31 | a compilation conflict with the string.h header in the standard
|
---|
32 | C library.
|
---|
33 |
|
---|
34 | * Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
|
---|
35 | a compilation conflict with the string.h header in the standard
|
---|
36 | C library.
|
---|
37 |
|
---|
38 | * Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
|
---|
39 | a compilation conflict with the string.h header in the standard
|
---|
40 | C library.
|
---|
41 |
|
---|
42 | * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
|
---|
43 | compilation conflict with the string.h header in the standard C
|
---|
44 | library.
|
---|
45 |
|
---|
46 |
|
---|
47 | 2004-12-31 Mauro Tortonesi <mauro@ferrara.linux.it>
|
---|
48 |
|
---|
49 | * Makefile.src: Added string.c to the list of modules to compile.
|
---|
50 |
|
---|
51 | * Makefile.src.bor: Added string.c to the list of modules to compile.
|
---|
52 |
|
---|
53 | * Makefile.src.mingw: Added string.c to the list of modules to compile.
|
---|
54 |
|
---|
55 | * Makefile.src.watcom: Added string.c to the list of modules to compile.
|
---|
56 |
|
---|
57 | * wget.dep: Added dependencied for the string.c module.
|
---|
58 |
|
---|
59 | * ChangeLog: New file.
|
---|
60 |
|
---|