1 2008-02-20 Matthias Klose <doko@ubuntu.com>
3 * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
4 Do copy resource files in JAVA_MAINTAINER_MODE only.
5 * tools/Makefile.in: Regenerate.
7 2008-02-18 Jakub Jelinek <jakub@redhat.com>
9 * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
10 * doc/cp-hacking.texinfo (@direntry): Likewise.
11 * doc/cp-vmintegration.texinfo (@direntry): Likewise.
13 2008-02-06 Matthias Klose <doko@ubuntu.com>
15 * tools/Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files.
16 Copy resource files independent of JAVA_MAINTAINER_MODE.
17 * tools/Makefile.in: Regenerate.
19 2008-01-28 Tom Tromey <tromey@redhat.com>
21 * tools/classes/gnu/classpath/tools/native2ascii/Native2ASCII$3.class:
24 2007-09-04 Matthias Klose <doko@ubuntu.com>
26 * configure.ac: Append libgcj soversion to nativeexeclibdir.
27 * configure: Regenerate.
29 2007-08-04 Matthias Klose <doko@ubuntu.com>
31 * java/util/EnumMap.java (clone): Add cast.
33 2007-07-12 Matthias Klose <doko@ubuntu.com>
35 * lib/jazzlib, tools/gnu/classpath/tools/rmi: Remove empty directories.
37 2007-06-07 Matthias Klose <doko@ubuntu.com>
40 * include/config-int.h: Delete, it is a generated file.
42 2007-06-04 Matthias Klose <doko@ubuntu.com>
44 * m4/acinclude.m4: Accept GCJ and JIKES.
45 * configure: Regenerate.
47 2007-05-31 Matthias Klose <doko@ubuntu.com>
49 * javax/management/NotificationBroadcasterSupport.java
50 (getNotificationInfo): Add cast.
51 * native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include
53 * native/jni/qt-peer/Makefile.in: Regenerate.
55 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
58 * configure.ac: Add AC_CONFIG_AUX_DIR(../..).
59 * aclocal.m4: Regenerated.
60 * configure: Likewise.
61 * Makefile.in: Likewise.
63 2007-04-25 Andrew Haley <aph@redhat.com>
65 * java/io/ObjectStreamClass.java (ensureFieldsSet): New method.
66 (setFields): call ensureFieldsSet.
67 (fieldsSet): New field.
68 * java/io/ObjectOutputStream.java (writeFields): Call
69 osc.ensureFieldsSet().
71 * java/io/ObjectInputStream.java (parseContent): Assign the handle
72 for a PROXYCLASSDESC immediately after reading the marker.
74 2007-03-19 Matthias Klose <doko@ubuntu.com>
76 * configure.ac: New configure option
77 --enable-generated-files-in-srcdir.
78 * doc/Makefile.am: Add support to generate files in srcdir,
79 install the cp-tools documentation in info format.
80 * configure: Regenerate.
81 * native/jni/classpath/Makefile.in, native/jni/midi-dssi/Makefile.in,
82 native/jni/Makefile.in, native/jni/gconf-peer/Makefile.in,
83 native/jni/java-io/Makefile.in, native/jni/native-lib/Makefile.in,
84 native/jni/java-util/Makefile.in, native/jni/java-lang/Makefile.in,
85 native/jni/midi-alsa/Makefile.in, native/jni/java-nio/Makefile.in,
86 native/jni/java-net/Makefile.in, native/jni/xmlj/Makefile.in,
87 native/jni/qt-peer/Makefile.in, native/jni/gtk-peer/Makefile.in,
88 native/Makefile.in, native/jawt/Makefile.in, native/fdlibm/Makefile.in,
89 native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
90 tools/Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
91 lib/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
92 external/w3c_dom/Makefile.in, external/jsr166/Makefile.in,
93 external/relaxngDatatype/Makefile.in, include/Makefile.in,
94 examples/Makefile.in: Regenerate.
96 2007-03-09 Gary Benson <gbenson@redhat.com>
97 Chris Burdess <dog@gnu.org>
100 * gnu/xml/dom/ls/SAXEventSink.java: Only set extended document
101 properties when reader is available.
103 2007-03-08 Gary Benson <gbenson@redhat.com>
106 * gnu/xml/dom/ls/DomLSParser.java (getInputSource):
107 Do not use the entity resolver to resolve the top-level document.
109 2007-03-07 Gary Benson <gbenson@redhat.com>
112 * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
115 2007-03-06 Matthias Klose <doko@ubuntu.com>
117 * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
118 * doc/Makefile.in: Regenerate.
120 2007-03-06 Tom Tromey <tromey@redhat.com>
122 * tools/gnu/classpath/tools/javah/Main.java (getName): New
124 (getParser): Now protected. Use getName. Add '-v' alias for
126 (postParse): New method.
127 (run): Now protected. Use postParse.
128 * tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
129 * tools/Makefile.in: Rebuilt.
130 * tools/Makefile.am: Remove vm-tools.lst before creating it.
132 2007-03-05 Matthias Klose <doko@ubuntu.com>
134 * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
135 * doc/Makefile.in: Regenerate.
137 2007-02-26 Jakub Jelinek <jakub@redhat.com>
139 * java/util/TimeZone.java (getDefaultDisplayName): Don't
140 check if TimeZone is instanceof SimpleTimeZone.
142 2007-02-21 Gary Benson <gbenson@redhat.com>
144 * java/util/GregorianCalendar.java,
145 (add): Don't set fields directly anymore. Use set()
147 2007-02-20 Matthias Klose <doko@ubuntu.com>
149 * Merge doc update from classpath HEAD.
150 * doc/texi2pod.pl: Not imported.
151 * doc/Makefile.am: Use GCC's texi2pod.pl
152 * doc/Makefile.in: Regenerate.
154 2007-02-20 Gary Benson <gbenson@redhat.com>
156 * javax/management/MBeanServer.java: Updated.
157 * javax/management/MBeanServerConnection.java: Likewise.
158 * javax/management/ObjectName.java: Likewise.
159 * javax/management/StandardMBean.java: Likewise.
161 2007-02-15 David Daney <ddaney@avtrex.com>
163 * tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages.
164 * tools/Makefile.in: Regenerated.
166 2007-02-15 Gary Benson <gbenson@redhat.com>
168 * javax/management/AttributeList.java: Updated.
169 * javax/management/MBeanServerDelegate.java: Likewise.
170 * javax/management/MBeanServerFactory.java: Likewise.
171 * javax/management/StandardMBean.java: Likewise.
173 2007-02-15 Gary Benson <gbenson@redhat.com>
175 * gnu/javax/management/Server.java
176 (registerMBean): Always register objects that implement the
177 MBeanRegistration interface, and check the name returned by
178 preRegister before using it.
180 2007-02-15 Gary Benson <gbenson@redhat.com>
182 * javax/management/ObjectName.java:
183 (getKeyPropertyList()): Remove cast and call
186 2007-02-14 Gary Benson <gbenson@redhat.com>
188 * javax/management/ObjectName.java
189 (toString): Return this item's canonical name.
191 2007-02-12 Tom Tromey <tromey@redhat.com>
193 * java/util/Collections.java (UnmodifiableMap.toArray): Imported
194 changes from Classpath.
196 2007-02-09 Gary Benson <gbenson@redhat.com>
198 * javax/management/ObjectName.java
199 (quote): Initialize StringBuilder correctly.
201 2007-02-08 Gary Benson <gbenson@redhat.com>
203 * javax/management/MBeanServerFactory.java
204 (servers): Initialize.
205 (createMBeanServer): Don't initialize servers.
207 2007-01-31 Tom Tromey <tromey@redhat.com>
209 * tools/Makefile.in: Rebuilt.
210 * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
211 (noinst_DATA): Renamed from TOOLS_DATA.
213 2007-01-20 Matthias Klose <doko@debian.org>
215 * native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install
216 into nativeexeclibdir instead of gcjversionedlibdir.
217 * native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate.
219 2007-01-16 Jack Howarth <howarth@bromo.med.uc.edu>
221 * configure.ac: Use multi.m4 from aclocal rather than
222 custom code. Use multi_basedir instead libgcj_basedir.
223 * aclocal.m4: Regenerate.
224 * configure: Regenerate.
225 * Makefile.in: Regenerate.
227 2007-01-10 Matthias Klose <doko@debian.org>
229 Readd missing chunks from r116332:
231 * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
232 * resource/Makefile.am (loggingdir): Define to
234 (securitydir): Likewise.
235 * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
236 Set default nativeexeclibdir using toolexeclibdir.
238 Readd missing chunks from r115839:
240 * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS):
242 * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version.
244 * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
245 examples/Makefile.in, external/Makefile.in,
246 external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in,
247 external/sax/Makefile.in, external/w3c_dom/Makefile.in,
248 include/Makefile.in, lib/Makefile.in, native/Makefile.in,
249 native/fdlibm/Makefile.in, native/jawt/Makefile.in,
250 native/jni/Makefile.in, native/jni/classpath/Makefile.in,
251 native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in
252 native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in,
253 native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in,
254 native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in,
255 native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in,
256 native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in,
257 native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
258 tools/Makefile.in: Regenerate
260 2007-01-10 Matthias Klose <doko@debian.org>
262 * resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic,
263 tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop,
264 doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt,
265 testsuite/javax.swing.text.html.parser, testsuite/java.lang,
266 testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text,
267 testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib,
268 testsuite/java.io, testsuite/java.util, native/target,
269 native/testsuite, native/vmi, org/omg/CORBA/SendingContext,
270 gnu/regexp, test, compat: Remove empty directories.
272 2006-12-23 Andreas Tobler <a.tobler@schweiz.org>
274 * classpath/tools/Makefile.am: Replace cp -a with a more portable
276 * classpath/tools/Makefile.in: Regenerate.
278 2006-12-18 Tom Tromey <tromey@redhat.com>
280 * tools/Makefile.in: Rebuilt.
281 * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
283 2006-12-18 Tom Tromey <tromey@redhat.com>
285 * tools/Makefile.in: Rebuilt.
286 * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
287 * tools/asm, tools/classes: Check in .class files.
289 2006-12-18 Gary Benson <gbenson@redhat.com>
291 * tools/Makefile.am: Fix typo.
292 * tools/Makefile.in: Rebuilt.
294 2006-12-15 Andrew Haley <aph@redhat.com>
296 * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
297 Create all-classes.lst that contains all source filenames.
300 2006-12-15 Tom Tromey <tromey@redhat.com>
302 * configure, lib/Makefile.in: Rebuilt.
303 * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
304 * configure.ac: Added --enable-java-maintainer-mode.
306 2006-12-12 Tom Tromey <tromey@redhat.com>
308 * Makefile.in, tools/Makefile.in: Rebuilt.
309 * Makefile.am (SUBDIRS): Removed gcj-local change.
310 (DIST_SUBDIRS): Likewise.
311 * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
312 (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
314 2006-12-11 Tom Tromey <tromey@redhat.com>
316 * Merged in Classpath from libgcj-import-20061211.
318 2006-10-17 Tom Tromey <tromey@redhat.com>
320 * sun/reflect/annotation/AnnotationInvocationHandler.java
321 (invoke): Clone array values before return.
322 (create): New method.
323 (arrayClone): Likewise.
325 2006-10-12 Tom Tromey <tromey@redhat.com>
327 * lib/Makefile.in: Rebuilt.
328 * lib/Makefile.am (JAVAC): Put classes in srcdir.
329 (compile-classes): Conditional on MAINTAINER_MODE.
331 2006-07-18 Tom Tromey <tromey@redhat.com>
333 * lib/Makefile.in: Rebuilt.
334 * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
336 2006-07-06 Tom Tromey <tromey@redhat.com>
338 * lib/Makefile.in: Rebuilt.
339 * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
340 (compile-classes): Remove special case for gcj.
342 2006-06-23 Tom Tromey <tromey@redhat.com>
344 * Imported Classpath generics 0.91, presesrving local changes.
346 2006-06-09 Tom Tromey <tromey@redhat.com>
348 * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
350 2006-05-30 Thomas Fitzsimmons <fitzsim@redhat.com>
352 * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
353 (gcjversionedlibdir): Likewise.
354 (libgtkpeer_la_LDFLAGS): Likewise.
355 Install libgtkpeer.so in GCJ versioned library directory.
356 * native/jawt/Makefile.am (gcc_version): New variable.
357 (gcjversionedlibdir): Likewise.
358 (libjawt_la_LDFLAGS): Likewise.
359 Rename libjawtgnu.so libjawt.so. Install libjawt.so in GCJ
360 versioned library directory.
361 * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
362 System.loadLibrary unconditionally.
363 * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
364 * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
365 * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
366 * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
367 * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
369 2006-05-19 Andreas Tobler <a.tobler@schweiz.ch>
371 * include/config-int.h: Delete, it is a generated file.
373 2006-04-05 Tom Tromey <tromey@redhat.com>
376 * lib/Makefile.in: Rebuilt.
377 * lib/Makefile.am (compile-classes): Touch the output file.
379 2006-04-04 Tom Tromey <tromey@redhat.com>
381 * lib/gen-classlist.sh.in: Correct handle generated files.
383 2006-04-04 Mark Wielaard <mark@klomp.org>
385 * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
386 as temporary file name.
388 2006-04-04 Tom Tromey <tromey@redhat.com>
390 * lib/split-for-gcj.sh: Updated for multi-field format.
391 * lib/Makefile.am (CLEANFILES): Added classes.2.
392 * lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and
393 classes.2 using multiple fields.
395 2006-04-03 Bernhard Rosenkraenzer <bero@arklinux.org>
398 * Makefile.in: Rebuilt.
399 * Makefile.am (SUBDIRS): Remove 'tools'.
400 (DIST_SUBDIRS): Likewise.
402 2006-03-16 Tom Tromey <tromey@redhat.com>
405 * aclocal.m4, configure: Rebuilt.
406 * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
408 2006-03-15 Tom Tromey <tromey@redhat.com>
411 * lib/Makefile.in: Rebuilt.
412 * lib/Makefile.am (propertydirs): Ignore .svn directories.
413 (metafiles): Likewise.
415 2006-03-10 Tom Tromey <tromey@redhat.com>
418 * java/util/zip/InflaterInputStream.java (read): Replaced with
419 libgcj implementation.
421 2006-03-08 Tom Tromey <tromey@redhat.com>
424 * native/jni/xmlj/Makefile.in: Rebuilt.
425 * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
426 (reverted local patch).
428 2006-01-16 Mark Wielaard <mark@klomp.org>
430 * native/fdlibm/namespace.h: Empty for gcj.
432 2006-01-14 Anthony Green <green@redhat.com>
434 * java/net/ServerSocket.java (accept): Remove bogus
436 (implAccept): Add FIXME comment.
438 2006-01-06 Tom Tromey <tromey@redhat.com>
441 * lib/Makefile.in: Rebuilt.
442 * lib/Makefile.am (glibj_DATA): Commented out.
444 2005-12-01 Anthony Green <green@redhat.com>
447 * configure.ac: Make sure we have an alsa library in addition to
448 the headers. This extra test is required for systems with
450 * configure: Rebuilt.
452 2005-10-03 Tom Tromey <tromey@redhat.com>
454 * native/jawt/Makefile.in: Rebuilt.
455 * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
456 * native/jni/xmlj/Makefile.in: Rebuilt.
457 * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
458 * native/jni/qt-peer/Makefile.in: Rebuilt.
459 * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
460 * native/jni/gtk-peer/Makefile.in: Rebuilt.
461 * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
463 2005-10-03 Tom Tromey <tromey@redhat.com>
466 * include/Makefile.in: Rebuilt.
467 * include/Makefile.am: Don't install headers.
469 2005-09-30 Tom Tromey <tromey@redhat.com>
472 * Makefile.in: Rebuilt.
473 * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
474 * configure: Rebuilt.
475 * configure.ac: Use GCC_NO_EXECUTABLES
477 2005-09-23 Tom Tromey <tromey@redhat.com>
479 * native/jawt/.cvsignore: Likewise.
480 * native/jni/qt-peer/.cvsignore
481 * native/jawt/Makefile.in: Added.
482 * native/jni/qt-peer/Makefile.in: Likewise.
484 2005-09-23 Tom Tromey <tromey@redhat.com>
486 Imported Classpath 0.18.
488 2005-08-23 Tom Tromey <tromey@redhat.com>
490 * configure: Rebuilt.
491 * configure.ac: Fixed typo.
493 2005-08-22 Tom Tromey <tromey@redhat.com>
496 * doc/Makefile.am (info_TEXINFOS): Commented out.
497 * doc/Makefile.in: Rebuilt.
499 2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
501 * Makefile.am (ACLOCAL_AMFLAGS): New.
502 * Makefile.in: Regenerate.
504 2005-08-22 Tom Tromey <tromey@redhat.com>
507 * doc/Makefile.am (info_TEXINFOS): Commented out.
508 * doc/Makefile.in: Rebuilt.
510 2005-08-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
512 * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
513 Don't use unportable !.
515 2005-07-15 Tom Tromey <tromey@redhat.com>
517 * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
518 config.sub, configure, ltmain.sh, doc/Makefile.in,
519 doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
520 external/sax/Makefile.in, external/w3c_dom/Makefile.in,
521 include/Makefile.in, include/config.h.in, include/jni.h,
522 lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
523 native/jni/Makefile.in, native/jni/classpath/Makefile.in,
524 native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
525 native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
526 native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
527 native/jni/xmlj/Makefile.in, native/target/Makefile.in,
528 native/target/Linux/Makefile.in,
529 native/target/generic/Makefile.in, resource/Makefile.in,
530 scripts/Makefile.in: Added.
531 * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
532 native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
533 native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
534 native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
535 native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
536 native/testsuite/.cvsignore, native/.cvsignore,
537 native/vmi/.cvsignore, native/target/.cvsignore,
538 native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
539 include/.cvsignore, doc/api/.cvsignore,
540 doc/www.gnu.org/faq/.cvsignore,
541 doc/www.gnu.org/downloads/.cvsignore,
542 doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
543 doc/www.gnu.org/events/.cvsignore,
544 doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
545 resource/.cvsignore, external/w3c_dom/.cvsignore,
546 external/sax/.cvsignore, external/.cvsignore,
547 java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
548 test/java.io/.cvsignore, test/.cvsignore,
549 test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
550 test/java.lang.reflect/.cvsignore, examples/.cvsignore,
551 lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
552 compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
553 vm/reference/.cvsignore, scripts/.cvsignore: Updated.