CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        06/01/17 16:35:41

Modified files:
        .              : ChangeLog 
        native/jni/java-nio: gnu_java_nio_channels_FileChannelImpl.c 

Log message:
        2006-01-17  Roman Kennke  <[EMAIL PROTECTED]>
        
        * native/jni/java-nio/gnu_java_nio_channels_FileChannelImpl.c:
        (Java_gnu_java_nio_channels_FileChannelImpl_init): Improved
        exception messages a little.
        (Java_gnu_java_nio_channels_FileChannelImpl_open): Provided
        alternative implementation for systems without filesystems.
        Replaced snprintf with the corresponding target native macro.
        (Java_gnu_java_nio_channels_FileChannelImpl_implCloseChannel):
        Only do something when we have a filesystem.
        (Java_gnu_java_nio_channels_FileChannelImpl_available): Provided
        alternative implementation for systems without filesystems.
        (Java_gnu_java_nio_channels_FileChannelImpl_size): Provided
        alternative implementation for systems without filesystems.
        (Java_gnu_java_nio_channels_FileChannelImpl_implPosition): Provided
        alternative implementation for systems without filesystems.
        (Java_gnu_java_nio_channels_FileChannelImpl_seek):
        Only do something when we have a filesystem.
        (Java_gnu_java_nio_channels_FileChannelImpl_implTruncate):
        Only do something when we have a filesystem.
        (Java_gnu_java_nio_channels_FileChannelImpl_mapImpl): Provided
        alternative implementation for systems without filesystems.
        (Java_gnu_java_nio_channels_FileChannelImpl_read__):
        Replaced ssize_t variables with jint. Provided
        alternative implementation for systems without filesystems.
        (Java_gnu_java_nio_channels_FileChannelImpl_read___3BII):
        Replaced ssize_t variables with jint. Provided
        alternative implementation for systems without filesystems.
        (Java_gnu_java_nio_channels_FileChannelImpl_write__I):
        Replaced ssize_t variables with jint. Provided
        alternative implementation for systems without filesystems.
        (Java_gnu_java_nio_channels_FileChannelImpl_force):
        Only do something when we have a filesystem.
        (Java_gnu_java_nio_channels_FileChannelImpl_write___3BII):
        Replaced ssize_t variables with jint. Provided
        alternative implementation for systems without filesystems.
        (Java_gnu_java_nio_channels_FileChannelImpl_lock): Reimplemented
        to use the corresponding target native macro.
        (Java_gnu_java_nio_channels_FileChannelImpl_unlock): Reimplemented
        to use the corresponding target native macro.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6100&tr2=1.6101&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/native/jni/java-nio/gnu_java_nio_channels_FileChannelImpl.c.diff?tr1=1.30&tr2=1.31&r1=text&r2=text


Reply via email to