diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-13 20:11:02 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-13 20:11:02 +0000 |
| commit | 23364f5f5d1d269375d0651b0b04862710ed87b7 (patch) | |
| tree | d92a6527783b0b07c57de681259c0e812ace4cfd /libjava/ChangeLog | |
| parent | 10f6a2691da04b880014abffa51a058893b669ef (diff) | |
| download | ppe42-gcc-23364f5f5d1d269375d0651b0b04862710ed87b7.tar.gz ppe42-gcc-23364f5f5d1d269375d0651b0b04862710ed87b7.zip | |
2003-05-13 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/CharViewBufferImpl.java
(CharViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/DoubleViewBufferImpl.java
(DoubleViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/FloatViewBufferImpl.java
(FloatViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/IntViewBufferImpl.java
(IntViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/LongViewBufferImpl.java
(LongViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
* gnu/java/nio/ShortViewBufferImpl.java
(ShortViewBufferImpl): Fixed super constructor call, initialize offset.
(get): Shift bits to the right direction.
(put): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66780 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index adb3af40402..1135ea7995b 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,32 @@ 2003-05-13 Michael Koch <konqueror@gmx.de> + * gnu/java/nio/CharViewBufferImpl.java + (CharViewBufferImpl): Fixed super constructor call, initialize offset. + (get): Shift bits to the right direction. + (put): Likewise. + * gnu/java/nio/DoubleViewBufferImpl.java + (DoubleViewBufferImpl): Fixed super constructor call, initialize offset. + (get): Shift bits to the right direction. + (put): Likewise. + * gnu/java/nio/FloatViewBufferImpl.java + (FloatViewBufferImpl): Fixed super constructor call, initialize offset. + (get): Shift bits to the right direction. + (put): Likewise. + * gnu/java/nio/IntViewBufferImpl.java + (IntViewBufferImpl): Fixed super constructor call, initialize offset. + (get): Shift bits to the right direction. + (put): Likewise. + * gnu/java/nio/LongViewBufferImpl.java + (LongViewBufferImpl): Fixed super constructor call, initialize offset. + (get): Shift bits to the right direction. + (put): Likewise. + * gnu/java/nio/ShortViewBufferImpl.java + (ShortViewBufferImpl): Fixed super constructor call, initialize offset. + (get): Shift bits to the right direction. + (put): Likewise. + +2003-05-13 Michael Koch <konqueror@gmx.de> + * gnu/java/nio/natDirectByteBufferImpl.cc (allocateImpl): jlong -> RawData*. (freeImpl): Likewise. |

