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