OSDN Git Service

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