Fix bug reported by Andrew Pinski.
[official-gcc.git] / libjava / classpath / ChangeLog.gcj
blobffc357133b676798211528f5a2cb92bdbf8ab152
1 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
3         * gnu/java/rmi/registry/RegistryImpl.java (version): Update
4         copyright notice dates.
5         * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
7 2008-02-20  Matthias Klose  <doko@ubuntu.com>
9         * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
10         Do copy resource files in JAVA_MAINTAINER_MODE only.
11         * tools/Makefile.in: Regenerate.
13 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
15         * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
16         * doc/cp-hacking.texinfo (@direntry): Likewise.
17         * doc/cp-vmintegration.texinfo (@direntry): Likewise.
19 2008-02-06  Matthias Klose  <doko@ubuntu.com>
21         * tools/Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files.
22         Copy resource files independent of JAVA_MAINTAINER_MODE.
23         * tools/Makefile.in: Regenerate.
25 2008-01-28  Tom Tromey  <tromey@redhat.com>
27         * tools/classes/gnu/classpath/tools/native2ascii/Native2ASCII$3.class:
28         Added.
30 2007-09-04  Matthias Klose  <doko@ubuntu.com>
32         * configure.ac: Append libgcj soversion to nativeexeclibdir.
33         * configure: Regenerate.
35 2007-08-04  Matthias Klose  <doko@ubuntu.com>
37         * java/util/EnumMap.java (clone): Add cast.
39 2007-07-12  Matthias Klose  <doko@ubuntu.com>
41         * lib/jazzlib, tools/gnu/classpath/tools/rmi: Remove empty directories.
43 2007-06-07  Matthias Klose  <doko@ubuntu.com>
45         PR libgcj/32227
46         * include/config-int.h: Delete, it is a generated file.
48 2007-06-04  Matthias Klose  <doko@ubuntu.com>
50         * m4/acinclude.m4: Accept GCJ and JIKES.
51         * configure: Regenerate.
53 2007-05-31  Matthias Klose  <doko@ubuntu.com>
55         * javax/management/NotificationBroadcasterSupport.java
56         (getNotificationInfo): Add cast.
57         * native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include
58         directories.
59         * native/jni/qt-peer/Makefile.in: Regenerate.
61 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
63         PR libjava/32098
64         * configure.ac: Add AC_CONFIG_AUX_DIR(../..).
65         * aclocal.m4: Regenerated.
66         * configure: Likewise.
67         * Makefile.in: Likewise.
69 2007-04-25  Andrew Haley  <aph@redhat.com>
71         * java/io/ObjectStreamClass.java (ensureFieldsSet): New method.
72         (setFields): call ensureFieldsSet.
73         (fieldsSet): New field.
74         * java/io/ObjectOutputStream.java (writeFields): Call
75         osc.ensureFieldsSet().
77         * java/io/ObjectInputStream.java (parseContent): Assign the handle
78         for a PROXYCLASSDESC immediately after reading the marker.
80 2007-03-19  Matthias Klose  <doko@ubuntu.com>
82         * configure.ac: New configure option
83         --enable-generated-files-in-srcdir.
84         * doc/Makefile.am: Add support to generate files in srcdir,
85         install the cp-tools documentation in info format.
86         * configure: Regenerate.
87         * native/jni/classpath/Makefile.in, native/jni/midi-dssi/Makefile.in,
88         native/jni/Makefile.in, native/jni/gconf-peer/Makefile.in,
89         native/jni/java-io/Makefile.in, native/jni/native-lib/Makefile.in,
90         native/jni/java-util/Makefile.in, native/jni/java-lang/Makefile.in,
91         native/jni/midi-alsa/Makefile.in, native/jni/java-nio/Makefile.in,
92         native/jni/java-net/Makefile.in, native/jni/xmlj/Makefile.in,
93         native/jni/qt-peer/Makefile.in, native/jni/gtk-peer/Makefile.in,
94         native/Makefile.in, native/jawt/Makefile.in, native/fdlibm/Makefile.in,
95         native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
96         tools/Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
97         lib/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
98         external/w3c_dom/Makefile.in, external/jsr166/Makefile.in,
99         external/relaxngDatatype/Makefile.in, include/Makefile.in,
100         examples/Makefile.in: Regenerate.
102 2007-03-09  Gary Benson  <gbenson@redhat.com>
103             Chris Burdess  <dog@gnu.org>
105         PR classpath/30831
106         * gnu/xml/dom/ls/SAXEventSink.java: Only set extended document
107         properties when reader is available.
109 2007-03-08  Gary Benson  <gbenson@redhat.com>
111         PR classpath/30983:
112         * gnu/xml/dom/ls/DomLSParser.java (getInputSource):
113         Do not use the entity resolver to resolve the top-level document.
115 2007-03-07  Gary Benson  <gbenson@redhat.com>
117         PR classpath/30906:
118         * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
119         New file.
121 2007-03-06  Matthias Klose  <doko@ubuntu.com>
123         * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
124         * doc/Makefile.in: Regenerate.
126 2007-03-06  Tom Tromey  <tromey@redhat.com>
128         * tools/gnu/classpath/tools/javah/Main.java (getName): New
129         method.
130         (getParser): Now protected.  Use getName.  Add '-v' alias for
131         --verbose.
132         (postParse): New method.
133         (run): Now protected.  Use postParse.
134         * tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
135         * tools/Makefile.in: Rebuilt.
136         * tools/Makefile.am: Remove vm-tools.lst before creating it.
138 2007-03-05  Matthias Klose  <doko@ubuntu.com>
140         * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
141         * doc/Makefile.in: Regenerate.
143 2007-02-26  Jakub Jelinek  <jakub@redhat.com>
145         * java/util/TimeZone.java (getDefaultDisplayName): Don't
146         check if TimeZone is instanceof SimpleTimeZone.
148 2007-02-21  Gary Benson  <gbenson@redhat.com>
150         * java/util/GregorianCalendar.java,
151         (add): Don't set fields directly anymore. Use set()
153 2007-02-20  Matthias Klose  <doko@ubuntu.com>
155         * Merge doc update from classpath HEAD.
156         * doc/texi2pod.pl: Not imported.
157         * doc/Makefile.am: Use GCC's texi2pod.pl
158         * doc/Makefile.in: Regenerate.
160 2007-02-20  Gary Benson  <gbenson@redhat.com>
162         * javax/management/MBeanServer.java: Updated.
163         * javax/management/MBeanServerConnection.java: Likewise.
164         * javax/management/ObjectName.java: Likewise.
165         * javax/management/StandardMBean.java: Likewise.
167 2007-02-15  David Daney  <ddaney@avtrex.com>
169         * tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages.
170         * tools/Makefile.in: Regenerated.
172 2007-02-15  Gary Benson  <gbenson@redhat.com>
174         * javax/management/AttributeList.java: Updated.
175         * javax/management/MBeanServerDelegate.java: Likewise.
176         * javax/management/MBeanServerFactory.java: Likewise.
177         * javax/management/StandardMBean.java: Likewise.
179 2007-02-15  Gary Benson  <gbenson@redhat.com>
181         * gnu/javax/management/Server.java
182         (registerMBean): Always register objects that implement the
183         MBeanRegistration interface, and check the name returned by
184         preRegister before using it.
186 2007-02-15  Gary Benson  <gbenson@redhat.com>
188         * javax/management/ObjectName.java:
189         (getKeyPropertyList()): Remove cast and call
190         to UnmodifiableMap.
192 2007-02-14  Gary Benson  <gbenson@redhat.com>
194         * javax/management/ObjectName.java
195         (toString): Return this item's canonical name.
197 2007-02-12  Tom Tromey  <tromey@redhat.com>
199         * java/util/Collections.java (UnmodifiableMap.toArray): Imported
200         changes from Classpath.
202 2007-02-09  Gary Benson  <gbenson@redhat.com>
204         * javax/management/ObjectName.java
205         (quote): Initialize StringBuilder correctly.
207 2007-02-08  Gary Benson  <gbenson@redhat.com>
209         * javax/management/MBeanServerFactory.java
210         (servers): Initialize.
211         (createMBeanServer): Don't initialize servers.
213 2007-01-31  Tom Tromey  <tromey@redhat.com>
215         * tools/Makefile.in: Rebuilt.
216         * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
217         (noinst_DATA): Renamed from TOOLS_DATA.
219 2007-01-20  Matthias Klose  <doko@debian.org>
221         * native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install
222         into nativeexeclibdir instead of gcjversionedlibdir.
223         * native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate.
225 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
227         * configure.ac: Use multi.m4 from aclocal rather than
228         custom code.  Use multi_basedir instead libgcj_basedir.
229         * aclocal.m4: Regenerate.
230         * configure: Regenerate.
231         * Makefile.in: Regenerate.
233 2007-01-10  Matthias Klose  <doko@debian.org>
235         Readd missing chunks from r116332:
237         * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
238         * resource/Makefile.am (loggingdir): Define to
239         toolexeclibdir.
240         (securitydir): Likewise.
241         * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
242         Set default nativeexeclibdir using toolexeclibdir.
244         Readd missing chunks from r115839:
246         * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS):
247         Add -avoid-version.
248         * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version.
250         * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
251         examples/Makefile.in, external/Makefile.in,
252         external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in,
253         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
254         include/Makefile.in, lib/Makefile.in, native/Makefile.in,
255         native/fdlibm/Makefile.in, native/jawt/Makefile.in,
256         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
257         native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in
258         native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in,
259         native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in,
260         native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in,
261         native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in,
262         native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in,
263         native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
264         tools/Makefile.in: Regenerate
266 2007-01-10  Matthias Klose  <doko@debian.org>
268         * resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic,
269         tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop,
270         doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt,
271         testsuite/javax.swing.text.html.parser, testsuite/java.lang,
272         testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text,
273         testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib,
274         testsuite/java.io, testsuite/java.util, native/target,
275         native/testsuite, native/vmi, org/omg/CORBA/SendingContext,
276         gnu/regexp, test, compat: Remove empty directories.
278 2006-12-23  Andreas Tobler <a.tobler@schweiz.org>
280         * classpath/tools/Makefile.am: Replace cp -a with a more portable
281         cp -pR.
282         * classpath/tools/Makefile.in: Regenerate.
284 2006-12-18  Tom Tromey  <tromey@redhat.com>
286         * tools/Makefile.in: Rebuilt.
287         * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
289 2006-12-18  Tom Tromey  <tromey@redhat.com>
291         * tools/Makefile.in: Rebuilt.
292         * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
293         * tools/asm, tools/classes: Check in .class files.
295 2006-12-18  Gary Benson  <gbenson@redhat.com>
297         * tools/Makefile.am: Fix typo.
298         * tools/Makefile.in: Rebuilt.
300 2006-12-15  Andrew Haley  <aph@redhat.com>
302         * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
303         Create all-classes.lst that contains all source filenames.
304         Delete asm.lst.
306 2006-12-15  Tom Tromey  <tromey@redhat.com>
308         * configure, lib/Makefile.in: Rebuilt.
309         * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
310         * configure.ac: Added --enable-java-maintainer-mode.
312 2006-12-12  Tom Tromey  <tromey@redhat.com>
314         * Makefile.in, tools/Makefile.in: Rebuilt.
315         * Makefile.am (SUBDIRS): Removed gcj-local change.
316         (DIST_SUBDIRS): Likewise.
317         * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
318         (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
320 2006-12-11  Tom Tromey  <tromey@redhat.com>
322         * Merged in Classpath from libgcj-import-20061211.
324 2006-10-17  Tom Tromey  <tromey@redhat.com>
326         * sun/reflect/annotation/AnnotationInvocationHandler.java
327         (invoke): Clone array values before return.
328         (create): New method.
329         (arrayClone): Likewise.
331 2006-10-12  Tom Tromey  <tromey@redhat.com>
333         * lib/Makefile.in: Rebuilt.
334         * lib/Makefile.am (JAVAC): Put classes in srcdir.
335         (compile-classes): Conditional on MAINTAINER_MODE.
337 2006-07-18  Tom Tromey  <tromey@redhat.com>
339         * lib/Makefile.in: Rebuilt.
340         * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
342 2006-07-06  Tom Tromey  <tromey@redhat.com>
344         * lib/Makefile.in: Rebuilt.
345         * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
346         (compile-classes): Remove special case for gcj.
348 2006-06-23  Tom Tromey  <tromey@redhat.com>
350         * Imported Classpath generics 0.91, presesrving local changes.
352 2006-06-09  Tom Tromey  <tromey@redhat.com>
354         * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
356 2006-05-30  Thomas Fitzsimmons  <fitzsim@redhat.com>
358         * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
359         (gcjversionedlibdir): Likewise.
360         (libgtkpeer_la_LDFLAGS): Likewise.
361         Install libgtkpeer.so in GCJ versioned library directory.
362         * native/jawt/Makefile.am (gcc_version): New variable.
363         (gcjversionedlibdir): Likewise.
364         (libjawt_la_LDFLAGS): Likewise.
365         Rename libjawtgnu.so libjawt.so.  Install libjawt.so in GCJ
366         versioned library directory.
367         * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
368         System.loadLibrary unconditionally.
369         * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
370         * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
371         * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
372         * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
373         * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
375 2006-05-19  Andreas Tobler  <a.tobler@schweiz.ch>
377         * include/config-int.h: Delete, it is a generated file.
379 2006-04-05  Tom Tromey  <tromey@redhat.com>
381         PR libgcj/26625:
382         * lib/Makefile.in: Rebuilt.
383         * lib/Makefile.am (compile-classes): Touch the output file.
385 2006-04-04  Tom Tromey  <tromey@redhat.com>
387         * lib/gen-classlist.sh.in: Correct handle generated files.
389 2006-04-04  Mark Wielaard  <mark@klomp.org>
391         * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
392         as temporary file name.
394 2006-04-04  Tom Tromey  <tromey@redhat.com>
396         * lib/split-for-gcj.sh: Updated for multi-field format.
397         * lib/Makefile.am (CLEANFILES): Added classes.2.
398         * lib/gen-classlist.sh.in (GCJ): Removed.  Create classes.1 and
399         classes.2 using multiple fields.
401 2006-04-03  Bernhard Rosenkraenzer  <bero@arklinux.org>
403         PR gcc/26901:
404         * Makefile.in: Rebuilt.
405         * Makefile.am (SUBDIRS): Remove 'tools'.
406         (DIST_SUBDIRS): Likewise.
408 2006-03-16  Tom Tromey  <tromey@redhat.com>
410         PR libgcj/26706:
411         * aclocal.m4, configure: Rebuilt.
412         * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
414 2006-03-15  Tom Tromey  <tromey@redhat.com>
416         PR libgcj/26688:
417         * lib/Makefile.in: Rebuilt.
418         * lib/Makefile.am (propertydirs): Ignore .svn directories.
419         (metafiles): Likewise.
421 2006-03-10  Tom Tromey  <tromey@redhat.com>
423         For PR libgcj/25713:
424         * java/util/zip/InflaterInputStream.java (read): Replaced with
425         libgcj implementation.
427 2006-03-08  Tom Tromey  <tromey@redhat.com>
429         PR libgcj/24183:
430         * native/jni/xmlj/Makefile.in: Rebuilt.
431         * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
432         (reverted local patch).
434 2006-01-16  Mark Wielaard  <mark@klomp.org>
436         * native/fdlibm/namespace.h: Empty for gcj.
438 2006-01-14  Anthony Green  <green@redhat.com>
440         * java/net/ServerSocket.java (accept): Remove bogus
441         security check.
442         (implAccept): Add FIXME comment.
444 2006-01-06  Tom Tromey  <tromey@redhat.com>
446         PR libgcj/23499:
447         * lib/Makefile.in: Rebuilt.
448         * lib/Makefile.am (glibj_DATA): Commented out.
450 2005-12-01  Anthony Green  <green@redhat.com>
452         PR bootstrap/25207
453         * configure.ac: Make sure we have an alsa library in addition to
454         the headers.  This extra test is required for systems with
455         multilibs.
456         * configure: Rebuilt.
458 2005-10-03  Tom Tromey  <tromey@redhat.com>
460         * native/jawt/Makefile.in: Rebuilt.
461         * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
462         * native/jni/xmlj/Makefile.in: Rebuilt.
463         * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
464         * native/jni/qt-peer/Makefile.in: Rebuilt.
465         * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
466         * native/jni/gtk-peer/Makefile.in: Rebuilt.
467         * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
469 2005-10-03  Tom Tromey  <tromey@redhat.com>
471         PR libgcj/24057:
472         * include/Makefile.in: Rebuilt.
473         * include/Makefile.am: Don't install headers.
475 2005-09-30  Tom Tromey  <tromey@redhat.com>
477         PR libgcj/24051:
478         * Makefile.in: Rebuilt.
479         * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
480         * configure: Rebuilt.
481         * configure.ac: Use GCC_NO_EXECUTABLES
483 2005-09-23  Tom Tromey  <tromey@redhat.com>
485         * native/jawt/.cvsignore: Likewise.
486         * native/jni/qt-peer/.cvsignore
487         * native/jawt/Makefile.in: Added.
488         * native/jni/qt-peer/Makefile.in: Likewise.
490 2005-09-23  Tom Tromey  <tromey@redhat.com>
492         Imported Classpath 0.18.
494 2005-08-23  Tom Tromey  <tromey@redhat.com>
496         * configure: Rebuilt.
497         * configure.ac: Fixed typo.
499 2005-08-22  Tom Tromey  <tromey@redhat.com>
501         PR libgcj/23498:
502         * doc/Makefile.am (info_TEXINFOS): Commented out.
503         * doc/Makefile.in: Rebuilt.
505 2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>
507         * Makefile.am (ACLOCAL_AMFLAGS): New.
508         * Makefile.in: Regenerate.
509         
510 2005-08-22  Tom Tromey  <tromey@redhat.com>
512         PR libgcj/23498:
513         * doc/Makefile.am (info_TEXINFOS): Commented out.
514         * doc/Makefile.in: Rebuilt.
516 2005-08-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
518         * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
519         Don't use unportable !.
521 2005-07-15  Tom Tromey  <tromey@redhat.com>
523         * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
524         config.sub, configure, ltmain.sh, doc/Makefile.in,
525         doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
526         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
527         include/Makefile.in, include/config.h.in, include/jni.h,
528         lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
529         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
530         native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
531         native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
532         native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
533         native/jni/xmlj/Makefile.in, native/target/Makefile.in,
534         native/target/Linux/Makefile.in,
535         native/target/generic/Makefile.in, resource/Makefile.in,
536         scripts/Makefile.in: Added.
537         * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
538         native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
539         native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
540         native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
541         native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
542         native/testsuite/.cvsignore, native/.cvsignore,
543         native/vmi/.cvsignore, native/target/.cvsignore,
544         native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
545         include/.cvsignore, doc/api/.cvsignore,
546         doc/www.gnu.org/faq/.cvsignore,
547         doc/www.gnu.org/downloads/.cvsignore,
548         doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
549         doc/www.gnu.org/events/.cvsignore,
550         doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
551         resource/.cvsignore, external/w3c_dom/.cvsignore,
552         external/sax/.cvsignore, external/.cvsignore,
553         java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
554         test/java.io/.cvsignore, test/.cvsignore,
555         test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
556         test/java.lang.reflect/.cvsignore, examples/.cvsignore,
557         lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
558         compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
559         vm/reference/.cvsignore, scripts/.cvsignore: Updated.