gcc/java:
[official-gcc.git] / libjava / classpath / ChangeLog.gcj
blobc147ab6a7a828ec9b5fbc993b8b6e49b7805b433
1 2007-02-15  David Daney  <ddaney@avtrex.com>
3         * tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages.
4         * tools/Makefile.in: Regenerated.
6 2007-02-15  Gary Benson  <gbenson@redhat.com>
8         * javax/management/AttributeList.java: Updated.
9         * javax/management/MBeanServerDelegate.java: Likewise.
10         * javax/management/MBeanServerFactory.java: Likewise.
11         * javax/management/StandardMBean.java: Likewise.
13 2007-02-15  Gary Benson  <gbenson@redhat.com>
15         * gnu/javax/management/Server.java
16         (registerMBean): Always register objects that implement the
17         MBeanRegistration interface, and check the name returned by
18         preRegister before using it.
20 2007-02-15  Gary Benson  <gbenson@redhat.com>
22         * javax/management/ObjectName.java:
23         (getKeyPropertyList()): Remove cast and call
24         to UnmodifiableMap.
26 2007-02-14  Gary Benson  <gbenson@redhat.com>
28         * javax/management/ObjectName.java
29         (toString): Return this item's canonical name.
31 2007-02-12  Tom Tromey  <tromey@redhat.com>
33         * java/util/Collections.java (UnmodifiableMap.toArray): Imported
34         changes from Classpath.
36 2007-02-09  Gary Benson  <gbenson@redhat.com>
38         * javax/management/ObjectName.java
39         (quote): Initialize StringBuilder correctly.
41 2007-02-08  Gary Benson  <gbenson@redhat.com>
43         * javax/management/MBeanServerFactory.java
44         (servers): Initialize.
45         (createMBeanServer): Don't initialize servers.
47 2007-01-31  Tom Tromey  <tromey@redhat.com>
49         * tools/Makefile.in: Rebuilt.
50         * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
51         (noinst_DATA): Renamed from TOOLS_DATA.
53 2007-01-20  Matthias Klose  <doko@debian.org>
55         * native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install
56         into nativeexeclibdir instead of gcjversionedlibdir.
57         * native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate.
59 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
61         * configure.ac: Use multi.m4 from aclocal rather than
62         custom code.  Use multi_basedir instead libgcj_basedir.
63         * aclocal.m4: Regenerate.
64         * configure: Regenerate.
65         * Makefile.in: Regenerate.
67 2007-01-10  Matthias Klose  <doko@debian.org>
69         Readd missing chunks from r116332:
71         * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
72         * resource/Makefile.am (loggingdir): Define to
73         toolexeclibdir.
74         (securitydir): Likewise.
75         * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
76         Set default nativeexeclibdir using toolexeclibdir.
78         Readd missing chunks from r115839:
80         * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS):
81         Add -avoid-version.
82         * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version.
84         * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
85         examples/Makefile.in, external/Makefile.in,
86         external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in,
87         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
88         include/Makefile.in, lib/Makefile.in, native/Makefile.in,
89         native/fdlibm/Makefile.in, native/jawt/Makefile.in,
90         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
91         native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in
92         native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in,
93         native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in,
94         native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in,
95         native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in,
96         native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in,
97         native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
98         tools/Makefile.in: Regenerate
100 2007-01-10  Matthias Klose  <doko@debian.org>
102         * resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic,
103         tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop,
104         doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt,
105         testsuite/javax.swing.text.html.parser, testsuite/java.lang,
106         testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text,
107         testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib,
108         testsuite/java.io, testsuite/java.util, native/target,
109         native/testsuite, native/vmi, org/omg/CORBA/SendingContext,
110         gnu/regexp, test, compat: Remove empty directories.
112 2006-12-23  Andreas Tobler <a.tobler@schweiz.org>
114         * classpath/tools/Makefile.am: Replace cp -a with a more portable
115         cp -pR.
116         * classpath/tools/Makefile.in: Regenerate.
118 2006-12-18  Tom Tromey  <tromey@redhat.com>
120         * tools/Makefile.in: Rebuilt.
121         * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
123 2006-12-18  Tom Tromey  <tromey@redhat.com>
125         * tools/Makefile.in: Rebuilt.
126         * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
127         * tools/asm, tools/classes: Check in .class files.
129 2006-12-18  Gary Benson  <gbenson@redhat.com>
131         * tools/Makefile.am: Fix typo.
132         * tools/Makefile.in: Rebuilt.
134 2006-12-15  Andrew Haley  <aph@redhat.com>
136         * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
137         Create all-classes.lst that contains all source filenames.
138         Delete asm.lst.
140 2006-12-15  Tom Tromey  <tromey@redhat.com>
142         * configure, lib/Makefile.in: Rebuilt.
143         * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
144         * configure.ac: Added --enable-java-maintainer-mode.
146 2006-12-12  Tom Tromey  <tromey@redhat.com>
148         * Makefile.in, tools/Makefile.in: Rebuilt.
149         * Makefile.am (SUBDIRS): Removed gcj-local change.
150         (DIST_SUBDIRS): Likewise.
151         * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
152         (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
154 2006-12-11  Tom Tromey  <tromey@redhat.com>
156         * Merged in Classpath from libgcj-import-20061211.
158 2006-10-17  Tom Tromey  <tromey@redhat.com>
160         * sun/reflect/annotation/AnnotationInvocationHandler.java
161         (invoke): Clone array values before return.
162         (create): New method.
163         (arrayClone): Likewise.
165 2006-10-12  Tom Tromey  <tromey@redhat.com>
167         * lib/Makefile.in: Rebuilt.
168         * lib/Makefile.am (JAVAC): Put classes in srcdir.
169         (compile-classes): Conditional on MAINTAINER_MODE.
171 2006-07-18  Tom Tromey  <tromey@redhat.com>
173         * lib/Makefile.in: Rebuilt.
174         * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
176 2006-07-06  Tom Tromey  <tromey@redhat.com>
178         * lib/Makefile.in: Rebuilt.
179         * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
180         (compile-classes): Remove special case for gcj.
182 2006-06-23  Tom Tromey  <tromey@redhat.com>
184         * Imported Classpath generics 0.91, presesrving local changes.
186 2006-06-09  Tom Tromey  <tromey@redhat.com>
188         * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
190 2006-05-30  Thomas Fitzsimmons  <fitzsim@redhat.com>
192         * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
193         (gcjversionedlibdir): Likewise.
194         (libgtkpeer_la_LDFLAGS): Likewise.
195         Install libgtkpeer.so in GCJ versioned library directory.
196         * native/jawt/Makefile.am (gcc_version): New variable.
197         (gcjversionedlibdir): Likewise.
198         (libjawt_la_LDFLAGS): Likewise.
199         Rename libjawtgnu.so libjawt.so.  Install libjawt.so in GCJ
200         versioned library directory.
201         * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
202         System.loadLibrary unconditionally.
203         * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
204         * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
205         * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
206         * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
207         * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
209 2006-05-19  Andreas Tobler  <a.tobler@schweiz.ch>
211         * include/config-int.h: Delete, it is a generated file.
213 2006-04-05  Tom Tromey  <tromey@redhat.com>
215         PR libgcj/26625:
216         * lib/Makefile.in: Rebuilt.
217         * lib/Makefile.am (compile-classes): Touch the output file.
219 2006-04-04  Tom Tromey  <tromey@redhat.com>
221         * lib/gen-classlist.sh.in: Correct handle generated files.
223 2006-04-04  Mark Wielaard  <mark@klomp.org>
225         * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
226         as temporary file name.
228 2006-04-04  Tom Tromey  <tromey@redhat.com>
230         * lib/split-for-gcj.sh: Updated for multi-field format.
231         * lib/Makefile.am (CLEANFILES): Added classes.2.
232         * lib/gen-classlist.sh.in (GCJ): Removed.  Create classes.1 and
233         classes.2 using multiple fields.
235 2006-04-03  Bernhard Rosenkraenzer  <bero@arklinux.org>
237         PR gcc/26901:
238         * Makefile.in: Rebuilt.
239         * Makefile.am (SUBDIRS): Remove 'tools'.
240         (DIST_SUBDIRS): Likewise.
242 2006-03-16  Tom Tromey  <tromey@redhat.com>
244         PR libgcj/26706:
245         * aclocal.m4, configure: Rebuilt.
246         * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
248 2006-03-15  Tom Tromey  <tromey@redhat.com>
250         PR libgcj/26688:
251         * lib/Makefile.in: Rebuilt.
252         * lib/Makefile.am (propertydirs): Ignore .svn directories.
253         (metafiles): Likewise.
255 2006-03-10  Tom Tromey  <tromey@redhat.com>
257         For PR libgcj/25713:
258         * java/util/zip/InflaterInputStream.java (read): Replaced with
259         libgcj implementation.
261 2006-03-08  Tom Tromey  <tromey@redhat.com>
263         PR libgcj/24183:
264         * native/jni/xmlj/Makefile.in: Rebuilt.
265         * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
266         (reverted local patch).
268 2006-01-16  Mark Wielaard  <mark@klomp.org>
270         * native/fdlibm/namespace.h: Empty for gcj.
272 2006-01-14  Anthony Green  <green@redhat.com>
274         * java/net/ServerSocket.java (accept): Remove bogus
275         security check.
276         (implAccept): Add FIXME comment.
278 2006-01-06  Tom Tromey  <tromey@redhat.com>
280         PR libgcj/23499:
281         * lib/Makefile.in: Rebuilt.
282         * lib/Makefile.am (glibj_DATA): Commented out.
284 2005-12-01  Anthony Green  <green@redhat.com>
286         PR bootstrap/25207
287         * configure.ac: Make sure we have an alsa library in addition to
288         the headers.  This extra test is required for systems with
289         multilibs.
290         * configure: Rebuilt.
292 2005-10-03  Tom Tromey  <tromey@redhat.com>
294         * native/jawt/Makefile.in: Rebuilt.
295         * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
296         * native/jni/xmlj/Makefile.in: Rebuilt.
297         * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
298         * native/jni/qt-peer/Makefile.in: Rebuilt.
299         * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
300         * native/jni/gtk-peer/Makefile.in: Rebuilt.
301         * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
303 2005-10-03  Tom Tromey  <tromey@redhat.com>
305         PR libgcj/24057:
306         * include/Makefile.in: Rebuilt.
307         * include/Makefile.am: Don't install headers.
309 2005-09-30  Tom Tromey  <tromey@redhat.com>
311         PR libgcj/24051:
312         * Makefile.in: Rebuilt.
313         * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
314         * configure: Rebuilt.
315         * configure.ac: Use GCC_NO_EXECUTABLES
317 2005-09-23  Tom Tromey  <tromey@redhat.com>
319         * native/jawt/.cvsignore: Likewise.
320         * native/jni/qt-peer/.cvsignore
321         * native/jawt/Makefile.in: Added.
322         * native/jni/qt-peer/Makefile.in: Likewise.
324 2005-09-23  Tom Tromey  <tromey@redhat.com>
326         Imported Classpath 0.18.
328 2005-08-23  Tom Tromey  <tromey@redhat.com>
330         * configure: Rebuilt.
331         * configure.ac: Fixed typo.
333 2005-08-22  Tom Tromey  <tromey@redhat.com>
335         PR libgcj/23498:
336         * doc/Makefile.am (info_TEXINFOS): Commented out.
337         * doc/Makefile.in: Rebuilt.
339 2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>
341         * Makefile.am (ACLOCAL_AMFLAGS): New.
342         * Makefile.in: Regenerate.
343         
344 2005-08-22  Tom Tromey  <tromey@redhat.com>
346         PR libgcj/23498:
347         * doc/Makefile.am (info_TEXINFOS): Commented out.
348         * doc/Makefile.in: Rebuilt.
350 2005-08-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
352         * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
353         Don't use unportable !.
355 2005-07-15  Tom Tromey  <tromey@redhat.com>
357         * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
358         config.sub, configure, ltmain.sh, doc/Makefile.in,
359         doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
360         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
361         include/Makefile.in, include/config.h.in, include/jni.h,
362         lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
363         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
364         native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
365         native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
366         native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
367         native/jni/xmlj/Makefile.in, native/target/Makefile.in,
368         native/target/Linux/Makefile.in,
369         native/target/generic/Makefile.in, resource/Makefile.in,
370         scripts/Makefile.in: Added.
371         * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
372         native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
373         native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
374         native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
375         native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
376         native/testsuite/.cvsignore, native/.cvsignore,
377         native/vmi/.cvsignore, native/target/.cvsignore,
378         native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
379         include/.cvsignore, doc/api/.cvsignore,
380         doc/www.gnu.org/faq/.cvsignore,
381         doc/www.gnu.org/downloads/.cvsignore,
382         doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
383         doc/www.gnu.org/events/.cvsignore,
384         doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
385         resource/.cvsignore, external/w3c_dom/.cvsignore,
386         external/sax/.cvsignore, external/.cvsignore,
387         java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
388         test/java.io/.cvsignore, test/.cvsignore,
389         test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
390         test/java.lang.reflect/.cvsignore, examples/.cvsignore,
391         lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
392         compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
393         vm/reference/.cvsignore, scripts/.cvsignore: Updated.