OSDN Git Service

* exceptions.cc (set_signal_mask): Remove useless debugging output.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / fhandler_windows.cc
2011-07-21 cgfCorinna Vinschen <corinna@vinschen.de>
2011-05-01 corinna * fhandler_windows.cc (fhandler_windows::read): Use
2011-05-01 corinna Throughout, use user32 UNICODE functions rather than...
2009-07-24 cgf* sigproc.h (wait_for_sigthread): Eliminate parameter.
2009-01-03 cgfRemove unneeded header files from source files througho...
2005-09-14 cgfRemove some more unneeded 'return;'s throughout.
2005-03-27 cgf* wininfo.h (wininfo::timer_active): Delete.
2005-03-01 corinna * fhandler_clipboard.cc (fhandler_dev_clipboard::write...
2004-04-10 corinna * Use new unified status_flag accessor methods from...
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2004-02-02 cgfThroughout, change name from set_inheritance to set_no_...
2003-09-25 cgf* devices.cc: New file.
2003-09-07 cgf* cygheap.cc (_csbrk): More left coercion cleanup.
2003-09-07 cgfRemove left coercion throughout.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-02-04 cgfEliminate most unneeded this-> pointers throughout.
2002-12-14 cgfThroughout, change fhandler_*::read and fhandler_*...
2002-07-01 cgf* fhandler_clipboard.c (fhandler_dev_clipboard::open...
2002-06-05 cgf* dtable.cc (handle_to_fn): Attempt to handle "raw...
2002-06-05 cgfRemove fcntl.h includes throughout.
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-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-27 dj* testsuite/winsup.api/winsup.exp: ignore stdout by...
2000-02-17 cgfInitial revision