OSDN Git Service

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