1 2011-11-29 Andreas Tobler <andreast@fgznet.ch>
3 * config.rpath (ld_shlibs): Fix detection of FreeBSD-10 and up.
4 (libname_spec): Likewise.
5 * configure: Regenerate with autoconf -I ../../.
7 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9 * config.rpath, ltcf-c.sh, ltcf-gcj.sh, ltconfig: Remove
10 handling of freebsd1* which soon would match FreeBSD 10.0.
11 * configure: Regenerate.
13 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
15 * configure.ac (GCJ_JAVAC): Run false rather than no.
18 2011-01-03 Jakub Jelinek <jakub@redhat.com>
20 * gnu/java/rmi/registry/RegistryImpl.java (version): Update
21 copyright notice dates.
22 * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
24 2010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
26 * doc/Makefile.am (POD2MAN): Provide --date from ChangeLog.
27 * doc/Makefile.in: Regenerate.
29 2010-04-07 Jakub Jelinek <jakub@redhat.com>
31 * native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c
32 (Java_gnu_javax_sound_midi_alsa_AlsaPortDevice_run_1receiver_1thread_1):
33 Avoid set but not used warning.
35 2010-01-09 Jakub Jelinek <jakub@redhat.com>
37 * gnu/java/rmi/registry/RegistryImpl.java (version): Update
38 copyright notice dates.
39 * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
41 2009-07-01 Jakub Jelinek <jakub@redhat.com>
43 * gnu/javax/swing/text/html/parser/HTML_401F.java (defineElements):
44 Split this huge method into...
45 (defineElements1, defineElements2, defineElements3, defineElements4,
46 defineElements5, defineElements6): ... these smaller methods.
48 2009-06-16 Matthias Klose <doko@ubuntu.com>
50 * tools/gnu/classpath/tools/gjdoc/Main.java (getGjdocVersion): Use
51 gnu.classpath.Configuration.CLASSPATH_VERSION as version number.
52 * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java
53 (getDocletVersion): Likewise.
54 * tools/classes/gnu/classpath/tools/gjdoc/Main*.class: Regenerate.
55 * tools/classes/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet*.class:
58 2009-03-16 Matthias Klose <doko@ubuntu.com>
60 * configure.ac: Detect xulrunner-1.9.
61 * configure: Regenerate.
63 2009-02-03 Jakub Jelinek <jakub@redhat.com>
65 * gnu/java/rmi/registry/RegistryImpl.java (version): Update
66 copyright notice dates.
67 * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
69 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
71 * configure: Regenerate.
73 2008-11-12 Jakub Jelinek <jakub@redhat.com>
76 * configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
77 * tools/Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
78 instead of bin_PROGRAMS for binaries.
79 * configure: Regenerated.
80 * tools/Makefile.in: Regenerated.
82 2008-11-10 Andrew Haley <aph@redhat.com>
84 * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
85 (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector):
86 Remove bogus gdk_threads_leave ();
88 2008-10-23 Jakub Jelinek <jakub@redhat.com>
91 * tools/Makefile.am (tools.zip): Generate *.lst files always, not
92 just in JAVA_MAINTAINER_MODE.
93 * tools/Makefile.in: Regenerated.
95 2008-10-21 Matthias Klose <doko@ubuntu.com>
97 * classpath/tools/gnu/classpath/tools/gjdoc/expr/Java*: Move from ...
98 * classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/ ... here.
99 * Update .class files.
101 2008-10-21 Andrew John Hughes <gnu_andrew@member.fsf.org>
104 Always generate parser in the srcdir.
106 2008-10-21 Matthias Klose <doko@ubuntu.com>
108 * doc/Makefile.am (MAINTAINERCLEANFILES): Add gjdoc.1.
109 * doc/Makefile.in: Regenerate.
111 2008-10-20 Matthias Klose <doko@ubuntu.com>
113 * configure.ac: Fix path name in check for generated gjdoc parser files.
114 * configure: Regenerate.
116 2008-10-20 Matthias Klose <doko@ubuntu.com>
118 * configure.ac: Don't check for working java, if not configured
119 with --enable-java-maintainer-mode.
120 * configure: Regenerate.
122 2008-10-19 Matthias Klose <doko@ubuntu.com>
124 * m4/ac_prog_java.m4: Revert previous change.
125 * m4/ac_prog_javac.m4: Apply it here.
126 * configure: Regenerate.
128 2008-10-19 Matthias Klose <doko@ubuntu.com>
130 * m4/ac_prog_javac.m4: Don't check for working javac, if not configured
131 with --enable-java-maintainer-mode.
132 * configure: Regenerate.
133 * Makefile.in, */Makefile.in: Regenerate.
135 2008-09-30 Matthias Klose <doko@ubuntu.com>
137 * m4/ac_prog_antlr.m4: Check for cantlr binary as well.
139 2008-09-29 Matthias Klose <doko@ubuntu.com>
141 * m4/ac_prog_antlr.m4: Check for antlr binary as well.
143 2008-09-28 Matthias Klose <doko@ubuntu.com>
145 * PR libgcj/37636. Revert:
146 2008-02-20 Matthias Klose <doko@ubuntu.com>
148 * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
149 Do copy resource files in JAVA_MAINTAINER_MODE only.
150 * tools/Makefile.in: Regenerate.
152 2008-09-14 Matthias Klose <doko@ubuntu.com>
154 * m4/ac_prog_javac_works.m4, m4/ac_prog_javac.m4, m4/acinclude.m4:
155 Revert local changes.
156 * m4/ac_prog_antlr.m4: Check for an runantlr binary.
157 * tools/Makefile.am, lib/Makefile.am: Revert local changes (JCOMPILER).
158 * tools/Makefile.am: Remove USE_JAVAC_FLAGS, pass ANTLR_JAR in
161 2008-09-14 Matthias Klose <doko@ubuntu.com>
164 Daniel Frampton <zyridium at zyridium.net>
167 * java/lang/InheritableThreadLocal.java,
168 * java/lang/Thread.java,
169 * java/lang/ThreadLocal.java:
170 Modified to use java.lang.ThreadLocalMap.
171 * java/lang/ThreadLocalMap.java:
172 New cheaper ThreadLocal-specific WeakHashMap.
174 2008-08-15 Matthias Klose <doko@ubuntu.com>
176 * m4/acinclude.m4 (CLASSPATH_JAVAC_MEM_CHECK): Remove unknown
179 2008-08-17 Mark Wielaard <mark@klomp.org>
181 * gnu/java/awt/peer/gtk/CairoGraphics2D.java: Always loadLibrary
183 * gnu/java/awt/peer/gtk/GdkFontPeer.java: Likewise.
184 * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
185 * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: Likewise.
186 * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
187 * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java: Likewise.
188 * gnu/java/awt/peer/gtk/*.class: Rebuilt.
190 2008-06-28 Matthias Klose <doko@ubuntu.com>
192 * m4/ac_prog_javac.m4: Disable check for JAVAC, when
193 not configured with --enable-java-maintainer-mode.
194 * aclocal.m4, configure: Regenerate.
195 * native/jni/gstreamer-peer/Makefile.am: Do not link with
197 * native/jni/gstreamer-peer/Makefile.in: Regenerate.
198 * tools/Makefile.am, lib/Makefile.am: Use JAVAC for setting
199 JCOMPILER, drop flags not understood by gcj.
201 2008-06-24 Tom Tromey <tromey@redhat.com>
204 * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java
205 (compile): Reverse isAssignableFrom test.
206 * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.class:
209 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
212 * aclocal.m4: Regenerate.
213 * configure: Regenerate.
215 2008-04-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
217 * lib/gen-classlist.sh.in: Avoid grepping each omission, by
218 building an awk script with a hash for literal files, and
219 awk regular expressions for the rest.
220 * configure.ac: Call AC_PROG_AWK.
221 * configure: Regenerate.
223 * m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name.
224 * tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar)
225 (gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv)
226 (gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies
227 for these scripts, to trick automake into hiding the respective
228 rules for the programs below the CREATE_WRAPPERS conditional.
229 * aclocal.m4: Regenerate.
230 * configure: Likewise.
231 * Makefile.in: Likewise.
232 * native/jni/Makefile.in: Likewise.
233 * native/jni/classpath/Makefile.in: Likewise.
234 * native/jni/gstreamer-peer/Makefile.in: Likewise.
235 * native/jni/midi-dssi/Makefile.in: Likewise.
236 * native/jni/gconf-peer/Makefile.in: Likewise.
237 * native/jni/java-io/Makefile.in: Likewise.
238 * native/jni/native-lib/Makefile.in: Likewise.
239 * native/jni/java-util/Makefile.in: Likewise.
240 * native/jni/java-lang/Makefile.in: Likewise.
241 * native/jni/midi-alsa/Makefile.in: Likewise.
242 * native/jni/java-nio/Makefile.in: Likewise.
243 * native/jni/java-net/Makefile.in: Likewise.
244 * native/jni/xmlj/Makefile.in: Likewise.
245 * native/jni/qt-peer/Makefile.in: Likewise.
246 * native/jni/gtk-peer/Makefile.in: Likewise.
247 * native/Makefile.in: Likewise.
248 * native/jawt/Makefile.in: Likewise.
249 * native/fdlibm/Makefile.in: Likewise.
250 * native/plugin/Makefile.in: Likewise.
251 * resource/Makefile.in: Likewise.
252 * scripts/Makefile.in: Likewise.
253 * tools/Makefile.in: Likewise.
254 * doc/Makefile.in: Likewise.
255 * doc/api/Makefile.in: Likewise.
256 * lib/Makefile.in: Likewise.
257 * external/Makefile.in: Likewise.
258 * external/jsr166/Makefile.in: Likewise.
259 * external/sax/Makefile.in: Likewise.
260 * external/w3c_dom/Makefile.in: Likewise.
261 * external/relaxngDatatype/Makefile.in: Likewise.
262 * include/Makefile.in: Likewise.
263 * examples/Makefile.in: Likewise.
265 2008-04-17 Tom Tromey <tromey@redhat.com>
268 * tools/gnu/classpath/tools/jar/Entry.java: New version from
270 * tools/classes/gnu/classpath/tools/jar/Entry.class: Update.
272 2008-03-10 Jim Meyering <meyering@redhat.com>
274 Don't leak upon failed realloc.
275 * native/jni/classpath/jcl.c (JCL_realloc): Upon failed realloc,
276 free the original buffer before throwing the exception.
278 2008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
280 * doc/cp-hacking.texinfo: Fix spacing after periods.
281 * doc/cp-tools.texinfo: Likewise.
282 * doc/cp-vmintegration.texinfo: Likewise.
284 * doc/cp-hacking.texinfo: Fix some typos.
285 * doc/cp-tools.texinfo: Likewise.
286 * doc/cp-vmintegration.texinfo: Likewise.
288 2008-03-02 Jakub Jelinek <jakub@redhat.com>
290 * gnu/java/rmi/registry/RegistryImpl.java (version): Update
291 copyright notice dates.
292 * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
294 2008-02-20 Matthias Klose <doko@ubuntu.com>
296 * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
297 Do copy resource files in JAVA_MAINTAINER_MODE only.
298 * tools/Makefile.in: Regenerate.
300 2008-02-18 Jakub Jelinek <jakub@redhat.com>
302 * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
303 * doc/cp-hacking.texinfo (@direntry): Likewise.
304 * doc/cp-vmintegration.texinfo (@direntry): Likewise.
306 2008-02-06 Matthias Klose <doko@ubuntu.com>
308 * tools/Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files.
309 Copy resource files independent of JAVA_MAINTAINER_MODE.
310 * tools/Makefile.in: Regenerate.
312 2008-01-28 Tom Tromey <tromey@redhat.com>
314 * tools/classes/gnu/classpath/tools/native2ascii/Native2ASCII$3.class:
317 2008-01-27 Bernhard Fischer <rep.dot.nop@gmail.com>
319 * java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
320 * gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in
323 2008-01-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
325 * doc/README.jaxp: Fix typos.
327 2007-09-04 Matthias Klose <doko@ubuntu.com>
329 * configure.ac: Append libgcj soversion to nativeexeclibdir.
330 * configure: Regenerate.
332 2007-08-04 Matthias Klose <doko@ubuntu.com>
334 * java/util/EnumMap.java (clone): Add cast.
336 2007-07-12 Matthias Klose <doko@ubuntu.com>
338 * lib/jazzlib, tools/gnu/classpath/tools/rmi: Remove empty directories.
340 2007-06-07 Matthias Klose <doko@ubuntu.com>
343 * include/config-int.h: Delete, it is a generated file.
345 2007-06-04 Matthias Klose <doko@ubuntu.com>
347 * m4/acinclude.m4: Accept GCJ and JIKES.
348 * configure: Regenerate.
350 2007-05-31 Matthias Klose <doko@ubuntu.com>
352 * javax/management/NotificationBroadcasterSupport.java
353 (getNotificationInfo): Add cast.
354 * native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include
356 * native/jni/qt-peer/Makefile.in: Regenerate.
358 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
361 * configure.ac: Add AC_CONFIG_AUX_DIR(../..).
362 * aclocal.m4: Regenerated.
363 * configure: Likewise.
364 * Makefile.in: Likewise.
366 2007-04-25 Andrew Haley <aph@redhat.com>
368 * java/io/ObjectStreamClass.java (ensureFieldsSet): New method.
369 (setFields): call ensureFieldsSet.
370 (fieldsSet): New field.
371 * java/io/ObjectOutputStream.java (writeFields): Call
372 osc.ensureFieldsSet().
374 * java/io/ObjectInputStream.java (parseContent): Assign the handle
375 for a PROXYCLASSDESC immediately after reading the marker.
377 2007-03-19 Matthias Klose <doko@ubuntu.com>
379 * configure.ac: New configure option
380 --enable-generated-files-in-srcdir.
381 * doc/Makefile.am: Add support to generate files in srcdir,
382 install the cp-tools documentation in info format.
383 * configure: Regenerate.
384 * native/jni/classpath/Makefile.in, native/jni/midi-dssi/Makefile.in,
385 native/jni/Makefile.in, native/jni/gconf-peer/Makefile.in,
386 native/jni/java-io/Makefile.in, native/jni/native-lib/Makefile.in,
387 native/jni/java-util/Makefile.in, native/jni/java-lang/Makefile.in,
388 native/jni/midi-alsa/Makefile.in, native/jni/java-nio/Makefile.in,
389 native/jni/java-net/Makefile.in, native/jni/xmlj/Makefile.in,
390 native/jni/qt-peer/Makefile.in, native/jni/gtk-peer/Makefile.in,
391 native/Makefile.in, native/jawt/Makefile.in, native/fdlibm/Makefile.in,
392 native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
393 tools/Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
394 lib/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
395 external/w3c_dom/Makefile.in, external/jsr166/Makefile.in,
396 external/relaxngDatatype/Makefile.in, include/Makefile.in,
397 examples/Makefile.in: Regenerate.
399 2007-03-09 Gary Benson <gbenson@redhat.com>
400 Chris Burdess <dog@gnu.org>
403 * gnu/xml/dom/ls/SAXEventSink.java: Only set extended document
404 properties when reader is available.
406 2007-03-08 Gary Benson <gbenson@redhat.com>
409 * gnu/xml/dom/ls/DomLSParser.java (getInputSource):
410 Do not use the entity resolver to resolve the top-level document.
412 2007-03-07 Gary Benson <gbenson@redhat.com>
415 * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
418 2007-03-06 Matthias Klose <doko@ubuntu.com>
420 * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
421 * doc/Makefile.in: Regenerate.
423 2007-03-06 Tom Tromey <tromey@redhat.com>
425 * tools/gnu/classpath/tools/javah/Main.java (getName): New
427 (getParser): Now protected. Use getName. Add '-v' alias for
429 (postParse): New method.
430 (run): Now protected. Use postParse.
431 * tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
432 * tools/Makefile.in: Rebuilt.
433 * tools/Makefile.am: Remove vm-tools.lst before creating it.
435 2007-03-05 Matthias Klose <doko@ubuntu.com>
437 * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
438 * doc/Makefile.in: Regenerate.
440 2007-02-26 Jakub Jelinek <jakub@redhat.com>
442 * java/util/TimeZone.java (getDefaultDisplayName): Don't
443 check if TimeZone is instanceof SimpleTimeZone.
445 2007-02-21 Gary Benson <gbenson@redhat.com>
447 * java/util/GregorianCalendar.java,
448 (add): Don't set fields directly anymore. Use set()
450 2007-02-20 Matthias Klose <doko@ubuntu.com>
452 * Merge doc update from classpath HEAD.
453 * doc/texi2pod.pl: Not imported.
454 * doc/Makefile.am: Use GCC's texi2pod.pl
455 * doc/Makefile.in: Regenerate.
457 2007-02-20 Gary Benson <gbenson@redhat.com>
459 * javax/management/MBeanServer.java: Updated.
460 * javax/management/MBeanServerConnection.java: Likewise.
461 * javax/management/ObjectName.java: Likewise.
462 * javax/management/StandardMBean.java: Likewise.
464 2007-02-15 David Daney <ddaney@avtrex.com>
466 * tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages.
467 * tools/Makefile.in: Regenerated.
469 2007-02-15 Gary Benson <gbenson@redhat.com>
471 * javax/management/AttributeList.java: Updated.
472 * javax/management/MBeanServerDelegate.java: Likewise.
473 * javax/management/MBeanServerFactory.java: Likewise.
474 * javax/management/StandardMBean.java: Likewise.
476 2007-02-15 Gary Benson <gbenson@redhat.com>
478 * gnu/javax/management/Server.java
479 (registerMBean): Always register objects that implement the
480 MBeanRegistration interface, and check the name returned by
481 preRegister before using it.
483 2007-02-15 Gary Benson <gbenson@redhat.com>
485 * javax/management/ObjectName.java:
486 (getKeyPropertyList()): Remove cast and call
489 2007-02-14 Gary Benson <gbenson@redhat.com>
491 * javax/management/ObjectName.java
492 (toString): Return this item's canonical name.
494 2007-02-12 Tom Tromey <tromey@redhat.com>
496 * java/util/Collections.java (UnmodifiableMap.toArray): Imported
497 changes from Classpath.
499 2007-02-09 Gary Benson <gbenson@redhat.com>
501 * javax/management/ObjectName.java
502 (quote): Initialize StringBuilder correctly.
504 2007-02-08 Gary Benson <gbenson@redhat.com>
506 * javax/management/MBeanServerFactory.java
507 (servers): Initialize.
508 (createMBeanServer): Don't initialize servers.
510 2007-01-31 Tom Tromey <tromey@redhat.com>
512 * tools/Makefile.in: Rebuilt.
513 * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
514 (noinst_DATA): Renamed from TOOLS_DATA.
516 2007-01-20 Matthias Klose <doko@debian.org>
518 * native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install
519 into nativeexeclibdir instead of gcjversionedlibdir.
520 * native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate.
522 2007-01-16 Jack Howarth <howarth@bromo.med.uc.edu>
524 * configure.ac: Use multi.m4 from aclocal rather than
525 custom code. Use multi_basedir instead libgcj_basedir.
526 * aclocal.m4: Regenerate.
527 * configure: Regenerate.
528 * Makefile.in: Regenerate.
530 2007-01-10 Matthias Klose <doko@debian.org>
532 Readd missing chunks from r116332:
534 * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
535 * resource/Makefile.am (loggingdir): Define to
537 (securitydir): Likewise.
538 * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
539 Set default nativeexeclibdir using toolexeclibdir.
541 Readd missing chunks from r115839:
543 * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS):
545 * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version.
547 * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
548 examples/Makefile.in, external/Makefile.in,
549 external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in,
550 external/sax/Makefile.in, external/w3c_dom/Makefile.in,
551 include/Makefile.in, lib/Makefile.in, native/Makefile.in,
552 native/fdlibm/Makefile.in, native/jawt/Makefile.in,
553 native/jni/Makefile.in, native/jni/classpath/Makefile.in,
554 native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in
555 native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in,
556 native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in,
557 native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in,
558 native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in,
559 native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in,
560 native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
561 tools/Makefile.in: Regenerate
563 2007-01-10 Matthias Klose <doko@debian.org>
565 * resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic,
566 tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop,
567 doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt,
568 testsuite/javax.swing.text.html.parser, testsuite/java.lang,
569 testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text,
570 testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib,
571 testsuite/java.io, testsuite/java.util, native/target,
572 native/testsuite, native/vmi, org/omg/CORBA/SendingContext,
573 gnu/regexp, test, compat: Remove empty directories.
575 2006-12-23 Andreas Tobler <a.tobler@schweiz.org>
577 * classpath/tools/Makefile.am: Replace cp -a with a more portable
579 * classpath/tools/Makefile.in: Regenerate.
581 2006-12-18 Tom Tromey <tromey@redhat.com>
583 * tools/Makefile.in: Rebuilt.
584 * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
586 2006-12-18 Tom Tromey <tromey@redhat.com>
588 * tools/Makefile.in: Rebuilt.
589 * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
590 * tools/asm, tools/classes: Check in .class files.
592 2006-12-18 Gary Benson <gbenson@redhat.com>
594 * tools/Makefile.am: Fix typo.
595 * tools/Makefile.in: Rebuilt.
597 2006-12-15 Andrew Haley <aph@redhat.com>
599 * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
600 Create all-classes.lst that contains all source filenames.
603 2006-12-15 Tom Tromey <tromey@redhat.com>
605 * configure, lib/Makefile.in: Rebuilt.
606 * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
607 * configure.ac: Added --enable-java-maintainer-mode.
609 2006-12-12 Tom Tromey <tromey@redhat.com>
611 * Makefile.in, tools/Makefile.in: Rebuilt.
612 * Makefile.am (SUBDIRS): Removed gcj-local change.
613 (DIST_SUBDIRS): Likewise.
614 * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
615 (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
617 2006-12-11 Tom Tromey <tromey@redhat.com>
619 * Merged in Classpath from libgcj-import-20061211.
621 2006-10-17 Tom Tromey <tromey@redhat.com>
623 * sun/reflect/annotation/AnnotationInvocationHandler.java
624 (invoke): Clone array values before return.
625 (create): New method.
626 (arrayClone): Likewise.
628 2006-10-12 Tom Tromey <tromey@redhat.com>
630 * lib/Makefile.in: Rebuilt.
631 * lib/Makefile.am (JAVAC): Put classes in srcdir.
632 (compile-classes): Conditional on MAINTAINER_MODE.
634 2006-07-18 Tom Tromey <tromey@redhat.com>
636 * lib/Makefile.in: Rebuilt.
637 * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
639 2006-07-06 Tom Tromey <tromey@redhat.com>
641 * lib/Makefile.in: Rebuilt.
642 * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
643 (compile-classes): Remove special case for gcj.
645 2006-06-23 Tom Tromey <tromey@redhat.com>
647 * Imported Classpath generics 0.91, presesrving local changes.
649 2006-06-09 Tom Tromey <tromey@redhat.com>
651 * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
653 2006-05-30 Thomas Fitzsimmons <fitzsim@redhat.com>
655 * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
656 (gcjversionedlibdir): Likewise.
657 (libgtkpeer_la_LDFLAGS): Likewise.
658 Install libgtkpeer.so in GCJ versioned library directory.
659 * native/jawt/Makefile.am (gcc_version): New variable.
660 (gcjversionedlibdir): Likewise.
661 (libjawt_la_LDFLAGS): Likewise.
662 Rename libjawtgnu.so libjawt.so. Install libjawt.so in GCJ
663 versioned library directory.
664 * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
665 System.loadLibrary unconditionally.
666 * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
667 * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
668 * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
669 * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
670 * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
672 2006-05-19 Andreas Tobler <a.tobler@schweiz.ch>
674 * include/config-int.h: Delete, it is a generated file.
676 2006-04-05 Tom Tromey <tromey@redhat.com>
679 * lib/Makefile.in: Rebuilt.
680 * lib/Makefile.am (compile-classes): Touch the output file.
682 2006-04-04 Tom Tromey <tromey@redhat.com>
684 * lib/gen-classlist.sh.in: Correct handle generated files.
686 2006-04-04 Mark Wielaard <mark@klomp.org>
688 * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
689 as temporary file name.
691 2006-04-04 Tom Tromey <tromey@redhat.com>
693 * lib/split-for-gcj.sh: Updated for multi-field format.
694 * lib/Makefile.am (CLEANFILES): Added classes.2.
695 * lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and
696 classes.2 using multiple fields.
698 2006-04-03 Bernhard Rosenkraenzer <bero@arklinux.org>
701 * Makefile.in: Rebuilt.
702 * Makefile.am (SUBDIRS): Remove 'tools'.
703 (DIST_SUBDIRS): Likewise.
705 2006-03-16 Tom Tromey <tromey@redhat.com>
708 * aclocal.m4, configure: Rebuilt.
709 * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
711 2006-03-15 Tom Tromey <tromey@redhat.com>
714 * lib/Makefile.in: Rebuilt.
715 * lib/Makefile.am (propertydirs): Ignore .svn directories.
716 (metafiles): Likewise.
718 2006-03-10 Tom Tromey <tromey@redhat.com>
721 * java/util/zip/InflaterInputStream.java (read): Replaced with
722 libgcj implementation.
724 2006-03-08 Tom Tromey <tromey@redhat.com>
727 * native/jni/xmlj/Makefile.in: Rebuilt.
728 * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
729 (reverted local patch).
731 2006-01-16 Mark Wielaard <mark@klomp.org>
733 * native/fdlibm/namespace.h: Empty for gcj.
735 2006-01-14 Anthony Green <green@redhat.com>
737 * java/net/ServerSocket.java (accept): Remove bogus
739 (implAccept): Add FIXME comment.
741 2006-01-06 Tom Tromey <tromey@redhat.com>
744 * lib/Makefile.in: Rebuilt.
745 * lib/Makefile.am (glibj_DATA): Commented out.
747 2005-12-01 Anthony Green <green@redhat.com>
750 * configure.ac: Make sure we have an alsa library in addition to
751 the headers. This extra test is required for systems with
753 * configure: Rebuilt.
755 2005-10-03 Tom Tromey <tromey@redhat.com>
757 * native/jawt/Makefile.in: Rebuilt.
758 * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
759 * native/jni/xmlj/Makefile.in: Rebuilt.
760 * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
761 * native/jni/qt-peer/Makefile.in: Rebuilt.
762 * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
763 * native/jni/gtk-peer/Makefile.in: Rebuilt.
764 * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
766 2005-10-03 Tom Tromey <tromey@redhat.com>
769 * include/Makefile.in: Rebuilt.
770 * include/Makefile.am: Don't install headers.
772 2005-09-30 Tom Tromey <tromey@redhat.com>
775 * Makefile.in: Rebuilt.
776 * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
777 * configure: Rebuilt.
778 * configure.ac: Use GCC_NO_EXECUTABLES
780 2005-09-23 Tom Tromey <tromey@redhat.com>
782 * native/jawt/.cvsignore: Likewise.
783 * native/jni/qt-peer/.cvsignore
784 * native/jawt/Makefile.in: Added.
785 * native/jni/qt-peer/Makefile.in: Likewise.
787 2005-09-23 Tom Tromey <tromey@redhat.com>
789 Imported Classpath 0.18.
791 2005-08-23 Tom Tromey <tromey@redhat.com>
793 * configure: Rebuilt.
794 * configure.ac: Fixed typo.
796 2005-08-22 Tom Tromey <tromey@redhat.com>
799 * doc/Makefile.am (info_TEXINFOS): Commented out.
800 * doc/Makefile.in: Rebuilt.
802 2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
804 * Makefile.am (ACLOCAL_AMFLAGS): New.
805 * Makefile.in: Regenerate.
807 2005-08-22 Tom Tromey <tromey@redhat.com>
810 * doc/Makefile.am (info_TEXINFOS): Commented out.
811 * doc/Makefile.in: Rebuilt.
813 2005-08-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
815 * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
816 Don't use unportable !.
818 2005-07-15 Tom Tromey <tromey@redhat.com>
820 * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
821 config.sub, configure, ltmain.sh, doc/Makefile.in,
822 doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
823 external/sax/Makefile.in, external/w3c_dom/Makefile.in,
824 include/Makefile.in, include/config.h.in, include/jni.h,
825 lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
826 native/jni/Makefile.in, native/jni/classpath/Makefile.in,
827 native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
828 native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
829 native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
830 native/jni/xmlj/Makefile.in, native/target/Makefile.in,
831 native/target/Linux/Makefile.in,
832 native/target/generic/Makefile.in, resource/Makefile.in,
833 scripts/Makefile.in: Added.
834 * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
835 native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
836 native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
837 native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
838 native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
839 native/testsuite/.cvsignore, native/.cvsignore,
840 native/vmi/.cvsignore, native/target/.cvsignore,
841 native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
842 include/.cvsignore, doc/api/.cvsignore,
843 doc/www.gnu.org/faq/.cvsignore,
844 doc/www.gnu.org/downloads/.cvsignore,
845 doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
846 doc/www.gnu.org/events/.cvsignore,
847 doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
848 resource/.cvsignore, external/w3c_dom/.cvsignore,
849 external/sax/.cvsignore, external/.cvsignore,
850 java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
851 test/java.io/.cvsignore, test/.cvsignore,
852 test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
853 test/java.lang.reflect/.cvsignore, examples/.cvsignore,
854 lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
855 compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
856 vm/reference/.cvsignore, scripts/.cvsignore: Updated.