OSDN Git Service

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