OSDN Git Service

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