File: ChangeLog

package info (click to toggle)
icepick 0.01-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,608 kB
  • ctags: 28,706
  • sloc: java: 134,567; sh: 7,395; xml: 1,565; makefile: 530; ansic: 217
file content (102 lines) | stat: -rw-r--r-- 2,201 bytes parent folder | download
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
2008-01-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* tools/Makefile.am:
	Added.
	
2008-01-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am:
	Add tools subdirectory and remove old
	script templates.
	* tools/apt.in,
	* tools/javac.in,
	* tools/javadoc.in,
	* tools/javah.in,
	* tools/javap.in:
	Removed.
	* tools/library.c:
	Moved to wrapper.c
	* tools/wrapper.c:
	Added exec support, and #ifdefed out
	incomplete JNI support.
	* tools/wrapper.h:
	Function prototypes.
	* autogen.sh:
	Check for wrapper.c rather than
	javadoc.in.
	* configure.ac:
	Likewise, and also generate
	tools/Makefile as opposed to old
	script files and check for a C
	compiler.
	
2008-01-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am:
	Install javap.

2007-12-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am:
	Just use JAVAC and fail when there is no compiler.
	* configure.ac:
	Remove unneeded macros.
	* m4/acinclude.m4:
	Likewise, and bring in updated javac test from
	GNU Classpath.
	
2007-12-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* AUTHORS:
	Corrected reference to THANKS.
	* configure.ac:
	Create javap wrapper script.
	* Makefile.am:
	Compile javap.
	* tools/javap.in: New file.
	
2007-12-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* THANKS:
	Add thankyous.
	* tools/apt.in,
	* tools/javac.in,
	* tools/javadoc.in,
	* tools/javah.in:
	Correct copyright headers.
	
2007-11-29  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* tools/library.c:
	Initial attempt to wrap tools using a C program and
	the JNI library.

2007-11-29  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am:
	Clean up of property file inclusion and
	fix for version.properties.
	
2007-11-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am,
	* configure.ac,
	* m4/acinclude.m4:
	Fix so that it works with a langtools checkout.
	
2007-11-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* NEWS,
	* README,
	* ChangeLog,
	* AUTHORS,
	* m4/acinclude.m4,
	* configure.ac,
	* Makefile.am,
	* tools/javac.in,
	* tools/javadoc.in,
	* tools/javah.in,
	* tools/apt.in,
	* autogen.sh:
	Initial import of the IcePick work.