1. 15 Nov, 2002 11 commits
  2. 14 Nov, 2002 10 commits
  3. 13 Nov, 2002 19 commits
    • acconfig.h (HAVE_DRAND48): Add. · 7c577c75
      
      2002-11-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* acconfig.h (HAVE_DRAND48): Add.
      	(HAVE_GETPAGESIZE): Add.
      	(HAVE_SETENV): Add.
      	(HAVE_SIGSETJMP): Add.
      	* config.h.in: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r59093
      Benjamin Kosnik committed
    • os_defines.h (_GLIBCPP_INST_ATOMICITY_LOCK): Define on hppa when there is no weak support. · b6ef3ef6
      	* config/os/hpux/os_defines.h (_GLIBCPP_INST_ATOMICITY_LOCK): Define
      	on hppa when there is no weak support.
      
      From-SVN: r59092
      John David Anglin committed
    • re PR libstdc++/8230 (Buggy allocator behaviour) · 48d1c3c5
      
      2002-11-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/8230
      	* include/bits/vector.tcc (vector::reserve): Throw length_error if
      	requested size is bigger than max_size().
      	* include/bits/stl_bvector.h (vector<bool>::reserve): Same.
      	* testsuite/23_containers/vector_capacity.cc (test02): Add.
      
      From-SVN: r59090
      Benjamin Kosnik committed
    • re PR ada/6919 (Ada patches applied to 3.1 branch only) · 1a083c0e
      	PR ada/6919
      	* adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
      	GNU/Linux.
      
      From-SVN: r59089
      Nathanael Nerode committed
    • re PR ada/6558 (Wrongly reverted patches) · cc41268d
      2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
      	PR ada/6558
      	* config-lang.in: Remove diff_excludes.
      
      From-SVN: r59088
      Nathanael Nerode committed
    • install.texi (Testing): Document extra Java testing. · f702e700
      2002-11-13  Janis Johnson  <janis187@us.ibm.com>
      
      	* doc/install.texi (Testing): Document extra Java testing.
      	* doc/sourcebuild.texi (Test Suites): Document libgcj testing.
      
      From-SVN: r59085
      Janis Johnson committed
    • pa64-hpux.h (LINK_SPEC): Move "+Accept TypeMismatch" switch to the beginning of the spec. · 08ec53e7
      	* pa64-hpux.h (LINK_SPEC): Move "+Accept TypeMismatch" switch to the
      	beginning of the spec.
      	(LDD_SUFFIX, PARSE_LDD_OUTPUT): Delete.
      	(LD_INIT_SWITCH, LD_FINI_SWITCH): Define but don't enable.  Add comment
      	regarding problems with global constructors when using GNU ld.
      
      From-SVN: r59084
      John David Anglin committed
    • 2002-11-13 Michael Koch <konqueror@gmx.de> · 61d31826
      	* java/nio/ByteBuffer.java
      	(allocate): New method.
      	(wrap): New method.
      	(put): New method.
      	(get): New method.
      
      From-SVN: r59082
      Michael Koch committed
    • linker-map.gnu: Export all _S_construct. · 4a1338ed
      
      2002-11-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/linker-map.gnu: Export all _S_construct.
      
      From-SVN: r59080
      Benjamin Kosnik committed
    • * MAINTAINERS: Add myself to write-after-approval list. · cbf78ae4
      From-SVN: r59079
      Stuart Hastings committed
    • locale.cc (std::locale::classic()): Weaken locking protocol. · 2b298bb7
      	libstdc++/7445
      	* src/locale.cc (std::locale::classic()): Weaken locking protocol.
      
      From-SVN: r59078
      Loren J. Rittle committed
    • AlreadyConnectedException.java: Removed unneeded import. · 70c73a4d
      2002-11-13  Michael Koch <konqueror@gmx.de>
      
      	* java/nio/channels/AlreadyConnectedException.java:
      	Removed unneeded import.
      	(AlreadyConnectedException): Documentation added.
      	* java/nio/channels/Pipe.java
      	(SinkChannel.SinkChannel): Documentation added.
      	(SinkChannel.validOps): New method.
      	(SourceChannel.SourceChannel): Documentation added.
      	(SourceChannel.validOps): New method.
      	(Pipe): Documentation added.
      	(open): Documentation added.
      	(SinkChannel.channel): Documentation added.
      	(SourceChannel.channel): Documentation added.
      	* java/nio/channel/SelectableChannel.java
      	(SelectableChannel): Documentation added.
      	(blockingLock): Documentation added.
      	(configureBlocking):Documentation added.
      	(isBlocking):Documentation added.
      	(isRegistered):Documentation added.
      	(keyFor):Documentation added.
      	(provider):Documentation added.
      	(register): Documentation added.
      	(validOps): Documentation added.
      	* jaba/nio/channels/SelectionKey.java
      	(SelectionKey): Documentation added.
      	(attach): Documentation added.
      	(attachment): Documentation added.
      	(isAcceptable): Documentation added.
      	(isConnetable): Documentation added.
      	(isReadable): Documentation added.
      	(isWritable): Documentation added.
      	(cancel): Documentation added.
      	(channel): Documentation added.
      	(interestOps): Documentation added.
      	(isValid): Documentation added.
      	(readyOps): Documentation added.
      	(selector): Documentation added.
      	* jaba/nio/channels/Selector.java
      	(Selector): Documentation added.
      	(open): Documentation added.
      	(close): Documentation added.
      	(isOpen): Documentation added.
      	(keys): Documentation added.
      	(provider): Documentation added.
      	(select): Documentation added.
      	(selectedKeys): Documentation added.
      	(selectNow): Documentation added.
      	(wakeup): Documentation added.
      	* java/nio/channels/spi/AbstractInterruptibleChannel.java
      	(AbstractInterruptibleChannel): Documentation added.
      	(opened): Default to true;
      	(begin): Documentation added.
      	(close): Set opened to false, documentation added.
      	(isOpen): Documentation added.
      	* java/nio/channels/spi/AbstractSelectionKey.java
      	(AbstractSelectionKey): Documentation added.
      	(cancel): Documentation added.
      	(isValid): Documentation added.
      	* java/nio/channels/spi/AbstractSelector.java
      	(AbstractSelector): Documentation added.
      	(begin): Documentation added.
      	(close): Documentation added.
      	(isOpen): Documentation added.
      	(deregister): Documentation added.
      	(end): Documentation added.
      	(provider): Documentation added.
      	(implCloseSelector): Documentation added.
      	(register): Documentation added.
      	* java/nio/channels/spi/SelectorProvider.java
      	(SelectorProvider): Documentation added.
      	(openDatagramChannel): Documentation added.
      	(openPipe): Documentation added.
      	(openSelector): Documentation added.
      	(openServerSocketChannel): Documentation added.
      	(openSocketChannel): Documentation added.
      	(provider): Documentation added.
      
      From-SVN: r59077
      Michael Koch committed
    • * gthr-solaris.h: Fix formatting. · e6179f45
      From-SVN: r59076
      Kazu Hirata committed
    • Buffer.java: Implemented. · 93f93f9f
      2002-11-13  Michael Koch <konqueror@gmx.de>
      
      	* java/nio/Buffer.java: Implemented.
      	* java/nio/CharBuffer.java: New file.
      	* java/nio/InvalidMarkException.java: New file.
      	* java/nio/channels/DatagramChannel.java: Implemented.
      	* java/nio/channels/ServerSocketChannel.java: Implemented.
      	* java/nio/channels/SocketChannel.java: Implemented.
      	* java/nio/channels/spi/AbstractChannel.java: Removed.
      	* java/nio/channels/spi/AbstractSelectableChannel.java:
      	Implemented.
      	* java/nio/charset/Charset.java:
      	Merge from Classpath.
      	* java/nio/charset/CharsetDecoder.java: New file.
      	* java/nio/charset/CharsetEncoder.java: New file.
      	* java/nio/charset/CoderResult.java: New file.
      	* Makefile.am (ordinary_java_source_files): Added new files.
      	* Makefile.in: Regenerated.
      
      From-SVN: r59075
      Michael Koch committed
    • Daily bump. · 7b53becc
      From-SVN: r59071
      GCC Administrator committed
    • * gthr-posix.h: Fix formatting. · fe83a9ce
      From-SVN: r59064
      Kazu Hirata committed
    • * config/h8300/h8300.md (*andorsi3): New. · eed13f9b
      From-SVN: r59063
      Kazu Hirata committed
    • install.html, [...]: HTML fix. · fcff7028
      2002-11-13  Jonathan Wakely  <redi@gcc.gnu.org>
      
      	* docs/html/install.html, docs/html/22_locale/locale.html: HTML fix.
      
      From-SVN: r59062
      Jonathan Wakely committed