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