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