1. 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
  2. 12 Nov, 2002 11 commits
  3. 11 Nov, 2002 10 commits
    • re PR libstdc++/6746 (ifstream::readsome() always returns zero) · 6eeb7d7a
      
      2002-11-11  Benjamin Kosnik  <bkoz@redhat.com>
      
              PR libstdc++/6746
              * include/bits/fstream.tcc (filebuf::open): Set input pointers.
      	* config/io/basic_file_stdio.cc (__basic_file::_M_open_mode): Set
      	__p_mode as well.
      	(__basic_file::open): Set to non-block for input.
      	* testsuite/27_io/istream_unformatted.cc (test12): Add.
      	(test13): Same.
      
      From-SVN: r59030
      Benjamin Kosnik committed
    • dostime.c (dos2unixtime): Mask for seconds is 0x1f. · 90e76e86
      	* dostime.c (dos2unixtime): Mask for seconds is 0x1f.  Correctly
      	compute month.
      	(unix2dostime): Handle years before 1980.  Correctly compute month
      	and day of month.
      
      From-SVN: r59027
      Tom Tromey committed
    • re PR c/8467 (Bug in sibling call optimization) · 303b90b0
      2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
      
      	PR c/8467
      	* gcc.c-torture/execute/20021111-1.c
      
      From-SVN: r59026
      Franz Sirl committed
    • contrib.texi: Merge in the list from the libstdc++ web pages. · e8437165
      2002-11-11  Janis Johnson  <janis187@us.ibm.com>
      
      	* doc/contrib.texi: Merge in the list from the libstdc++ web pages.
      
      From-SVN: r59024
      Janis Johnson committed
    • * i386.c (construct_container): Fix handling of SSE_CLASS. · 12f5c45e
      From-SVN: r59020
      Jan Hubicka committed
    • Daily bump. · aaea99dc
      From-SVN: r59019
      GCC Administrator committed
    • ISO_8859_1.java, [...]: New files. · 8a423d77
      2002-11-11  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
      
      	* gnu/java/nio/charset/ISO_8859_1.java,
      	gnu/java/nio/charset/Provider.java,
      	gnu/java/nio/charset/US_ASCII.java,
      	gnu/java/nio/charset/UTF_16.java,
      	gnu/java/nio/charset/UTF_16BE.java,
      	gnu/java/nio/charset/UTF_16Decoder.java,
      	gnu/java/nio/charset/UTF_16Encoder.java,
      	gnu/java/nio/charset/UTF_16LE.java,
      	gnu/java/nio/charset/UTF_8.java: New files.
      	* Makefile.am ():
      	Added new files.
      	* Makefile.in: Regenerated.
      
      From-SVN: r59013
      Jesse Rosenstock committed
    • CharacterCodingException.java: This class must be public. · ac7bc6bb
      2002-11-11  Michael Koch <konqueror@gmx.de>
      
      	* java/nio/charset/CharacterCodingException.java:
      	This class must be public.
      	* java/nio/charset/CoderMalfunctionError.java:
      	This class must be public.
      	* java/nio/charset/CodingErrorAction.java:
      	This class must be public.
      	* java/nio/charset/IllegalCharsetNameException.java:
      	This class must be public, better implementation.
      	* java/nio/charset/MalformedInputException.java:
      	This class must be public, better implementation.
      	* java/nio/charset/UnmappableCharacterException.java:
      	This class must be public, better implementation.
      	* java/nio/charset/UnsupportedCharsetException.java:
      	This class must be public, better implementation.
      
      From-SVN: r59012
      Michael Koch committed
    • BufferOverflowException.java, [...]: New file. · dba90b0c
      2002-11-11  Michael Koch <konqueror@gmx.de>
      
      	* java/nio/BufferOverflowException.java,
      	java/nio/BufferUnderflowException.java: New file.
      	* Makefile.am (ordinary_java_source_files):
      	Added new files.
      	* Makefile.in: Regenerated.
      
      From-SVN: r59011
      Michael Koch committed
    • Container.java (validate): Use tree lock. · 459c4c51
      	* java/awt/Container.java (validate): Use tree lock.
      	(getComponent): Likewise.
      	(getComponents): Likewise.
      	(addImpl): Likewise.
      	(remove): Likewise.
      	(removeAll): Likewise.
      	(processEvent): Fixed indentation.
      	(getComponentAt): Use tree lock.
      	(findComponentAt): Likewise.
      	(removeNotify): Likewise.
      	(isAncestorOf): Likewise.
      	(list): Likewise.
      	(visitChildren): Likewise.
      	(findNextFocusComponent): Likewise.
      	(addNotifyContainerChildren): Likewise.
      	(getAccessibleChildrenCount): Likewise.
      	(getAccessibleChild): Likewise.
      
      From-SVN: r59009
      Tom Tromey committed