OSDN Git Service

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