OSDN Git Service

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