OSDN Git Service

Remove some more unneeded 'return;'s throughout.
[pf3gnuchains/sourceware.git] / winsup / cygwin / fhandler_zero.cc
2005-09-14 cgfRemove some more unneeded 'return;'s throughout.
2005-07-05 cgfChange foo (void) to foo () for all c++ functions throu...
2005-02-23 corinna * devices.h: Switch FH_ZERO and FH_PORT as on Linux...
2005-02-20 cgfcopyright
2005-01-12 cgfReorganize header file inclusion throughout so that...
2004-04-10 corinna * Use new unified status_flag accessor methods from...
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2003-09-25 cgf* devices.cc: New file.
2003-04-01 corinna * dir.cc: Change __off32_t to _off_t and __off64_t...
2002-12-14 cgfThroughout, change fhandler_*::read and fhandler_*...
2002-09-22 cgf* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-09-19 cgf* cygthread.cc (cygthread::initialized): Avoid copying...
2002-07-01 cgf* fhandler_clipboard.c (fhandler_dev_clipboard::open...
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-24 cgfEnsure that all fhandler_*::read definitions are __stdc...
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-11 cgfUpdate copyrights.
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-04-24 cgfRemove trailing underscore from fhandler_base and frien...
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-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision