1. 21 Nov, 2002 13 commits
    • libgcc-libc.ver: Add multilib support. · b5798b2a
      	* config/s390/libgcc-libc.ver: Add multilib support.
      	* config/s390/linux.h (MULTILIB_DEFAULT): Define.
      	* config/s390/t-linux64 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
      	MULTILIB_OSDIRNAMES, LIBGCC, INSTALL_LIBGCC,
      	EXTRA_MULTILIB_PARTS): Define.
      
      From-SVN: r59342
      Ulrich Weigand committed
    • AsynchronousCloseException.java, [...]: New files. · 6315b6cb
      2002-11-21  Michael Koch <konqueror@gmx.de>
      
      	* java/nio/channels/AsynchronousCloseException.java,
      	java/nio/channels/CancelledKeyException.java,
      	java/nio/channels/ClosedByInterruptException.java,
      	java/nio/channels/ConnectionPendingException.java,
      	java/nio/channels/FileLockInterruptionException.java,
      	java/nio/channels/IllegalSelectorException.java,
      	java/nio/channels/NoConnectionPendingException.java,
      	java/nio/channels/NonReadableChannelException.java,
      	java/nio/channels/NonWritableChannelException.java,
      	java/nio/channels/NotYetBoundException.java,
      	java/nio/channels/NotYetConnectedException.java,
      	java/nio/channels/OverlappingFileLockException.java,
      	java/nio/channels/UnresolvedAddressException.java,
      	java/nio/channels/UnsupportedAddressTypeException.java:
      	New files.
      	* Makefile.am (ordinary_java_source_files): Added new files.
      	* Makefile.in: Regenerated.
      
      From-SVN: r59341
      Michael Koch committed
    • Forgot to add to cvs command line · 4033adc6
      From-SVN: r59340
      Michael Koch committed
    • arm.c (arm_get_frame_size): A leaf function does not need its stack padding to… · c231c91e
      arm.c (arm_get_frame_size): A leaf function does not need its stack padding to an aligned boundary if...
      
      * arm.c (arm_get_frame_size): A leaf function does not need its
      stack padding to an aligned boundary if it has no frame.
      (thumb_get_frame_size): Likewise.
      
      From-SVN: r59339
      Richard Earnshaw committed
    • 2002-11-21 Michael Koch <konqueror@gmx.de> · c3e0633c
             * include/posix.h
             (_Jv_socket): New method.
             (_Jv_connect): New method.
             (_Jv_close): New method.
             (_Jv_platform_close_on_exec): Prefixed system function with "::".
             (_Jv_bind): New method.
             (_Jv_listen): New method.
             (_Jv_write): New method.
             (_Jv_read): New method.
             * include/win32.h
             (_Jv_socket): New method.
             (_Jv_connect): New method.
             (_Jv_close): New method.
             (_Jv_bind): New method.
             (_Jv_listen): New method.
             (_Jv_write): New method.
             (_Jv_read): New method.
             * java/net/natNetworkInterface.cc:
             Include platform.h, removed inclusion of socket.h
             (getRealNetworkInterfaces): Replaced ::socket() by _Jv_socket() and
             ::close() by _Jv_close().
             * java/net/natPlainDatagramSocketImpl.cc:
             Removed include of socket.h, definition of NATIVE_CLOSE and _Jv_bind,
             added some new lines to make code more readable.
             (create): Replaced ::socket() by _Jv_socket().
             (close): Replaced NATIVE_CLOSE() by _Jv_close().
             * java/net/natPlainSocketImpl.cc:
             Removed definition of NATIVE_CLOSE, _Jv_bind, Jv_connect and _Jv_accept,
             removed include of socket.h, removed some windows defines
             (now in include/win32.h).
             (create): Replaced ::socket() by _Jv_socket().
             (close): Replaced NATIVE_CLOSE() by _Jv_close().
             (write): Replaced ::read by _Jv_write().
             (read): Replaced ::read by _Jv_read().
      
      From-SVN: r59338
      Michael Koch committed
    • documentation.html: Fix broken/thinko'd URL. · 0e4f7d33
      2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/html/documentation.html:  Fix broken/thinko'd URL.
      
      From-SVN: r59337
      Phil Edwards committed
    • Daily bump. · 3c6843e7
      From-SVN: r59336
      GCC Administrator committed
    • run_doxygen: Tighter search expression for sed. · 53e0a447
      2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/doxygen/run_doxygen:  Tighter search expression for sed.
      	* docs/doxygen/stdheader.cc:  Handle the case of good headers.
      
      From-SVN: r59332
      Phil Edwards committed
    • Fix ChangeLog edit goof. · e5e5d78d
      From-SVN: r59329
      Phil Edwards committed
    • acinclude.m4: Uniform formatting. · 974e336b
      2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
      
      	* acinclude.m4:  Uniform formatting.
      	* configure.in:  x
      	* configure.target:  x
      	* aclocal.m4, configure:  Regenerate.
      
      From-SVN: r59328
      Phil Edwards committed
    • streambuf.tcc (basic_streambuf::sputbackc): Prefix "this->" to call to pbackfail. · a8a4259d
      2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
      
      	* include/bits/streambuf.tcc (basic_streambuf::sputbackc):  Prefix
      	"this->" to call to pbackfail.
      
      From-SVN: r59327
      Phil Edwards committed
    • style.css: Update. · 664ce870
      2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/doxygen/style.css:  Update.
      	* docs/doxygen/user.cfg.in:  Update.
      	* docs/html/documentation.html:  Regenerate.
      	* docs/html/17_intro/howto.html:  Tweak I/O sentry entry.
      	* docs/html/27_io/howto.html:  New section on headers.
      	* docs/html/faq/index.html:  Add i386 threading entry.
      	* docs/html/faq/index.txt:  Regenerate.
      
      	* docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
      	Import R23.
      
      From-SVN: r59326
      Phil Edwards committed
    • TODO: Note change in clause 27 docs. · 840ceb34
      2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/doxygen/TODO:  Note change in clause 27 docs.
      	* include/bits/basic_ios.h, include/bits/fpos.h,
      	include/bits/ios_base.h, include/bits/stl_deque.h,
      	include/bits/stl_iterator_base_types.h, include/std/std_fstream.h,
      	include/std/std_iomanip.h, include/std/std_iosfwd.h,
      	include/std/std_iostream.h, include/std/std_istream.h,
      	include/std/std_ostream.h, include/std/std_sstream.h,
      	include/std/std_streambuf.h:  Doxygenate all I/O entities.
      
      From-SVN: r59325
      Phil Edwards committed
  2. 20 Nov, 2002 26 commits
  3. 19 Nov, 2002 1 commit