1. 13 Nov, 2002 8 commits
    • 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 17 commits
  4. 10 Nov, 2002 4 commits