diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2004-07-15 14:56:05 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2004-07-15 14:56:05 +0000 |
commit | 4243412aa5a9443a696cba6198a0daac3100ef3c (patch) | |
tree | d288baf81ad0ce74af97e257684d6538c78ae3d8 /winsup/cygwin/ChangeLog | |
parent | fcedcf9488de0113b50d22fca94d6a72ed59d576 (diff) | |
download | cygnal-4243412aa5a9443a696cba6198a0daac3100ef3c.tar.gz cygnal-4243412aa5a9443a696cba6198a0daac3100ef3c.tar.bz2 cygnal-4243412aa5a9443a696cba6198a0daac3100ef3c.zip |
* fhandler.h (class fhandler_dev_raw): Remove is_writing flag.
Remove declaration of writebuf.
(class fhandler_dev_floppy): Remove declaration of close.
* fhandler_floppy.cc (fhandler_dev_floppy::close): Delete.
(fhandler_dev_floppy::lseek): Remove calls to writebuf. Set
eom_detected to false after successful seek.
* fhandler_raw.cc (fhandler_dev_raw::writebuf): Delete.
(fhandler_dev_raw::raw_read): Remove calls to writebuf.
(fhandler_dev_raw::raw_write): Always invalidate buffer.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7c382e380..80e8af120 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,17 @@ 2004-07-15 Corinna Vinschen <corinna@vinschen.de> + * fhandler.h (class fhandler_dev_raw): Remove is_writing flag. + Remove declaration of writebuf. + (class fhandler_dev_floppy): Remove declaration of close. + * fhandler_floppy.cc (fhandler_dev_floppy::close): Delete. + (fhandler_dev_floppy::lseek): Remove calls to writebuf. Set + eom_detected to false after successful seek. + * fhandler_raw.cc (fhandler_dev_raw::writebuf): Delete. + (fhandler_dev_raw::raw_read): Remove calls to writebuf. + (fhandler_dev_raw::raw_write): Always invalidate buffer. + +2004-07-15 Corinna Vinschen <corinna@vinschen.de> + * mmap.cc (class mmap_record): Fix return type of get_offset. (mmap_record::fixup_page_map): Fix off by one error. (list::search_record): Use long as type of "start" argument in both, |