File: ChangeLog

package info (click to toggle)
wget 1.10.2-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,772 kB
  • ctags: 2,252
  • sloc: ansic: 25,832; sh: 3,580; perl: 361; makefile: 346
file content (60 lines) | stat: -rw-r--r-- 1,817 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>

	* config.h.mingw: Define HAVE_SELECT.

2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>

	* Makefile.src.bor: Correct location of OBJS dependency.

2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>

	* Makefile.src, Makefile.src.bor, Makefile.src.mingw: Make OBJS
	depend on all headers.

	* wget.dep: Removed.

2005-04-05  Mauro Tortonesi <mauro@ferrara.linux.it>

	* Makefile.src.mingw: removed string_t.c from list of source files.
	
	* Makefile.watcom: removed string_t.c from list of source files.

	* wget.dep: removed string_t.c from list of source files.

2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>

	* Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix 
	a compilation conflict with the string.h header in the standard 
	C library.

	* Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix 
	a compilation conflict with the string.h header in the standard 
	C library.

	* Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
	a compilation conflict with the string.h header in the standard 
	C library.

	* Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
	a compilation conflict with the string.h header in the standard 
	C library.

	* wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
	compilation conflict with the string.h header in the standard C
	library.

	
2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>

	* Makefile.src: Added string.c to the list of modules to compile.

	* Makefile.src.bor: Added string.c to the list of modules to compile.

	* Makefile.src.mingw: Added string.c to the list of modules to compile.

	* Makefile.src.watcom: Added string.c to the list of modules to compile.

	* wget.dep: Added dependencied for the string.c module.

	* ChangeLog: New file.