OSDN Git Service

zlib:
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 1a36a3c..df7a417 100644 (file)
@@ -1,3 +1,81 @@
+2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+       Build a single libgcj.so, without separate gc and zlib libraries.
+       * configure.in: Use convenience libraries for boehm-gc and zlib. Set
+       SYS_ZLIBS if system zlib is used.
+       * configure: Rebuilt.
+       * Makefile.am: Use boehm-gc and zlib convenience libraries.
+       * Makefile.in: Rebuilt.
+       * libtool-version: Increment .so version number.
+
+2002-03-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+       * Makefile.am: Use empty -classpath flag in addition to -bootclasspath.
+       * Makefile.in: Rebuilt.
+
+2002-03-15  Anthony Green  <green@redhat.com>
+
+       * configure.host (FILE): New macro for specifing File
+       implementation.
+       * configure: Rebuilt.
+       * configure.in: Use FILE.  Define HAVE_TIME for newlib targets.
+
+2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.am (jv_convert_LDADD): Don't list libraries that are
+       already implicitly brought in from libgcj.la.
+       (gij_LDADD, rmic_LDADD, rmiregistry_LDADD): Likewise.
+       * Makefile.in: Rebuilt.
+
+2002-03-15  Eric Blake  <ebb9@email.byu.edu>
+
+       * THANKS: Fix punctuation, alphabetization.
+
+2002-03-15  Tom Tromey  <tromey@redhat.com>
+           Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+       
+       Fix for PR libgcj/5944.
+       * gnu/gcj/io/shs.h: Define uint8_t and uint32_t.
+
+2002-03-15  Anthony Green  <green@redhat.com>
+
+       * configure.in (tool_include_dir): Define.
+       * configure: Rebuilt.
+       * gcj/Makefile.am: Install libgcj-config.h relative to
+       tool_include_dir.
+       * gcj/Makefile: Rebuilt.
+       * gcj/libgcj-config.h: Add warning comment.
+
+2002-03-12  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * configure.host (powerpc*-darwin*): Enable interpreter.
+
+2002-03-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+       * include/posix.h: Add multiple include header protection.
+       * java/net/natPlainSocketImpl.cc: Don't #include <posix.h>.
+
+2002-03-10  Adam Megacz <adam@xwt.org>
+
+        * java/net/natPlainSocketImpl.cc: Added #include <platform.h>.
+       
+2002-03-10  Tom Tromey  <tromey@redhat.com>
+
+       * java/awt/GridLayout.java (layoutContainer): Handle case where
+       there are no items in container.
+
+       * java/lang/Win32Process.java: Added comment.
+       * include/posix.h (_Jv_platform_close_on_exec): New function.
+       Include fcntl.h.
+       * include/win32.h (_Jv_platform_close_on_exec): New function.
+       * java/net/natPlainSocketImpl.cc (create): Set close-on-exec
+       flag.
+       (accept): Likewise.
+       * java/net/natPlainDatagramSocketImpl.cc (create): Set
+       close-on-exec flag.
+       * java/io/natFileDescriptorPosix.cc (open): Set close-on-exec
+       flag.
+
 2002-03-09  Tom Tromey  <tromey@redhat.com>
 
        * verify.cc (state::NO_STACK): New constant.