OSDN Git Service

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