OSDN Git Service

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