Merged gcj-eclipse branch to trunk.
[gcc.git] / libjava / classpath / ChangeLog.gcj
1 2006-12-23 Andreas Tobler <a.tobler@schweiz.org>
2
3 * classpath/tools/Makefile.am: Replace cp -a with a more portable
4 cp -pR.
5 * classpath/tools/Makefile.in: Regenerate.
6
7 2006-12-18 Tom Tromey <tromey@redhat.com>
8
9 * tools/Makefile.in: Rebuilt.
10 * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
11
12 2006-12-18 Tom Tromey <tromey@redhat.com>
13
14 * tools/Makefile.in: Rebuilt.
15 * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
16 * tools/asm, tools/classes: Check in .class files.
17
18 2006-12-18 Gary Benson <gbenson@redhat.com>
19
20 * tools/Makefile.am: Fix typo.
21 * tools/Makefile.in: Rebuilt.
22
23 2006-12-15 Andrew Haley <aph@redhat.com>
24
25 * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
26 Create all-classes.lst that contains all source filenames.
27 Delete asm.lst.
28
29 2006-12-15 Tom Tromey <tromey@redhat.com>
30
31 * configure, lib/Makefile.in: Rebuilt.
32 * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
33 * configure.ac: Added --enable-java-maintainer-mode.
34
35 2006-12-12 Tom Tromey <tromey@redhat.com>
36
37 * Makefile.in, tools/Makefile.in: Rebuilt.
38 * Makefile.am (SUBDIRS): Removed gcj-local change.
39 (DIST_SUBDIRS): Likewise.
40 * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
41 (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
42
43 2006-12-11 Tom Tromey <tromey@redhat.com>
44
45 * Merged in Classpath from libgcj-import-20061211.
46
47 2006-10-17 Tom Tromey <tromey@redhat.com>
48
49 * sun/reflect/annotation/AnnotationInvocationHandler.java
50 (invoke): Clone array values before return.
51 (create): New method.
52 (arrayClone): Likewise.
53
54 2006-10-12 Tom Tromey <tromey@redhat.com>
55
56 * lib/Makefile.in: Rebuilt.
57 * lib/Makefile.am (JAVAC): Put classes in srcdir.
58 (compile-classes): Conditional on MAINTAINER_MODE.
59
60 2006-07-18 Tom Tromey <tromey@redhat.com>
61
62 * lib/Makefile.in: Rebuilt.
63 * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
64
65 2006-07-06 Tom Tromey <tromey@redhat.com>
66
67 * lib/Makefile.in: Rebuilt.
68 * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
69 (compile-classes): Remove special case for gcj.
70
71 2006-06-23 Tom Tromey <tromey@redhat.com>
72
73 * Imported Classpath generics 0.91, presesrving local changes.
74
75 2006-06-09 Tom Tromey <tromey@redhat.com>
76
77 * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
78
79 2006-05-30 Thomas Fitzsimmons <fitzsim@redhat.com>
80
81 * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
82 (gcjversionedlibdir): Likewise.
83 (libgtkpeer_la_LDFLAGS): Likewise.
84 Install libgtkpeer.so in GCJ versioned library directory.
85 * native/jawt/Makefile.am (gcc_version): New variable.
86 (gcjversionedlibdir): Likewise.
87 (libjawt_la_LDFLAGS): Likewise.
88 Rename libjawtgnu.so libjawt.so. Install libjawt.so in GCJ
89 versioned library directory.
90 * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
91 System.loadLibrary unconditionally.
92 * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
93 * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
94 * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
95 * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
96 * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
97
98 2006-05-19 Andreas Tobler <a.tobler@schweiz.ch>
99
100 * include/config-int.h: Delete, it is a generated file.
101
102 2006-04-05 Tom Tromey <tromey@redhat.com>
103
104 PR libgcj/26625:
105 * lib/Makefile.in: Rebuilt.
106 * lib/Makefile.am (compile-classes): Touch the output file.
107
108 2006-04-04 Tom Tromey <tromey@redhat.com>
109
110 * lib/gen-classlist.sh.in: Correct handle generated files.
111
112 2006-04-04 Mark Wielaard <mark@klomp.org>
113
114 * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
115 as temporary file name.
116
117 2006-04-04 Tom Tromey <tromey@redhat.com>
118
119 * lib/split-for-gcj.sh: Updated for multi-field format.
120 * lib/Makefile.am (CLEANFILES): Added classes.2.
121 * lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and
122 classes.2 using multiple fields.
123
124 2006-04-03 Bernhard Rosenkraenzer <bero@arklinux.org>
125
126 PR gcc/26901:
127 * Makefile.in: Rebuilt.
128 * Makefile.am (SUBDIRS): Remove 'tools'.
129 (DIST_SUBDIRS): Likewise.
130
131 2006-03-16 Tom Tromey <tromey@redhat.com>
132
133 PR libgcj/26706:
134 * aclocal.m4, configure: Rebuilt.
135 * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
136
137 2006-03-15 Tom Tromey <tromey@redhat.com>
138
139 PR libgcj/26688:
140 * lib/Makefile.in: Rebuilt.
141 * lib/Makefile.am (propertydirs): Ignore .svn directories.
142 (metafiles): Likewise.
143
144 2006-03-10 Tom Tromey <tromey@redhat.com>
145
146 For PR libgcj/25713:
147 * java/util/zip/InflaterInputStream.java (read): Replaced with
148 libgcj implementation.
149
150 2006-03-08 Tom Tromey <tromey@redhat.com>
151
152 PR libgcj/24183:
153 * native/jni/xmlj/Makefile.in: Rebuilt.
154 * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
155 (reverted local patch).
156
157 2006-01-16 Mark Wielaard <mark@klomp.org>
158
159 * native/fdlibm/namespace.h: Empty for gcj.
160
161 2006-01-14 Anthony Green <green@redhat.com>
162
163 * java/net/ServerSocket.java (accept): Remove bogus
164 security check.
165 (implAccept): Add FIXME comment.
166
167 2006-01-06 Tom Tromey <tromey@redhat.com>
168
169 PR libgcj/23499:
170 * lib/Makefile.in: Rebuilt.
171 * lib/Makefile.am (glibj_DATA): Commented out.
172
173 2005-12-01 Anthony Green <green@redhat.com>
174
175 PR bootstrap/25207
176 * configure.ac: Make sure we have an alsa library in addition to
177 the headers. This extra test is required for systems with
178 multilibs.
179 * configure: Rebuilt.
180
181 2005-10-03 Tom Tromey <tromey@redhat.com>
182
183 * native/jawt/Makefile.in: Rebuilt.
184 * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
185 * native/jni/xmlj/Makefile.in: Rebuilt.
186 * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
187 * native/jni/qt-peer/Makefile.in: Rebuilt.
188 * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
189 * native/jni/gtk-peer/Makefile.in: Rebuilt.
190 * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
191
192 2005-10-03 Tom Tromey <tromey@redhat.com>
193
194 PR libgcj/24057:
195 * include/Makefile.in: Rebuilt.
196 * include/Makefile.am: Don't install headers.
197
198 2005-09-30 Tom Tromey <tromey@redhat.com>
199
200 PR libgcj/24051:
201 * Makefile.in: Rebuilt.
202 * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
203 * configure: Rebuilt.
204 * configure.ac: Use GCC_NO_EXECUTABLES
205
206 2005-09-23 Tom Tromey <tromey@redhat.com>
207
208 * native/jawt/.cvsignore: Likewise.
209 * native/jni/qt-peer/.cvsignore
210 * native/jawt/Makefile.in: Added.
211 * native/jni/qt-peer/Makefile.in: Likewise.
212
213 2005-09-23 Tom Tromey <tromey@redhat.com>
214
215 Imported Classpath 0.18.
216
217 2005-08-23 Tom Tromey <tromey@redhat.com>
218
219 * configure: Rebuilt.
220 * configure.ac: Fixed typo.
221
222 2005-08-22 Tom Tromey <tromey@redhat.com>
223
224 PR libgcj/23498:
225 * doc/Makefile.am (info_TEXINFOS): Commented out.
226 * doc/Makefile.in: Rebuilt.
227
228 2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
229
230 * Makefile.am (ACLOCAL_AMFLAGS): New.
231 * Makefile.in: Regenerate.
232
233 2005-08-22 Tom Tromey <tromey@redhat.com>
234
235 PR libgcj/23498:
236 * doc/Makefile.am (info_TEXINFOS): Commented out.
237 * doc/Makefile.in: Rebuilt.
238
239 2005-08-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
240
241 * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
242 Don't use unportable !.
243
244 2005-07-15 Tom Tromey <tromey@redhat.com>
245
246 * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
247 config.sub, configure, ltmain.sh, doc/Makefile.in,
248 doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
249 external/sax/Makefile.in, external/w3c_dom/Makefile.in,
250 include/Makefile.in, include/config.h.in, include/jni.h,
251 lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
252 native/jni/Makefile.in, native/jni/classpath/Makefile.in,
253 native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
254 native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
255 native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
256 native/jni/xmlj/Makefile.in, native/target/Makefile.in,
257 native/target/Linux/Makefile.in,
258 native/target/generic/Makefile.in, resource/Makefile.in,
259 scripts/Makefile.in: Added.
260 * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
261 native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
262 native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
263 native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
264 native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
265 native/testsuite/.cvsignore, native/.cvsignore,
266 native/vmi/.cvsignore, native/target/.cvsignore,
267 native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
268 include/.cvsignore, doc/api/.cvsignore,
269 doc/www.gnu.org/faq/.cvsignore,
270 doc/www.gnu.org/downloads/.cvsignore,
271 doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
272 doc/www.gnu.org/events/.cvsignore,
273 doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
274 resource/.cvsignore, external/w3c_dom/.cvsignore,
275 external/sax/.cvsignore, external/.cvsignore,
276 java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
277 test/java.io/.cvsignore, test/.cvsignore,
278 test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
279 test/java.lang.reflect/.cvsignore, examples/.cvsignore,
280 lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
281 compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
282 vm/reference/.cvsignore, scripts/.cvsignore: Updated.