OSDN Git Service

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