OSDN Git Service

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