libjava/ChangeLog:
[official-gcc.git] / libjava / classpath / ChangeLog.gcj
blob7e7c40a1c54e2f389caaea90c243e53649cdb527
1 2008-10-21  Matthias Klose  <doko@ubuntu.com>
3         * classpath/tools/gnu/classpath/tools/gjdoc/expr/Java*: Move from ...
4         * classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/ ... here.
5         * Update .class files.
6         
7 2008-10-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9         * tools/Makefile.am:
10         Always generate parser in the srcdir.
12 2008-10-21  Matthias Klose  <doko@ubuntu.com>
14         * doc/Makefile.am (MAINTAINERCLEANFILES): Add gjdoc.1.
15         * doc/Makefile.in: Regenerate.
17 2008-10-20  Matthias Klose  <doko@ubuntu.com>
19         * configure.ac: Fix path name in check for generated gjdoc parser files.
20         * configure: Regenerate.
22 2008-10-20  Matthias Klose  <doko@ubuntu.com>
24         * configure.ac: Don't check for working java, if not configured
25         with --enable-java-maintainer-mode.
26         * configure: Regenerate.
28 2008-10-19  Matthias Klose  <doko@ubuntu.com>
30         * m4/ac_prog_java.m4: Revert previous change.
31         * m4/ac_prog_javac.m4: Apply it here.
32         * configure: Regenerate.
34 2008-10-19  Matthias Klose  <doko@ubuntu.com>
36         * m4/ac_prog_javac.m4: Don't check for working javac, if not configured
37         with --enable-java-maintainer-mode.
38         * configure: Regenerate.
39         * Makefile.in, */Makefile.in: Regenerate.
41 2008-09-30  Matthias Klose  <doko@ubuntu.com>
43         * m4/ac_prog_antlr.m4: Check for cantlr binary as well.
45 2008-09-29  Matthias Klose  <doko@ubuntu.com>
47         * m4/ac_prog_antlr.m4: Check for antlr binary as well.
49 2008-09-28  Matthias Klose  <doko@ubuntu.com>
51         * PR libgcj/37636. Revert:
52         2008-02-20  Matthias Klose  <doko@ubuntu.com>
54         * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
55         Do copy resource files in JAVA_MAINTAINER_MODE only.
56         * tools/Makefile.in: Regenerate.
58 2008-09-14  Matthias Klose  <doko@ubuntu.com>
60         * m4/ac_prog_javac_works.m4, m4/ac_prog_javac.m4, m4/acinclude.m4:
61         Revert local changes.
62         * m4/ac_prog_antlr.m4: Check for an runantlr binary.
63         * tools/Makefile.am, lib/Makefile.am: Revert local changes (JCOMPILER).
64         * tools/Makefile.am: Remove USE_JAVAC_FLAGS, pass ANTLR_JAR in
65         GLIBJ_CLASSPATH.
67 2008-09-14  Matthias Klose  <doko@ubuntu.com>
69         Revert:
70         Daniel Frampton  <zyridium at zyridium.net>
72         * AUTHORS: Added.
73         * java/lang/InheritableThreadLocal.java,
74         * java/lang/Thread.java,
75         * java/lang/ThreadLocal.java:
76         Modified to use java.lang.ThreadLocalMap.
77         * java/lang/ThreadLocalMap.java:
78         New cheaper ThreadLocal-specific WeakHashMap.
80 2008-08-15  Matthias Klose  <doko@ubuntu.com>
82         * m4/acinclude.m4 (CLASSPATH_JAVAC_MEM_CHECK): Remove unknown
83         args for javac.
85 2008-08-17  Mark Wielaard  <mark@klomp.org>
87         * gnu/java/awt/peer/gtk/CairoGraphics2D.java: Always loadLibrary
88         gtk-peer.
89         * gnu/java/awt/peer/gtk/GdkFontPeer.java: Likewise.
90         * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
91         * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: Likewise.
92         * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
93         * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java: Likewise.
94         * gnu/java/awt/peer/gtk/*.class: Rebuilt.
96 2008-06-28  Matthias Klose  <doko@ubuntu.com>
98         * m4/ac_prog_javac.m4: Disable check for JAVAC, when
99         not configured with --enable-java-maintainer-mode.
100         * aclocal.m4, configure: Regenerate.
101         * native/jni/gstreamer-peer/Makefile.am: Do not link with
102         libclasspathnative.
103         * native/jni/gstreamer-peer/Makefile.in: Regenerate.
104         * tools/Makefile.am, lib/Makefile.am: Use JAVAC for setting
105         JCOMPILER, drop flags not understood by gcj.
107 2008-06-24  Tom Tromey  <tromey@redhat.com>
109         PR libgcj/32198:
110         * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java
111         (compile): Reverse isAssignableFrom test.
112         * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.class:
113         Rebuilt.
115 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
117         PR bootstrap/35457
118         * aclocal.m4: Regenerate.
119         * configure: Regenerate.
121 2008-04-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
123         * lib/gen-classlist.sh.in: Avoid grepping each omission, by
124         building an awk script with a hash for literal files, and
125         awk regular expressions for the rest.
126         * configure.ac: Call AC_PROG_AWK.
127         * configure: Regenerate.
129         * m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name.
130         * tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar)
131         (gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv)
132         (gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies
133         for these scripts, to trick automake into hiding the respective
134         rules for the programs below the CREATE_WRAPPERS conditional.
135         * aclocal.m4: Regenerate.
136         * configure: Likewise.
137         * Makefile.in: Likewise.
138         * native/jni/Makefile.in: Likewise.
139         * native/jni/classpath/Makefile.in: Likewise.
140         * native/jni/gstreamer-peer/Makefile.in: Likewise.
141         * native/jni/midi-dssi/Makefile.in: Likewise.
142         * native/jni/gconf-peer/Makefile.in: Likewise.
143         * native/jni/java-io/Makefile.in: Likewise.
144         * native/jni/native-lib/Makefile.in: Likewise.
145         * native/jni/java-util/Makefile.in: Likewise.
146         * native/jni/java-lang/Makefile.in: Likewise.
147         * native/jni/midi-alsa/Makefile.in: Likewise.
148         * native/jni/java-nio/Makefile.in: Likewise.
149         * native/jni/java-net/Makefile.in: Likewise.
150         * native/jni/xmlj/Makefile.in: Likewise.
151         * native/jni/qt-peer/Makefile.in: Likewise.
152         * native/jni/gtk-peer/Makefile.in: Likewise.
153         * native/Makefile.in: Likewise.
154         * native/jawt/Makefile.in: Likewise.
155         * native/fdlibm/Makefile.in: Likewise.
156         * native/plugin/Makefile.in: Likewise.
157         * resource/Makefile.in: Likewise.
158         * scripts/Makefile.in: Likewise.
159         * tools/Makefile.in: Likewise.
160         * doc/Makefile.in: Likewise.
161         * doc/api/Makefile.in: Likewise.
162         * lib/Makefile.in: Likewise.
163         * external/Makefile.in: Likewise.
164         * external/jsr166/Makefile.in: Likewise.
165         * external/sax/Makefile.in: Likewise.
166         * external/w3c_dom/Makefile.in: Likewise.
167         * external/relaxngDatatype/Makefile.in: Likewise.
168         * include/Makefile.in: Likewise.
169         * examples/Makefile.in: Likewise.
171 2008-04-17  Tom Tromey  <tromey@redhat.com>
173         PR libgcj/35950:
174         * tools/gnu/classpath/tools/jar/Entry.java: New version from
175         Classpath.
176         * tools/classes/gnu/classpath/tools/jar/Entry.class: Update.
178 2008-03-10  Jim Meyering  <meyering@redhat.com>
180         Don't leak upon failed realloc.
181         * native/jni/classpath/jcl.c (JCL_realloc): Upon failed realloc,
182         free the original buffer before throwing the exception.
184 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
186         * doc/cp-hacking.texinfo: Fix spacing after periods.
187         * doc/cp-tools.texinfo: Likewise.
188         * doc/cp-vmintegration.texinfo: Likewise.
190         * doc/cp-hacking.texinfo: Fix some typos.
191         * doc/cp-tools.texinfo: Likewise.
192         * doc/cp-vmintegration.texinfo: Likewise.
194 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
196         * gnu/java/rmi/registry/RegistryImpl.java (version): Update
197         copyright notice dates.
198         * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
200 2008-02-20  Matthias Klose  <doko@ubuntu.com>
202         * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
203         Do copy resource files in JAVA_MAINTAINER_MODE only.
204         * tools/Makefile.in: Regenerate.
206 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
208         * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
209         * doc/cp-hacking.texinfo (@direntry): Likewise.
210         * doc/cp-vmintegration.texinfo (@direntry): Likewise.
212 2008-02-06  Matthias Klose  <doko@ubuntu.com>
214         * tools/Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files.
215         Copy resource files independent of JAVA_MAINTAINER_MODE.
216         * tools/Makefile.in: Regenerate.
218 2008-01-28  Tom Tromey  <tromey@redhat.com>
220         * tools/classes/gnu/classpath/tools/native2ascii/Native2ASCII$3.class:
221         Added.
223 2008-01-27  Bernhard Fischer  <rep.dot.nop@gmail.com>
225         * java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
226         * gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in
227         exception message.
229 2008-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
231         * doc/README.jaxp: Fix typos.
233 2007-09-04  Matthias Klose  <doko@ubuntu.com>
235         * configure.ac: Append libgcj soversion to nativeexeclibdir.
236         * configure: Regenerate.
238 2007-08-04  Matthias Klose  <doko@ubuntu.com>
240         * java/util/EnumMap.java (clone): Add cast.
242 2007-07-12  Matthias Klose  <doko@ubuntu.com>
244         * lib/jazzlib, tools/gnu/classpath/tools/rmi: Remove empty directories.
246 2007-06-07  Matthias Klose  <doko@ubuntu.com>
248         PR libgcj/32227
249         * include/config-int.h: Delete, it is a generated file.
251 2007-06-04  Matthias Klose  <doko@ubuntu.com>
253         * m4/acinclude.m4: Accept GCJ and JIKES.
254         * configure: Regenerate.
256 2007-05-31  Matthias Klose  <doko@ubuntu.com>
258         * javax/management/NotificationBroadcasterSupport.java
259         (getNotificationInfo): Add cast.
260         * native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include
261         directories.
262         * native/jni/qt-peer/Makefile.in: Regenerate.
264 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
266         PR libjava/32098
267         * configure.ac: Add AC_CONFIG_AUX_DIR(../..).
268         * aclocal.m4: Regenerated.
269         * configure: Likewise.
270         * Makefile.in: Likewise.
272 2007-04-25  Andrew Haley  <aph@redhat.com>
274         * java/io/ObjectStreamClass.java (ensureFieldsSet): New method.
275         (setFields): call ensureFieldsSet.
276         (fieldsSet): New field.
277         * java/io/ObjectOutputStream.java (writeFields): Call
278         osc.ensureFieldsSet().
280         * java/io/ObjectInputStream.java (parseContent): Assign the handle
281         for a PROXYCLASSDESC immediately after reading the marker.
283 2007-03-19  Matthias Klose  <doko@ubuntu.com>
285         * configure.ac: New configure option
286         --enable-generated-files-in-srcdir.
287         * doc/Makefile.am: Add support to generate files in srcdir,
288         install the cp-tools documentation in info format.
289         * configure: Regenerate.
290         * native/jni/classpath/Makefile.in, native/jni/midi-dssi/Makefile.in,
291         native/jni/Makefile.in, native/jni/gconf-peer/Makefile.in,
292         native/jni/java-io/Makefile.in, native/jni/native-lib/Makefile.in,
293         native/jni/java-util/Makefile.in, native/jni/java-lang/Makefile.in,
294         native/jni/midi-alsa/Makefile.in, native/jni/java-nio/Makefile.in,
295         native/jni/java-net/Makefile.in, native/jni/xmlj/Makefile.in,
296         native/jni/qt-peer/Makefile.in, native/jni/gtk-peer/Makefile.in,
297         native/Makefile.in, native/jawt/Makefile.in, native/fdlibm/Makefile.in,
298         native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
299         tools/Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
300         lib/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
301         external/w3c_dom/Makefile.in, external/jsr166/Makefile.in,
302         external/relaxngDatatype/Makefile.in, include/Makefile.in,
303         examples/Makefile.in: Regenerate.
305 2007-03-09  Gary Benson  <gbenson@redhat.com>
306             Chris Burdess  <dog@gnu.org>
308         PR classpath/30831
309         * gnu/xml/dom/ls/SAXEventSink.java: Only set extended document
310         properties when reader is available.
312 2007-03-08  Gary Benson  <gbenson@redhat.com>
314         PR classpath/30983:
315         * gnu/xml/dom/ls/DomLSParser.java (getInputSource):
316         Do not use the entity resolver to resolve the top-level document.
318 2007-03-07  Gary Benson  <gbenson@redhat.com>
320         PR classpath/30906:
321         * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
322         New file.
324 2007-03-06  Matthias Klose  <doko@ubuntu.com>
326         * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
327         * doc/Makefile.in: Regenerate.
329 2007-03-06  Tom Tromey  <tromey@redhat.com>
331         * tools/gnu/classpath/tools/javah/Main.java (getName): New
332         method.
333         (getParser): Now protected.  Use getName.  Add '-v' alias for
334         --verbose.
335         (postParse): New method.
336         (run): Now protected.  Use postParse.
337         * tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
338         * tools/Makefile.in: Rebuilt.
339         * tools/Makefile.am: Remove vm-tools.lst before creating it.
341 2007-03-05  Matthias Klose  <doko@ubuntu.com>
343         * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
344         * doc/Makefile.in: Regenerate.
346 2007-02-26  Jakub Jelinek  <jakub@redhat.com>
348         * java/util/TimeZone.java (getDefaultDisplayName): Don't
349         check if TimeZone is instanceof SimpleTimeZone.
351 2007-02-21  Gary Benson  <gbenson@redhat.com>
353         * java/util/GregorianCalendar.java,
354         (add): Don't set fields directly anymore. Use set()
356 2007-02-20  Matthias Klose  <doko@ubuntu.com>
358         * Merge doc update from classpath HEAD.
359         * doc/texi2pod.pl: Not imported.
360         * doc/Makefile.am: Use GCC's texi2pod.pl
361         * doc/Makefile.in: Regenerate.
363 2007-02-20  Gary Benson  <gbenson@redhat.com>
365         * javax/management/MBeanServer.java: Updated.
366         * javax/management/MBeanServerConnection.java: Likewise.
367         * javax/management/ObjectName.java: Likewise.
368         * javax/management/StandardMBean.java: Likewise.
370 2007-02-15  David Daney  <ddaney@avtrex.com>
372         * tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages.
373         * tools/Makefile.in: Regenerated.
375 2007-02-15  Gary Benson  <gbenson@redhat.com>
377         * javax/management/AttributeList.java: Updated.
378         * javax/management/MBeanServerDelegate.java: Likewise.
379         * javax/management/MBeanServerFactory.java: Likewise.
380         * javax/management/StandardMBean.java: Likewise.
382 2007-02-15  Gary Benson  <gbenson@redhat.com>
384         * gnu/javax/management/Server.java
385         (registerMBean): Always register objects that implement the
386         MBeanRegistration interface, and check the name returned by
387         preRegister before using it.
389 2007-02-15  Gary Benson  <gbenson@redhat.com>
391         * javax/management/ObjectName.java:
392         (getKeyPropertyList()): Remove cast and call
393         to UnmodifiableMap.
395 2007-02-14  Gary Benson  <gbenson@redhat.com>
397         * javax/management/ObjectName.java
398         (toString): Return this item's canonical name.
400 2007-02-12  Tom Tromey  <tromey@redhat.com>
402         * java/util/Collections.java (UnmodifiableMap.toArray): Imported
403         changes from Classpath.
405 2007-02-09  Gary Benson  <gbenson@redhat.com>
407         * javax/management/ObjectName.java
408         (quote): Initialize StringBuilder correctly.
410 2007-02-08  Gary Benson  <gbenson@redhat.com>
412         * javax/management/MBeanServerFactory.java
413         (servers): Initialize.
414         (createMBeanServer): Don't initialize servers.
416 2007-01-31  Tom Tromey  <tromey@redhat.com>
418         * tools/Makefile.in: Rebuilt.
419         * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
420         (noinst_DATA): Renamed from TOOLS_DATA.
422 2007-01-20  Matthias Klose  <doko@debian.org>
424         * native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install
425         into nativeexeclibdir instead of gcjversionedlibdir.
426         * native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate.
428 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
430         * configure.ac: Use multi.m4 from aclocal rather than
431         custom code.  Use multi_basedir instead libgcj_basedir.
432         * aclocal.m4: Regenerate.
433         * configure: Regenerate.
434         * Makefile.in: Regenerate.
436 2007-01-10  Matthias Klose  <doko@debian.org>
438         Readd missing chunks from r116332:
440         * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
441         * resource/Makefile.am (loggingdir): Define to
442         toolexeclibdir.
443         (securitydir): Likewise.
444         * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
445         Set default nativeexeclibdir using toolexeclibdir.
447         Readd missing chunks from r115839:
449         * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS):
450         Add -avoid-version.
451         * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version.
453         * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
454         examples/Makefile.in, external/Makefile.in,
455         external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in,
456         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
457         include/Makefile.in, lib/Makefile.in, native/Makefile.in,
458         native/fdlibm/Makefile.in, native/jawt/Makefile.in,
459         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
460         native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in
461         native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in,
462         native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in,
463         native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in,
464         native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in,
465         native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in,
466         native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
467         tools/Makefile.in: Regenerate
469 2007-01-10  Matthias Klose  <doko@debian.org>
471         * resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic,
472         tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop,
473         doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt,
474         testsuite/javax.swing.text.html.parser, testsuite/java.lang,
475         testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text,
476         testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib,
477         testsuite/java.io, testsuite/java.util, native/target,
478         native/testsuite, native/vmi, org/omg/CORBA/SendingContext,
479         gnu/regexp, test, compat: Remove empty directories.
481 2006-12-23  Andreas Tobler <a.tobler@schweiz.org>
483         * classpath/tools/Makefile.am: Replace cp -a with a more portable
484         cp -pR.
485         * classpath/tools/Makefile.in: Regenerate.
487 2006-12-18  Tom Tromey  <tromey@redhat.com>
489         * tools/Makefile.in: Rebuilt.
490         * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
492 2006-12-18  Tom Tromey  <tromey@redhat.com>
494         * tools/Makefile.in: Rebuilt.
495         * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
496         * tools/asm, tools/classes: Check in .class files.
498 2006-12-18  Gary Benson  <gbenson@redhat.com>
500         * tools/Makefile.am: Fix typo.
501         * tools/Makefile.in: Rebuilt.
503 2006-12-15  Andrew Haley  <aph@redhat.com>
505         * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
506         Create all-classes.lst that contains all source filenames.
507         Delete asm.lst.
509 2006-12-15  Tom Tromey  <tromey@redhat.com>
511         * configure, lib/Makefile.in: Rebuilt.
512         * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
513         * configure.ac: Added --enable-java-maintainer-mode.
515 2006-12-12  Tom Tromey  <tromey@redhat.com>
517         * Makefile.in, tools/Makefile.in: Rebuilt.
518         * Makefile.am (SUBDIRS): Removed gcj-local change.
519         (DIST_SUBDIRS): Likewise.
520         * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
521         (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
523 2006-12-11  Tom Tromey  <tromey@redhat.com>
525         * Merged in Classpath from libgcj-import-20061211.
527 2006-10-17  Tom Tromey  <tromey@redhat.com>
529         * sun/reflect/annotation/AnnotationInvocationHandler.java
530         (invoke): Clone array values before return.
531         (create): New method.
532         (arrayClone): Likewise.
534 2006-10-12  Tom Tromey  <tromey@redhat.com>
536         * lib/Makefile.in: Rebuilt.
537         * lib/Makefile.am (JAVAC): Put classes in srcdir.
538         (compile-classes): Conditional on MAINTAINER_MODE.
540 2006-07-18  Tom Tromey  <tromey@redhat.com>
542         * lib/Makefile.in: Rebuilt.
543         * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
545 2006-07-06  Tom Tromey  <tromey@redhat.com>
547         * lib/Makefile.in: Rebuilt.
548         * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
549         (compile-classes): Remove special case for gcj.
551 2006-06-23  Tom Tromey  <tromey@redhat.com>
553         * Imported Classpath generics 0.91, presesrving local changes.
555 2006-06-09  Tom Tromey  <tromey@redhat.com>
557         * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
559 2006-05-30  Thomas Fitzsimmons  <fitzsim@redhat.com>
561         * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
562         (gcjversionedlibdir): Likewise.
563         (libgtkpeer_la_LDFLAGS): Likewise.
564         Install libgtkpeer.so in GCJ versioned library directory.
565         * native/jawt/Makefile.am (gcc_version): New variable.
566         (gcjversionedlibdir): Likewise.
567         (libjawt_la_LDFLAGS): Likewise.
568         Rename libjawtgnu.so libjawt.so.  Install libjawt.so in GCJ
569         versioned library directory.
570         * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
571         System.loadLibrary unconditionally.
572         * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
573         * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
574         * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
575         * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
576         * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
578 2006-05-19  Andreas Tobler  <a.tobler@schweiz.ch>
580         * include/config-int.h: Delete, it is a generated file.
582 2006-04-05  Tom Tromey  <tromey@redhat.com>
584         PR libgcj/26625:
585         * lib/Makefile.in: Rebuilt.
586         * lib/Makefile.am (compile-classes): Touch the output file.
588 2006-04-04  Tom Tromey  <tromey@redhat.com>
590         * lib/gen-classlist.sh.in: Correct handle generated files.
592 2006-04-04  Mark Wielaard  <mark@klomp.org>
594         * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
595         as temporary file name.
597 2006-04-04  Tom Tromey  <tromey@redhat.com>
599         * lib/split-for-gcj.sh: Updated for multi-field format.
600         * lib/Makefile.am (CLEANFILES): Added classes.2.
601         * lib/gen-classlist.sh.in (GCJ): Removed.  Create classes.1 and
602         classes.2 using multiple fields.
604 2006-04-03  Bernhard Rosenkraenzer  <bero@arklinux.org>
606         PR gcc/26901:
607         * Makefile.in: Rebuilt.
608         * Makefile.am (SUBDIRS): Remove 'tools'.
609         (DIST_SUBDIRS): Likewise.
611 2006-03-16  Tom Tromey  <tromey@redhat.com>
613         PR libgcj/26706:
614         * aclocal.m4, configure: Rebuilt.
615         * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
617 2006-03-15  Tom Tromey  <tromey@redhat.com>
619         PR libgcj/26688:
620         * lib/Makefile.in: Rebuilt.
621         * lib/Makefile.am (propertydirs): Ignore .svn directories.
622         (metafiles): Likewise.
624 2006-03-10  Tom Tromey  <tromey@redhat.com>
626         For PR libgcj/25713:
627         * java/util/zip/InflaterInputStream.java (read): Replaced with
628         libgcj implementation.
630 2006-03-08  Tom Tromey  <tromey@redhat.com>
632         PR libgcj/24183:
633         * native/jni/xmlj/Makefile.in: Rebuilt.
634         * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
635         (reverted local patch).
637 2006-01-16  Mark Wielaard  <mark@klomp.org>
639         * native/fdlibm/namespace.h: Empty for gcj.
641 2006-01-14  Anthony Green  <green@redhat.com>
643         * java/net/ServerSocket.java (accept): Remove bogus
644         security check.
645         (implAccept): Add FIXME comment.
647 2006-01-06  Tom Tromey  <tromey@redhat.com>
649         PR libgcj/23499:
650         * lib/Makefile.in: Rebuilt.
651         * lib/Makefile.am (glibj_DATA): Commented out.
653 2005-12-01  Anthony Green  <green@redhat.com>
655         PR bootstrap/25207
656         * configure.ac: Make sure we have an alsa library in addition to
657         the headers.  This extra test is required for systems with
658         multilibs.
659         * configure: Rebuilt.
661 2005-10-03  Tom Tromey  <tromey@redhat.com>
663         * native/jawt/Makefile.in: Rebuilt.
664         * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
665         * native/jni/xmlj/Makefile.in: Rebuilt.
666         * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
667         * native/jni/qt-peer/Makefile.in: Rebuilt.
668         * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
669         * native/jni/gtk-peer/Makefile.in: Rebuilt.
670         * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
672 2005-10-03  Tom Tromey  <tromey@redhat.com>
674         PR libgcj/24057:
675         * include/Makefile.in: Rebuilt.
676         * include/Makefile.am: Don't install headers.
678 2005-09-30  Tom Tromey  <tromey@redhat.com>
680         PR libgcj/24051:
681         * Makefile.in: Rebuilt.
682         * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
683         * configure: Rebuilt.
684         * configure.ac: Use GCC_NO_EXECUTABLES
686 2005-09-23  Tom Tromey  <tromey@redhat.com>
688         * native/jawt/.cvsignore: Likewise.
689         * native/jni/qt-peer/.cvsignore
690         * native/jawt/Makefile.in: Added.
691         * native/jni/qt-peer/Makefile.in: Likewise.
693 2005-09-23  Tom Tromey  <tromey@redhat.com>
695         Imported Classpath 0.18.
697 2005-08-23  Tom Tromey  <tromey@redhat.com>
699         * configure: Rebuilt.
700         * configure.ac: Fixed typo.
702 2005-08-22  Tom Tromey  <tromey@redhat.com>
704         PR libgcj/23498:
705         * doc/Makefile.am (info_TEXINFOS): Commented out.
706         * doc/Makefile.in: Rebuilt.
708 2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>
710         * Makefile.am (ACLOCAL_AMFLAGS): New.
711         * Makefile.in: Regenerate.
712         
713 2005-08-22  Tom Tromey  <tromey@redhat.com>
715         PR libgcj/23498:
716         * doc/Makefile.am (info_TEXINFOS): Commented out.
717         * doc/Makefile.in: Rebuilt.
719 2005-08-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
721         * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
722         Don't use unportable !.
724 2005-07-15  Tom Tromey  <tromey@redhat.com>
726         * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
727         config.sub, configure, ltmain.sh, doc/Makefile.in,
728         doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
729         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
730         include/Makefile.in, include/config.h.in, include/jni.h,
731         lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
732         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
733         native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
734         native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
735         native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
736         native/jni/xmlj/Makefile.in, native/target/Makefile.in,
737         native/target/Linux/Makefile.in,
738         native/target/generic/Makefile.in, resource/Makefile.in,
739         scripts/Makefile.in: Added.
740         * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
741         native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
742         native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
743         native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
744         native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
745         native/testsuite/.cvsignore, native/.cvsignore,
746         native/vmi/.cvsignore, native/target/.cvsignore,
747         native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
748         include/.cvsignore, doc/api/.cvsignore,
749         doc/www.gnu.org/faq/.cvsignore,
750         doc/www.gnu.org/downloads/.cvsignore,
751         doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
752         doc/www.gnu.org/events/.cvsignore,
753         doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
754         resource/.cvsignore, external/w3c_dom/.cvsignore,
755         external/sax/.cvsignore, external/.cvsignore,
756         java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
757         test/java.io/.cvsignore, test/.cvsignore,
758         test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
759         test/java.lang.reflect/.cvsignore, examples/.cvsignore,
760         lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
761         compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
762         vm/reference/.cvsignore, scripts/.cvsignore: Updated.