OSDN Git Service

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