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