OSDN Git Service

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