1. 29 Nov, 2002 3 commits
    • natByteBufferImpl.cc, [...]: New files that implement native functionalities. · 38a21d46
      2002-11-29  Michael Koch <konqueror@gmx.de>
      
      	* gnu/java/nio/natByteBufferImpl.cc,
      	gnu/java/nio/natCharBufferImpl.cc,
      	gnu/java/nio/natDoubleBufferImpl.cc,
      	gnu/java/nio/natFloatBufferImpl.cc,
      	gnu/java/nio/natIntBufferImpl.cc,
      	gnu/java/nio/natLongBufferImpl.cc,
      	gnu/java/nio/natSelectorImpl.cc,
      	gnu/java/nio/natServerSocketChannelImpl.cc,
      	gnu/java/nio/natShortBufferImpl.cc,
      	gnu/java/nio/natSocketChannelImpl.cc:
      	New files that implement native functionalities.
      
      From-SVN: r59625
      Michael Koch committed
    • 2002-11-29 Michael Koch <konqueror@gmx.de> · ac7edc01
      	* gnu/java/nio/ByteBufferImpl.java
      	(ByteBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/CharBufferImpl.java:
      	Reformated.
      	(endian): New member variable string endianess of buffer.
      	(CharBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	(subSequence): Implemented.
      	* gnu/java/nio/DoubleBufferImpl.java
      	(DoubleBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/FloatBufferImpl.java
      	Reformated.
      	(FloatBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/IntBufferImpl.java
      	Added needed imports, Reformated.
      	(IntBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/LongBufferImpl.java
      	Reformated.
      	(LongBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      	* gnu/java/nio/ShortBufferImpl.java
      	Reformated.
      	(ShortBufferImpl): Moved position() after limit.
      	(nio_*): Use native implementation.
      
      From-SVN: r59624
      Michael Koch committed
    • h8300.c (h8300_eightbit_constant_address_p): Fix a comment typo. · 3f7211f1
      	* config/h8300/h8300.c (h8300_eightbit_constant_address_p):
      	Fix a comment typo.
      	(h8300_tiny_constant_address_p): Likewise.
      
      From-SVN: r59623
      Kazu Hirata committed
  2. 28 Nov, 2002 15 commits
  3. 27 Nov, 2002 22 commits