OSDN Git Service

Use datarootdir for locales.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / fhandler_floppy.cc
2014-04-26 Masaki MuranakaMerge branch 'binutils' into tmp
2011-10-15 cgf* cygerrno.h (__set_errno): Modify debugging output...
2011-07-31 corinna * fhandler.h (class fhandler_dev_mem): Remove dup...
2011-06-06 cgfwhitespace elimination
2011-03-29 corinna * autoload.cc (UuidCreate): Remove.
2011-01-12 corinna * fhandler.h (struct part_t): New type.
2011-01-11 corinna * fhandler.h (MAX_PARTITIONS): New definition.
2010-01-06 Masaki MuranakaUpdate to git@github.com:monaka/binutils.git
2009-07-24 cgf* sigproc.h (wait_for_sigthread): Eliminate parameter.
2009-02-09 corinna * fhandler_floppy.cc (fhandler_dev_floppy::open):...
2008-11-21 corinna * fhandler_floppy.cc (fhandler_dev_floppy::raw_read...
2008-11-07 cgf* pthread.cc (pthread_mutex::_unlock): Avoid unlocking...
2008-10-09 corinna * fhandler_floppy.cc (fhandler_dev_floppy::raw_read...
2008-08-09 corinna * fhandler_floppy.cc (fhandler_dev_floppy::raw_read...
2008-04-07 cgfRemove unneeded header files from source files throughout.
2007-05-22 corinna * fhandler_floppy.cc (fhandler_dev_floppy::lseek)...
2007-05-21 corinna * fhandler_floppy.cc (fhandler_dev_floppy::lseek)...
2006-07-18 corinna * fhandler_floppy.cc (fhandler_dev_floppy::ioctl)...
2006-07-17 cgfGCC 4.1 fixes.
2006-05-28 cgfwhite space
2006-03-24 corinna * fhandler_floppy.cc: Include ntdef.h and ntdll.h.
2005-12-22 cgfwhitespace cleanup to force snapshot.
2005-12-14 corinna * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC...
2005-12-07 corinna * fhandler_floppy.cc (fhandler_dev_floppy::lseek)...
2005-09-30 corinna * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_i...
2005-09-29 corinna * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_i...
2005-09-28 corinna * fhandler.h (class fhandler_dev_raw): Delete current_...
2005-09-27 corinna * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_i...
2005-09-26 corinna * fhandler.h (class fhandler_dev_raw): Add drive infor...
2005-01-12 cgfReorganize header file inclusion throughout so that...
2004-07-19 corinna * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init...
2004-07-15 corinna * fhandler.h (class fhandler_dev_raw): Remove is_writi...
2004-04-09 corinna * fhandler.h (class fhandler_dev_raw): Move status...
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2003-12-03 corinna Substitute 0x7fffffff and 0xffffffff by INT32_MAX...
2003-09-25 cgf* devices.cc: New file.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-04-01 corinna * dir.cc: Change __off32_t to _off_t and __off64_t...
2003-01-26 cgf* uinfo.cc (pwdgrp::load): Regularize strace output...
2002-12-14 cgfThroughout, change fhandler_*::read and fhandler_*...
2002-11-07 corinna * include/cygwin/fs.h: New file.
2002-09-22 cgf* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-06-05 cgfRemove fcntl.h includes throughout.
2002-02-25 corinna * cygwin.din (fstat64): New symbol.
2002-02-10 corinna * child_info.h, cygheap.h, fhandler_clipboard.cc,...
2002-02-10 corinna * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler...
2001-10-22 cgfRemove 'cb' parameter and modify fhandler_* constructor...
2001-10-13 cgf* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for...
2001-10-04 cgf* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if...
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-05 corinna * fhandler_floppy.cc (fhandler_floppy::lseek...
2001-08-04 cgfThroughout, change check for running under Windows...
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-03-18 cgfUpdate copyrights.
2001-03-03 cgf*** empty log message ***
2001-02-28 duda* fhandler_floppy.cc (fhandler_dev_floppy::lseek):...
2001-02-05 corinna * fhandler.cc (fhandler_base::open): Always...
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-02-24 cgf* exceptions.cc (interruptible): Change method for...
2000-02-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision