1 2007-03-06 Matthias Klose <doko@ubuntu.com>
3 * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
4 * doc/Makefile.in: Regenerate.
6 2007-03-06 Tom Tromey <tromey@redhat.com>
8 * tools/gnu/classpath/tools/javah/Main.java (getName): New
10 (getParser): Now protected. Use getName. Add '-v' alias for
12 (postParse): New method.
13 (run): Now protected. Use postParse.
14 * tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
15 * tools/Makefile.in: Rebuilt.
16 * tools/Makefile.am: Remove vm-tools.lst before creating it.
18 2007-03-05 Matthias Klose <doko@ubuntu.com>
20 * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
21 * doc/Makefile.in: Regenerate.
23 2007-02-26 Jakub Jelinek <jakub@redhat.com>
25 * java/util/TimeZone.java (getDefaultDisplayName): Don't
26 check if TimeZone is instanceof SimpleTimeZone.
28 2007-02-21 Gary Benson <gbenson@redhat.com>
30 * java/util/GregorianCalendar.java,
31 (add): Don't set fields directly anymore. Use set()
33 2007-02-20 Matthias Klose <doko@ubuntu.com>
35 * Merge doc update from classpath HEAD.
36 * doc/texi2pod.pl: Not imported.
37 * doc/Makefile.am: Use GCC's texi2pod.pl
38 * doc/Makefile.in: Regenerate.
40 2007-02-20 Gary Benson <gbenson@redhat.com>
42 * javax/management/MBeanServer.java: Updated.
43 * javax/management/MBeanServerConnection.java: Likewise.
44 * javax/management/ObjectName.java: Likewise.
45 * javax/management/StandardMBean.java: Likewise.
47 2007-02-15 David Daney <ddaney@avtrex.com>
49 * tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages.
50 * tools/Makefile.in: Regenerated.
52 2007-02-15 Gary Benson <gbenson@redhat.com>
54 * javax/management/AttributeList.java: Updated.
55 * javax/management/MBeanServerDelegate.java: Likewise.
56 * javax/management/MBeanServerFactory.java: Likewise.
57 * javax/management/StandardMBean.java: Likewise.
59 2007-02-15 Gary Benson <gbenson@redhat.com>
61 * gnu/javax/management/Server.java
62 (registerMBean): Always register objects that implement the
63 MBeanRegistration interface, and check the name returned by
64 preRegister before using it.
66 2007-02-15 Gary Benson <gbenson@redhat.com>
68 * javax/management/ObjectName.java:
69 (getKeyPropertyList()): Remove cast and call
72 2007-02-14 Gary Benson <gbenson@redhat.com>
74 * javax/management/ObjectName.java
75 (toString): Return this item's canonical name.
77 2007-02-12 Tom Tromey <tromey@redhat.com>
79 * java/util/Collections.java (UnmodifiableMap.toArray): Imported
80 changes from Classpath.
82 2007-02-09 Gary Benson <gbenson@redhat.com>
84 * javax/management/ObjectName.java
85 (quote): Initialize StringBuilder correctly.
87 2007-02-08 Gary Benson <gbenson@redhat.com>
89 * javax/management/MBeanServerFactory.java
90 (servers): Initialize.
91 (createMBeanServer): Don't initialize servers.
93 2007-01-31 Tom Tromey <tromey@redhat.com>
95 * tools/Makefile.in: Rebuilt.
96 * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
97 (noinst_DATA): Renamed from TOOLS_DATA.
99 2007-01-20 Matthias Klose <doko@debian.org>
101 * native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install
102 into nativeexeclibdir instead of gcjversionedlibdir.
103 * native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate.
105 2007-01-16 Jack Howarth <howarth@bromo.med.uc.edu>
107 * configure.ac: Use multi.m4 from aclocal rather than
108 custom code. Use multi_basedir instead libgcj_basedir.
109 * aclocal.m4: Regenerate.
110 * configure: Regenerate.
111 * Makefile.in: Regenerate.
113 2007-01-10 Matthias Klose <doko@debian.org>
115 Readd missing chunks from r116332:
117 * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
118 * resource/Makefile.am (loggingdir): Define to
120 (securitydir): Likewise.
121 * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
122 Set default nativeexeclibdir using toolexeclibdir.
124 Readd missing chunks from r115839:
126 * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS):
128 * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version.
130 * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
131 examples/Makefile.in, external/Makefile.in,
132 external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in,
133 external/sax/Makefile.in, external/w3c_dom/Makefile.in,
134 include/Makefile.in, lib/Makefile.in, native/Makefile.in,
135 native/fdlibm/Makefile.in, native/jawt/Makefile.in,
136 native/jni/Makefile.in, native/jni/classpath/Makefile.in,
137 native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in
138 native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in,
139 native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in,
140 native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in,
141 native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in,
142 native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in,
143 native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
144 tools/Makefile.in: Regenerate
146 2007-01-10 Matthias Klose <doko@debian.org>
148 * resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic,
149 tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop,
150 doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt,
151 testsuite/javax.swing.text.html.parser, testsuite/java.lang,
152 testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text,
153 testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib,
154 testsuite/java.io, testsuite/java.util, native/target,
155 native/testsuite, native/vmi, org/omg/CORBA/SendingContext,
156 gnu/regexp, test, compat: Remove empty directories.
158 2006-12-23 Andreas Tobler <a.tobler@schweiz.org>
160 * classpath/tools/Makefile.am: Replace cp -a with a more portable
162 * classpath/tools/Makefile.in: Regenerate.
164 2006-12-18 Tom Tromey <tromey@redhat.com>
166 * tools/Makefile.in: Rebuilt.
167 * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
169 2006-12-18 Tom Tromey <tromey@redhat.com>
171 * tools/Makefile.in: Rebuilt.
172 * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
173 * tools/asm, tools/classes: Check in .class files.
175 2006-12-18 Gary Benson <gbenson@redhat.com>
177 * tools/Makefile.am: Fix typo.
178 * tools/Makefile.in: Rebuilt.
180 2006-12-15 Andrew Haley <aph@redhat.com>
182 * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
183 Create all-classes.lst that contains all source filenames.
186 2006-12-15 Tom Tromey <tromey@redhat.com>
188 * configure, lib/Makefile.in: Rebuilt.
189 * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
190 * configure.ac: Added --enable-java-maintainer-mode.
192 2006-12-12 Tom Tromey <tromey@redhat.com>
194 * Makefile.in, tools/Makefile.in: Rebuilt.
195 * Makefile.am (SUBDIRS): Removed gcj-local change.
196 (DIST_SUBDIRS): Likewise.
197 * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
198 (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
200 2006-12-11 Tom Tromey <tromey@redhat.com>
202 * Merged in Classpath from libgcj-import-20061211.
204 2006-10-17 Tom Tromey <tromey@redhat.com>
206 * sun/reflect/annotation/AnnotationInvocationHandler.java
207 (invoke): Clone array values before return.
208 (create): New method.
209 (arrayClone): Likewise.
211 2006-10-12 Tom Tromey <tromey@redhat.com>
213 * lib/Makefile.in: Rebuilt.
214 * lib/Makefile.am (JAVAC): Put classes in srcdir.
215 (compile-classes): Conditional on MAINTAINER_MODE.
217 2006-07-18 Tom Tromey <tromey@redhat.com>
219 * lib/Makefile.in: Rebuilt.
220 * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
222 2006-07-06 Tom Tromey <tromey@redhat.com>
224 * lib/Makefile.in: Rebuilt.
225 * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
226 (compile-classes): Remove special case for gcj.
228 2006-06-23 Tom Tromey <tromey@redhat.com>
230 * Imported Classpath generics 0.91, presesrving local changes.
232 2006-06-09 Tom Tromey <tromey@redhat.com>
234 * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
236 2006-05-30 Thomas Fitzsimmons <fitzsim@redhat.com>
238 * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
239 (gcjversionedlibdir): Likewise.
240 (libgtkpeer_la_LDFLAGS): Likewise.
241 Install libgtkpeer.so in GCJ versioned library directory.
242 * native/jawt/Makefile.am (gcc_version): New variable.
243 (gcjversionedlibdir): Likewise.
244 (libjawt_la_LDFLAGS): Likewise.
245 Rename libjawtgnu.so libjawt.so. Install libjawt.so in GCJ
246 versioned library directory.
247 * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
248 System.loadLibrary unconditionally.
249 * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
250 * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
251 * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
252 * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
253 * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
255 2006-05-19 Andreas Tobler <a.tobler@schweiz.ch>
257 * include/config-int.h: Delete, it is a generated file.
259 2006-04-05 Tom Tromey <tromey@redhat.com>
262 * lib/Makefile.in: Rebuilt.
263 * lib/Makefile.am (compile-classes): Touch the output file.
265 2006-04-04 Tom Tromey <tromey@redhat.com>
267 * lib/gen-classlist.sh.in: Correct handle generated files.
269 2006-04-04 Mark Wielaard <mark@klomp.org>
271 * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
272 as temporary file name.
274 2006-04-04 Tom Tromey <tromey@redhat.com>
276 * lib/split-for-gcj.sh: Updated for multi-field format.
277 * lib/Makefile.am (CLEANFILES): Added classes.2.
278 * lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and
279 classes.2 using multiple fields.
281 2006-04-03 Bernhard Rosenkraenzer <bero@arklinux.org>
284 * Makefile.in: Rebuilt.
285 * Makefile.am (SUBDIRS): Remove 'tools'.
286 (DIST_SUBDIRS): Likewise.
288 2006-03-16 Tom Tromey <tromey@redhat.com>
291 * aclocal.m4, configure: Rebuilt.
292 * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
294 2006-03-15 Tom Tromey <tromey@redhat.com>
297 * lib/Makefile.in: Rebuilt.
298 * lib/Makefile.am (propertydirs): Ignore .svn directories.
299 (metafiles): Likewise.
301 2006-03-10 Tom Tromey <tromey@redhat.com>
304 * java/util/zip/InflaterInputStream.java (read): Replaced with
305 libgcj implementation.
307 2006-03-08 Tom Tromey <tromey@redhat.com>
310 * native/jni/xmlj/Makefile.in: Rebuilt.
311 * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
312 (reverted local patch).
314 2006-01-16 Mark Wielaard <mark@klomp.org>
316 * native/fdlibm/namespace.h: Empty for gcj.
318 2006-01-14 Anthony Green <green@redhat.com>
320 * java/net/ServerSocket.java (accept): Remove bogus
322 (implAccept): Add FIXME comment.
324 2006-01-06 Tom Tromey <tromey@redhat.com>
327 * lib/Makefile.in: Rebuilt.
328 * lib/Makefile.am (glibj_DATA): Commented out.
330 2005-12-01 Anthony Green <green@redhat.com>
333 * configure.ac: Make sure we have an alsa library in addition to
334 the headers. This extra test is required for systems with
336 * configure: Rebuilt.
338 2005-10-03 Tom Tromey <tromey@redhat.com>
340 * native/jawt/Makefile.in: Rebuilt.
341 * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
342 * native/jni/xmlj/Makefile.in: Rebuilt.
343 * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
344 * native/jni/qt-peer/Makefile.in: Rebuilt.
345 * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
346 * native/jni/gtk-peer/Makefile.in: Rebuilt.
347 * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
349 2005-10-03 Tom Tromey <tromey@redhat.com>
352 * include/Makefile.in: Rebuilt.
353 * include/Makefile.am: Don't install headers.
355 2005-09-30 Tom Tromey <tromey@redhat.com>
358 * Makefile.in: Rebuilt.
359 * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
360 * configure: Rebuilt.
361 * configure.ac: Use GCC_NO_EXECUTABLES
363 2005-09-23 Tom Tromey <tromey@redhat.com>
365 * native/jawt/.cvsignore: Likewise.
366 * native/jni/qt-peer/.cvsignore
367 * native/jawt/Makefile.in: Added.
368 * native/jni/qt-peer/Makefile.in: Likewise.
370 2005-09-23 Tom Tromey <tromey@redhat.com>
372 Imported Classpath 0.18.
374 2005-08-23 Tom Tromey <tromey@redhat.com>
376 * configure: Rebuilt.
377 * configure.ac: Fixed typo.
379 2005-08-22 Tom Tromey <tromey@redhat.com>
382 * doc/Makefile.am (info_TEXINFOS): Commented out.
383 * doc/Makefile.in: Rebuilt.
385 2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
387 * Makefile.am (ACLOCAL_AMFLAGS): New.
388 * Makefile.in: Regenerate.
390 2005-08-22 Tom Tromey <tromey@redhat.com>
393 * doc/Makefile.am (info_TEXINFOS): Commented out.
394 * doc/Makefile.in: Rebuilt.
396 2005-08-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
398 * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
399 Don't use unportable !.
401 2005-07-15 Tom Tromey <tromey@redhat.com>
403 * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
404 config.sub, configure, ltmain.sh, doc/Makefile.in,
405 doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
406 external/sax/Makefile.in, external/w3c_dom/Makefile.in,
407 include/Makefile.in, include/config.h.in, include/jni.h,
408 lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
409 native/jni/Makefile.in, native/jni/classpath/Makefile.in,
410 native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
411 native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
412 native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
413 native/jni/xmlj/Makefile.in, native/target/Makefile.in,
414 native/target/Linux/Makefile.in,
415 native/target/generic/Makefile.in, resource/Makefile.in,
416 scripts/Makefile.in: Added.
417 * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
418 native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
419 native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
420 native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
421 native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
422 native/testsuite/.cvsignore, native/.cvsignore,
423 native/vmi/.cvsignore, native/target/.cvsignore,
424 native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
425 include/.cvsignore, doc/api/.cvsignore,
426 doc/www.gnu.org/faq/.cvsignore,
427 doc/www.gnu.org/downloads/.cvsignore,
428 doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
429 doc/www.gnu.org/events/.cvsignore,
430 doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
431 resource/.cvsignore, external/w3c_dom/.cvsignore,
432 external/sax/.cvsignore, external/.cvsignore,
433 java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
434 test/java.io/.cvsignore, test/.cvsignore,
435 test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
436 test/java.lang.reflect/.cvsignore, examples/.cvsignore,
437 lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
438 compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
439 vm/reference/.cvsignore, scripts/.cvsignore: Updated.