commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ./ChangeLog native/jni/java-nio/gnu_j...


From: Roman Kennke
Subject: [commit-cp] classpath ./ChangeLog native/jni/java-nio/gnu_j...
Date: Tue, 17 Jan 2006 16:35:42 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <address@hidden>   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  <address@hidden>
        
        * 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

[Prev in Thread] Current Thread [Next in Thread]