aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_clipboard.cc
AgeCommit message (Expand)AuthorFilesLines
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-03-04* fhandler_clipboard.cc: Use int for cygnativeformat rather than UINT as thatChristopher Faylor1-2/+2
2005-03-01 * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen1-3/+0
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-1/+1
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-4/+5
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-2/+2
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-21/+18
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor1-8/+8
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-0/+1
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-1/+1
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen1-2/+2
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-2/+2
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor1-1/+1
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor1-7/+3
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-2/+2
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-2/+2
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor1-1/+1
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-2/+3
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor1-0/+1
2001-03-22* fhandler.h (fhandler_dev_clipboard): Extend to support writing.Christopher Faylor1-31/+217
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor1-1/+1
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-17* fhandler_clipboard.cc: new fileDJ Delorie1-0/+95