2015-06-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libjava / classpath / ChangeLog.gcj
blob10b28da9c7141a2e29a275d07ed9f3a6400f494c
1 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3         PR target/63610
4         * configure: Regenerate.
6 2014-01-02  Tobias Burnus  <burnus@net-b.de>
8         * gnu/java/rmi/registry/RegistryImpl.java (version): Update
9         copyright notice dates.
10         * tools/gnu/classpath/tools/orbd/Main.java (run): Ditto.
12 2013-11-29  Matthias Klose  <doko@ubuntu.com>
14         * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c,
15         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c:
16         Fix freetype includes.
18 2013-04-16  Andreas Schwab  <schwab@suse.de>
20         * native/fdlibm/ieeefp.h: Add support for aarch64.
22 2013-02-21  Jakub Jelinek  <jakub@redhat.com>
24         PR bootstrap/56258
25         * doc/cp-tools.texinfo (Virtual Machine Options): Use just
26         one @gccoptlist instead of 3 separate ones.
28 2013-01-03  Jakub Jelinek  <jakub@redhat.com>
30         * gnu/java/rmi/registry/RegistryImpl.java (version): Update
31         copyright notice dates.
32         * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
34 2012-12-03  Matthias Klose  <doko@ubuntu.com>
36         * configure.ac (AM_INIT_AUTOMAKE): Call with no-dist.
37         * m4/lib-ld.m4, m4/lib-link.m4,m4/lib-prefix.m4: New.
39 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41         * configure: Regenerated.
43 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
45         * gnu/java/rmi/registry/RegistryImpl.java (version): Update
46         copyright notice dates.
47         * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
49 2011-11-29  Andreas Tobler  <andreast@fgznet.ch>
51         * config.rpath (ld_shlibs): Fix detection of FreeBSD-10 and up.
52         (libname_spec): Likewise.
53         * configure: Regenerate with autoconf -I ../../.
55 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
57         * config.rpath, ltcf-c.sh, ltcf-gcj.sh, ltconfig: Remove
58         handling of freebsd1* which soon would match FreeBSD 10.0.
59         * configure: Regenerate.
61 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
63         * configure.ac (GCJ_JAVAC): Run false rather than no.
64         * configure: Rebuilt.
66 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
68         * gnu/java/rmi/registry/RegistryImpl.java (version): Update
69         copyright notice dates.
70         * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
72 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
74         * doc/Makefile.am (POD2MAN): Provide --date from ChangeLog.
75         * doc/Makefile.in: Regenerate.
77 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
79         * native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c
80         (Java_gnu_javax_sound_midi_alsa_AlsaPortDevice_run_1receiver_1thread_1):
81         Avoid set but not used warning.
83 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
85         * gnu/java/rmi/registry/RegistryImpl.java (version): Update
86         copyright notice dates.
87         * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
89 2009-07-01  Jakub Jelinek  <jakub@redhat.com>
91         * gnu/javax/swing/text/html/parser/HTML_401F.java (defineElements):
92         Split this huge method into...
93         (defineElements1, defineElements2, defineElements3, defineElements4,
94         defineElements5, defineElements6): ... these smaller methods.
96 2009-06-16  Matthias Klose  <doko@ubuntu.com>
98         * tools/gnu/classpath/tools/gjdoc/Main.java (getGjdocVersion): Use
99         gnu.classpath.Configuration.CLASSPATH_VERSION as version number.
100         * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java
101         (getDocletVersion): Likewise.
102         * tools/classes/gnu/classpath/tools/gjdoc/Main*.class: Regenerate.
103         * tools/classes/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet*.class:
104         Regenerate.
106 2009-03-16  Matthias Klose  <doko@ubuntu.com>
108         * configure.ac: Detect xulrunner-1.9.
109         * configure: Regenerate.
111 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
113         * gnu/java/rmi/registry/RegistryImpl.java (version): Update
114         copyright notice dates.
115         * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
117 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
119         * configure: Regenerate.
121 2008-11-12  Jakub Jelinek  <jakub@redhat.com>
123         PR libgcj/33764
124         * configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
125         * tools/Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
126         instead of bin_PROGRAMS for binaries.
127         * configure: Regenerated.
128         * tools/Makefile.in: Regenerated.
130 2008-11-10  Andrew Haley  <aph@redhat.com>
132         * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c 
133         (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector): 
134         Remove bogus gdk_threads_leave ();
136 2008-10-23  Jakub Jelinek  <jakub@redhat.com>
138         PR java/37893
139         * tools/Makefile.am (tools.zip): Generate *.lst files always, not
140         just in JAVA_MAINTAINER_MODE.
141         * tools/Makefile.in: Regenerated.
143 2008-10-21  Matthias Klose  <doko@ubuntu.com>
145         * classpath/tools/gnu/classpath/tools/gjdoc/expr/Java*: Move from ...
146         * classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/ ... here.
147         * Update .class files.
148         
149 2008-10-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
151         * tools/Makefile.am:
152         Always generate parser in the srcdir.
154 2008-10-21  Matthias Klose  <doko@ubuntu.com>
156         * doc/Makefile.am (MAINTAINERCLEANFILES): Add gjdoc.1.
157         * doc/Makefile.in: Regenerate.
159 2008-10-20  Matthias Klose  <doko@ubuntu.com>
161         * configure.ac: Fix path name in check for generated gjdoc parser files.
162         * configure: Regenerate.
164 2008-10-20  Matthias Klose  <doko@ubuntu.com>
166         * configure.ac: Don't check for working java, if not configured
167         with --enable-java-maintainer-mode.
168         * configure: Regenerate.
170 2008-10-19  Matthias Klose  <doko@ubuntu.com>
172         * m4/ac_prog_java.m4: Revert previous change.
173         * m4/ac_prog_javac.m4: Apply it here.
174         * configure: Regenerate.
176 2008-10-19  Matthias Klose  <doko@ubuntu.com>
178         * m4/ac_prog_javac.m4: Don't check for working javac, if not configured
179         with --enable-java-maintainer-mode.
180         * configure: Regenerate.
181         * Makefile.in, */Makefile.in: Regenerate.
183 2008-09-30  Matthias Klose  <doko@ubuntu.com>
185         * m4/ac_prog_antlr.m4: Check for cantlr binary as well.
187 2008-09-29  Matthias Klose  <doko@ubuntu.com>
189         * m4/ac_prog_antlr.m4: Check for antlr binary as well.
191 2008-09-28  Matthias Klose  <doko@ubuntu.com>
193         * PR libgcj/37636. Revert:
194         2008-02-20  Matthias Klose  <doko@ubuntu.com>
196         * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
197         Do copy resource files in JAVA_MAINTAINER_MODE only.
198         * tools/Makefile.in: Regenerate.
200 2008-09-14  Matthias Klose  <doko@ubuntu.com>
202         * m4/ac_prog_javac_works.m4, m4/ac_prog_javac.m4, m4/acinclude.m4:
203         Revert local changes.
204         * m4/ac_prog_antlr.m4: Check for an runantlr binary.
205         * tools/Makefile.am, lib/Makefile.am: Revert local changes (JCOMPILER).
206         * tools/Makefile.am: Remove USE_JAVAC_FLAGS, pass ANTLR_JAR in
207         GLIBJ_CLASSPATH.
209 2008-09-14  Matthias Klose  <doko@ubuntu.com>
211         Revert:
212         Daniel Frampton  <zyridium at zyridium.net>
214         * AUTHORS: Added.
215         * java/lang/InheritableThreadLocal.java,
216         * java/lang/Thread.java,
217         * java/lang/ThreadLocal.java:
218         Modified to use java.lang.ThreadLocalMap.
219         * java/lang/ThreadLocalMap.java:
220         New cheaper ThreadLocal-specific WeakHashMap.
222 2008-08-15  Matthias Klose  <doko@ubuntu.com>
224         * m4/acinclude.m4 (CLASSPATH_JAVAC_MEM_CHECK): Remove unknown
225         args for javac.
227 2008-08-17  Mark Wielaard  <mark@klomp.org>
229         * gnu/java/awt/peer/gtk/CairoGraphics2D.java: Always loadLibrary
230         gtk-peer.
231         * gnu/java/awt/peer/gtk/GdkFontPeer.java: Likewise.
232         * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
233         * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: Likewise.
234         * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
235         * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java: Likewise.
236         * gnu/java/awt/peer/gtk/*.class: Rebuilt.
238 2008-06-28  Matthias Klose  <doko@ubuntu.com>
240         * m4/ac_prog_javac.m4: Disable check for JAVAC, when
241         not configured with --enable-java-maintainer-mode.
242         * aclocal.m4, configure: Regenerate.
243         * native/jni/gstreamer-peer/Makefile.am: Do not link with
244         libclasspathnative.
245         * native/jni/gstreamer-peer/Makefile.in: Regenerate.
246         * tools/Makefile.am, lib/Makefile.am: Use JAVAC for setting
247         JCOMPILER, drop flags not understood by gcj.
249 2008-06-24  Tom Tromey  <tromey@redhat.com>
251         PR libgcj/32198:
252         * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java
253         (compile): Reverse isAssignableFrom test.
254         * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.class:
255         Rebuilt.
257 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
259         PR bootstrap/35457
260         * aclocal.m4: Regenerate.
261         * configure: Regenerate.
263 2008-04-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
265         * lib/gen-classlist.sh.in: Avoid grepping each omission, by
266         building an awk script with a hash for literal files, and
267         awk regular expressions for the rest.
268         * configure.ac: Call AC_PROG_AWK.
269         * configure: Regenerate.
271         * m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name.
272         * tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar)
273         (gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv)
274         (gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies
275         for these scripts, to trick automake into hiding the respective
276         rules for the programs below the CREATE_WRAPPERS conditional.
277         * aclocal.m4: Regenerate.
278         * configure: Likewise.
279         * Makefile.in: Likewise.
280         * native/jni/Makefile.in: Likewise.
281         * native/jni/classpath/Makefile.in: Likewise.
282         * native/jni/gstreamer-peer/Makefile.in: Likewise.
283         * native/jni/midi-dssi/Makefile.in: Likewise.
284         * native/jni/gconf-peer/Makefile.in: Likewise.
285         * native/jni/java-io/Makefile.in: Likewise.
286         * native/jni/native-lib/Makefile.in: Likewise.
287         * native/jni/java-util/Makefile.in: Likewise.
288         * native/jni/java-lang/Makefile.in: Likewise.
289         * native/jni/midi-alsa/Makefile.in: Likewise.
290         * native/jni/java-nio/Makefile.in: Likewise.
291         * native/jni/java-net/Makefile.in: Likewise.
292         * native/jni/xmlj/Makefile.in: Likewise.
293         * native/jni/qt-peer/Makefile.in: Likewise.
294         * native/jni/gtk-peer/Makefile.in: Likewise.
295         * native/Makefile.in: Likewise.
296         * native/jawt/Makefile.in: Likewise.
297         * native/fdlibm/Makefile.in: Likewise.
298         * native/plugin/Makefile.in: Likewise.
299         * resource/Makefile.in: Likewise.
300         * scripts/Makefile.in: Likewise.
301         * tools/Makefile.in: Likewise.
302         * doc/Makefile.in: Likewise.
303         * doc/api/Makefile.in: Likewise.
304         * lib/Makefile.in: Likewise.
305         * external/Makefile.in: Likewise.
306         * external/jsr166/Makefile.in: Likewise.
307         * external/sax/Makefile.in: Likewise.
308         * external/w3c_dom/Makefile.in: Likewise.
309         * external/relaxngDatatype/Makefile.in: Likewise.
310         * include/Makefile.in: Likewise.
311         * examples/Makefile.in: Likewise.
313 2008-04-17  Tom Tromey  <tromey@redhat.com>
315         PR libgcj/35950:
316         * tools/gnu/classpath/tools/jar/Entry.java: New version from
317         Classpath.
318         * tools/classes/gnu/classpath/tools/jar/Entry.class: Update.
320 2008-03-10  Jim Meyering  <meyering@redhat.com>
322         Don't leak upon failed realloc.
323         * native/jni/classpath/jcl.c (JCL_realloc): Upon failed realloc,
324         free the original buffer before throwing the exception.
326 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
328         * doc/cp-hacking.texinfo: Fix spacing after periods.
329         * doc/cp-tools.texinfo: Likewise.
330         * doc/cp-vmintegration.texinfo: Likewise.
332         * doc/cp-hacking.texinfo: Fix some typos.
333         * doc/cp-tools.texinfo: Likewise.
334         * doc/cp-vmintegration.texinfo: Likewise.
336 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
338         * gnu/java/rmi/registry/RegistryImpl.java (version): Update
339         copyright notice dates.
340         * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
342 2008-02-20  Matthias Klose  <doko@ubuntu.com>
344         * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
345         Do copy resource files in JAVA_MAINTAINER_MODE only.
346         * tools/Makefile.in: Regenerate.
348 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
350         * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
351         * doc/cp-hacking.texinfo (@direntry): Likewise.
352         * doc/cp-vmintegration.texinfo (@direntry): Likewise.
354 2008-02-06  Matthias Klose  <doko@ubuntu.com>
356         * tools/Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files.
357         Copy resource files independent of JAVA_MAINTAINER_MODE.
358         * tools/Makefile.in: Regenerate.
360 2008-01-28  Tom Tromey  <tromey@redhat.com>
362         * tools/classes/gnu/classpath/tools/native2ascii/Native2ASCII$3.class:
363         Added.
365 2008-01-27  Bernhard Fischer  <rep.dot.nop@gmail.com>
367         * java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
368         * gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in
369         exception message.
371 2008-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
373         * doc/README.jaxp: Fix typos.
375 2007-09-04  Matthias Klose  <doko@ubuntu.com>
377         * configure.ac: Append libgcj soversion to nativeexeclibdir.
378         * configure: Regenerate.
380 2007-08-04  Matthias Klose  <doko@ubuntu.com>
382         * java/util/EnumMap.java (clone): Add cast.
384 2007-07-12  Matthias Klose  <doko@ubuntu.com>
386         * lib/jazzlib, tools/gnu/classpath/tools/rmi: Remove empty directories.
388 2007-06-07  Matthias Klose  <doko@ubuntu.com>
390         PR libgcj/32227
391         * include/config-int.h: Delete, it is a generated file.
393 2007-06-04  Matthias Klose  <doko@ubuntu.com>
395         * m4/acinclude.m4: Accept GCJ and JIKES.
396         * configure: Regenerate.
398 2007-05-31  Matthias Klose  <doko@ubuntu.com>
400         * javax/management/NotificationBroadcasterSupport.java
401         (getNotificationInfo): Add cast.
402         * native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include
403         directories.
404         * native/jni/qt-peer/Makefile.in: Regenerate.
406 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
408         PR libjava/32098
409         * configure.ac: Add AC_CONFIG_AUX_DIR(../..).
410         * aclocal.m4: Regenerated.
411         * configure: Likewise.
412         * Makefile.in: Likewise.
414 2007-04-25  Andrew Haley  <aph@redhat.com>
416         * java/io/ObjectStreamClass.java (ensureFieldsSet): New method.
417         (setFields): call ensureFieldsSet.
418         (fieldsSet): New field.
419         * java/io/ObjectOutputStream.java (writeFields): Call
420         osc.ensureFieldsSet().
422         * java/io/ObjectInputStream.java (parseContent): Assign the handle
423         for a PROXYCLASSDESC immediately after reading the marker.
425 2007-03-19  Matthias Klose  <doko@ubuntu.com>
427         * configure.ac: New configure option
428         --enable-generated-files-in-srcdir.
429         * doc/Makefile.am: Add support to generate files in srcdir,
430         install the cp-tools documentation in info format.
431         * configure: Regenerate.
432         * native/jni/classpath/Makefile.in, native/jni/midi-dssi/Makefile.in,
433         native/jni/Makefile.in, native/jni/gconf-peer/Makefile.in,
434         native/jni/java-io/Makefile.in, native/jni/native-lib/Makefile.in,
435         native/jni/java-util/Makefile.in, native/jni/java-lang/Makefile.in,
436         native/jni/midi-alsa/Makefile.in, native/jni/java-nio/Makefile.in,
437         native/jni/java-net/Makefile.in, native/jni/xmlj/Makefile.in,
438         native/jni/qt-peer/Makefile.in, native/jni/gtk-peer/Makefile.in,
439         native/Makefile.in, native/jawt/Makefile.in, native/fdlibm/Makefile.in,
440         native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
441         tools/Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
442         lib/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
443         external/w3c_dom/Makefile.in, external/jsr166/Makefile.in,
444         external/relaxngDatatype/Makefile.in, include/Makefile.in,
445         examples/Makefile.in: Regenerate.
447 2007-03-09  Gary Benson  <gbenson@redhat.com>
448             Chris Burdess  <dog@gnu.org>
450         PR classpath/30831
451         * gnu/xml/dom/ls/SAXEventSink.java: Only set extended document
452         properties when reader is available.
454 2007-03-08  Gary Benson  <gbenson@redhat.com>
456         PR classpath/30983:
457         * gnu/xml/dom/ls/DomLSParser.java (getInputSource):
458         Do not use the entity resolver to resolve the top-level document.
460 2007-03-07  Gary Benson  <gbenson@redhat.com>
462         PR classpath/30906:
463         * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
464         New file.
466 2007-03-06  Matthias Klose  <doko@ubuntu.com>
468         * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
469         * doc/Makefile.in: Regenerate.
471 2007-03-06  Tom Tromey  <tromey@redhat.com>
473         * tools/gnu/classpath/tools/javah/Main.java (getName): New
474         method.
475         (getParser): Now protected.  Use getName.  Add '-v' alias for
476         --verbose.
477         (postParse): New method.
478         (run): Now protected.  Use postParse.
479         * tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
480         * tools/Makefile.in: Rebuilt.
481         * tools/Makefile.am: Remove vm-tools.lst before creating it.
483 2007-03-05  Matthias Klose  <doko@ubuntu.com>
485         * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
486         * doc/Makefile.in: Regenerate.
488 2007-02-26  Jakub Jelinek  <jakub@redhat.com>
490         * java/util/TimeZone.java (getDefaultDisplayName): Don't
491         check if TimeZone is instanceof SimpleTimeZone.
493 2007-02-21  Gary Benson  <gbenson@redhat.com>
495         * java/util/GregorianCalendar.java,
496         (add): Don't set fields directly anymore. Use set()
498 2007-02-20  Matthias Klose  <doko@ubuntu.com>
500         * Merge doc update from classpath HEAD.
501         * doc/texi2pod.pl: Not imported.
502         * doc/Makefile.am: Use GCC's texi2pod.pl
503         * doc/Makefile.in: Regenerate.
505 2007-02-20  Gary Benson  <gbenson@redhat.com>
507         * javax/management/MBeanServer.java: Updated.
508         * javax/management/MBeanServerConnection.java: Likewise.
509         * javax/management/ObjectName.java: Likewise.
510         * javax/management/StandardMBean.java: Likewise.
512 2007-02-15  David Daney  <ddaney@avtrex.com>
514         * tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages.
515         * tools/Makefile.in: Regenerated.
517 2007-02-15  Gary Benson  <gbenson@redhat.com>
519         * javax/management/AttributeList.java: Updated.
520         * javax/management/MBeanServerDelegate.java: Likewise.
521         * javax/management/MBeanServerFactory.java: Likewise.
522         * javax/management/StandardMBean.java: Likewise.
524 2007-02-15  Gary Benson  <gbenson@redhat.com>
526         * gnu/javax/management/Server.java
527         (registerMBean): Always register objects that implement the
528         MBeanRegistration interface, and check the name returned by
529         preRegister before using it.
531 2007-02-15  Gary Benson  <gbenson@redhat.com>
533         * javax/management/ObjectName.java:
534         (getKeyPropertyList()): Remove cast and call
535         to UnmodifiableMap.
537 2007-02-14  Gary Benson  <gbenson@redhat.com>
539         * javax/management/ObjectName.java
540         (toString): Return this item's canonical name.
542 2007-02-12  Tom Tromey  <tromey@redhat.com>
544         * java/util/Collections.java (UnmodifiableMap.toArray): Imported
545         changes from Classpath.
547 2007-02-09  Gary Benson  <gbenson@redhat.com>
549         * javax/management/ObjectName.java
550         (quote): Initialize StringBuilder correctly.
552 2007-02-08  Gary Benson  <gbenson@redhat.com>
554         * javax/management/MBeanServerFactory.java
555         (servers): Initialize.
556         (createMBeanServer): Don't initialize servers.
558 2007-01-31  Tom Tromey  <tromey@redhat.com>
560         * tools/Makefile.in: Rebuilt.
561         * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
562         (noinst_DATA): Renamed from TOOLS_DATA.
564 2007-01-20  Matthias Klose  <doko@debian.org>
566         * native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install
567         into nativeexeclibdir instead of gcjversionedlibdir.
568         * native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate.
570 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
572         * configure.ac: Use multi.m4 from aclocal rather than
573         custom code.  Use multi_basedir instead libgcj_basedir.
574         * aclocal.m4: Regenerate.
575         * configure: Regenerate.
576         * Makefile.in: Regenerate.
578 2007-01-10  Matthias Klose  <doko@debian.org>
580         Readd missing chunks from r116332:
582         * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
583         * resource/Makefile.am (loggingdir): Define to
584         toolexeclibdir.
585         (securitydir): Likewise.
586         * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
587         Set default nativeexeclibdir using toolexeclibdir.
589         Readd missing chunks from r115839:
591         * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS):
592         Add -avoid-version.
593         * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version.
595         * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
596         examples/Makefile.in, external/Makefile.in,
597         external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in,
598         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
599         include/Makefile.in, lib/Makefile.in, native/Makefile.in,
600         native/fdlibm/Makefile.in, native/jawt/Makefile.in,
601         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
602         native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in
603         native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in,
604         native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in,
605         native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in,
606         native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in,
607         native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in,
608         native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
609         tools/Makefile.in: Regenerate
611 2007-01-10  Matthias Klose  <doko@debian.org>
613         * resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic,
614         tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop,
615         doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt,
616         testsuite/javax.swing.text.html.parser, testsuite/java.lang,
617         testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text,
618         testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib,
619         testsuite/java.io, testsuite/java.util, native/target,
620         native/testsuite, native/vmi, org/omg/CORBA/SendingContext,
621         gnu/regexp, test, compat: Remove empty directories.
623 2006-12-23  Andreas Tobler <a.tobler@schweiz.org>
625         * classpath/tools/Makefile.am: Replace cp -a with a more portable
626         cp -pR.
627         * classpath/tools/Makefile.in: Regenerate.
629 2006-12-18  Tom Tromey  <tromey@redhat.com>
631         * tools/Makefile.in: Rebuilt.
632         * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
634 2006-12-18  Tom Tromey  <tromey@redhat.com>
636         * tools/Makefile.in: Rebuilt.
637         * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
638         * tools/asm, tools/classes: Check in .class files.
640 2006-12-18  Gary Benson  <gbenson@redhat.com>
642         * tools/Makefile.am: Fix typo.
643         * tools/Makefile.in: Rebuilt.
645 2006-12-15  Andrew Haley  <aph@redhat.com>
647         * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
648         Create all-classes.lst that contains all source filenames.
649         Delete asm.lst.
651 2006-12-15  Tom Tromey  <tromey@redhat.com>
653         * configure, lib/Makefile.in: Rebuilt.
654         * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
655         * configure.ac: Added --enable-java-maintainer-mode.
657 2006-12-12  Tom Tromey  <tromey@redhat.com>
659         * Makefile.in, tools/Makefile.in: Rebuilt.
660         * Makefile.am (SUBDIRS): Removed gcj-local change.
661         (DIST_SUBDIRS): Likewise.
662         * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
663         (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
665 2006-12-11  Tom Tromey  <tromey@redhat.com>
667         * Merged in Classpath from libgcj-import-20061211.
669 2006-10-17  Tom Tromey  <tromey@redhat.com>
671         * sun/reflect/annotation/AnnotationInvocationHandler.java
672         (invoke): Clone array values before return.
673         (create): New method.
674         (arrayClone): Likewise.
676 2006-10-12  Tom Tromey  <tromey@redhat.com>
678         * lib/Makefile.in: Rebuilt.
679         * lib/Makefile.am (JAVAC): Put classes in srcdir.
680         (compile-classes): Conditional on MAINTAINER_MODE.
682 2006-07-18  Tom Tromey  <tromey@redhat.com>
684         * lib/Makefile.in: Rebuilt.
685         * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
687 2006-07-06  Tom Tromey  <tromey@redhat.com>
689         * lib/Makefile.in: Rebuilt.
690         * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
691         (compile-classes): Remove special case for gcj.
693 2006-06-23  Tom Tromey  <tromey@redhat.com>
695         * Imported Classpath generics 0.91, presesrving local changes.
697 2006-06-09  Tom Tromey  <tromey@redhat.com>
699         * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
701 2006-05-30  Thomas Fitzsimmons  <fitzsim@redhat.com>
703         * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
704         (gcjversionedlibdir): Likewise.
705         (libgtkpeer_la_LDFLAGS): Likewise.
706         Install libgtkpeer.so in GCJ versioned library directory.
707         * native/jawt/Makefile.am (gcc_version): New variable.
708         (gcjversionedlibdir): Likewise.
709         (libjawt_la_LDFLAGS): Likewise.
710         Rename libjawtgnu.so libjawt.so.  Install libjawt.so in GCJ
711         versioned library directory.
712         * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
713         System.loadLibrary unconditionally.
714         * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
715         * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
716         * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
717         * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
718         * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
720 2006-05-19  Andreas Tobler  <a.tobler@schweiz.ch>
722         * include/config-int.h: Delete, it is a generated file.
724 2006-04-05  Tom Tromey  <tromey@redhat.com>
726         PR libgcj/26625:
727         * lib/Makefile.in: Rebuilt.
728         * lib/Makefile.am (compile-classes): Touch the output file.
730 2006-04-04  Tom Tromey  <tromey@redhat.com>
732         * lib/gen-classlist.sh.in: Correct handle generated files.
734 2006-04-04  Mark Wielaard  <mark@klomp.org>
736         * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
737         as temporary file name.
739 2006-04-04  Tom Tromey  <tromey@redhat.com>
741         * lib/split-for-gcj.sh: Updated for multi-field format.
742         * lib/Makefile.am (CLEANFILES): Added classes.2.
743         * lib/gen-classlist.sh.in (GCJ): Removed.  Create classes.1 and
744         classes.2 using multiple fields.
746 2006-04-03  Bernhard Rosenkraenzer  <bero@arklinux.org>
748         PR gcc/26901:
749         * Makefile.in: Rebuilt.
750         * Makefile.am (SUBDIRS): Remove 'tools'.
751         (DIST_SUBDIRS): Likewise.
753 2006-03-16  Tom Tromey  <tromey@redhat.com>
755         PR libgcj/26706:
756         * aclocal.m4, configure: Rebuilt.
757         * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
759 2006-03-15  Tom Tromey  <tromey@redhat.com>
761         PR libgcj/26688:
762         * lib/Makefile.in: Rebuilt.
763         * lib/Makefile.am (propertydirs): Ignore .svn directories.
764         (metafiles): Likewise.
766 2006-03-10  Tom Tromey  <tromey@redhat.com>
768         For PR libgcj/25713:
769         * java/util/zip/InflaterInputStream.java (read): Replaced with
770         libgcj implementation.
772 2006-03-08  Tom Tromey  <tromey@redhat.com>
774         PR libgcj/24183:
775         * native/jni/xmlj/Makefile.in: Rebuilt.
776         * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
777         (reverted local patch).
779 2006-01-16  Mark Wielaard  <mark@klomp.org>
781         * native/fdlibm/namespace.h: Empty for gcj.
783 2006-01-14  Anthony Green  <green@redhat.com>
785         * java/net/ServerSocket.java (accept): Remove bogus
786         security check.
787         (implAccept): Add FIXME comment.
789 2006-01-06  Tom Tromey  <tromey@redhat.com>
791         PR libgcj/23499:
792         * lib/Makefile.in: Rebuilt.
793         * lib/Makefile.am (glibj_DATA): Commented out.
795 2005-12-01  Anthony Green  <green@redhat.com>
797         PR bootstrap/25207
798         * configure.ac: Make sure we have an alsa library in addition to
799         the headers.  This extra test is required for systems with
800         multilibs.
801         * configure: Rebuilt.
803 2005-10-03  Tom Tromey  <tromey@redhat.com>
805         * native/jawt/Makefile.in: Rebuilt.
806         * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
807         * native/jni/xmlj/Makefile.in: Rebuilt.
808         * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
809         * native/jni/qt-peer/Makefile.in: Rebuilt.
810         * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
811         * native/jni/gtk-peer/Makefile.in: Rebuilt.
812         * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
814 2005-10-03  Tom Tromey  <tromey@redhat.com>
816         PR libgcj/24057:
817         * include/Makefile.in: Rebuilt.
818         * include/Makefile.am: Don't install headers.
820 2005-09-30  Tom Tromey  <tromey@redhat.com>
822         PR libgcj/24051:
823         * Makefile.in: Rebuilt.
824         * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
825         * configure: Rebuilt.
826         * configure.ac: Use GCC_NO_EXECUTABLES
828 2005-09-23  Tom Tromey  <tromey@redhat.com>
830         * native/jawt/.cvsignore: Likewise.
831         * native/jni/qt-peer/.cvsignore
832         * native/jawt/Makefile.in: Added.
833         * native/jni/qt-peer/Makefile.in: Likewise.
835 2005-09-23  Tom Tromey  <tromey@redhat.com>
837         Imported Classpath 0.18.
839 2005-08-23  Tom Tromey  <tromey@redhat.com>
841         * configure: Rebuilt.
842         * configure.ac: Fixed typo.
844 2005-08-22  Tom Tromey  <tromey@redhat.com>
846         PR libgcj/23498:
847         * doc/Makefile.am (info_TEXINFOS): Commented out.
848         * doc/Makefile.in: Rebuilt.
850 2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>
852         * Makefile.am (ACLOCAL_AMFLAGS): New.
853         * Makefile.in: Regenerate.
854         
855 2005-08-22  Tom Tromey  <tromey@redhat.com>
857         PR libgcj/23498:
858         * doc/Makefile.am (info_TEXINFOS): Commented out.
859         * doc/Makefile.in: Rebuilt.
861 2005-08-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
863         * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
864         Don't use unportable !.
866 2005-07-15  Tom Tromey  <tromey@redhat.com>
868         * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
869         config.sub, configure, ltmain.sh, doc/Makefile.in,
870         doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
871         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
872         include/Makefile.in, include/config.h.in, include/jni.h,
873         lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
874         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
875         native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
876         native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
877         native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
878         native/jni/xmlj/Makefile.in, native/target/Makefile.in,
879         native/target/Linux/Makefile.in,
880         native/target/generic/Makefile.in, resource/Makefile.in,
881         scripts/Makefile.in: Added.
882         * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
883         native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
884         native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
885         native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
886         native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
887         native/testsuite/.cvsignore, native/.cvsignore,
888         native/vmi/.cvsignore, native/target/.cvsignore,
889         native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
890         include/.cvsignore, doc/api/.cvsignore,
891         doc/www.gnu.org/faq/.cvsignore,
892         doc/www.gnu.org/downloads/.cvsignore,
893         doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
894         doc/www.gnu.org/events/.cvsignore,
895         doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
896         resource/.cvsignore, external/w3c_dom/.cvsignore,
897         external/sax/.cvsignore, external/.cvsignore,
898         java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
899         test/java.io/.cvsignore, test/.cvsignore,
900         test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
901         test/java.lang.reflect/.cvsignore, examples/.cvsignore,
902         lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
903         compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
904         vm/reference/.cvsignore, scripts/.cvsignore: Updated.