summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_clipboard.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-8/+8
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-0/+1
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-1/+1
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-2/+2
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-101-1/+1
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-2/+2
* Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor2001-10-241-1/+1
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-7/+3
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-2/+2
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-2/+2
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-1/+1
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-2/+3
* Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor2001-04-241-0/+1
* * fhandler.h (fhandler_dev_clipboard): Extend to support writing.Christopher Faylor2001-03-221-31/+217
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-1/+1
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * fhandler_clipboard.cc: new fileDJ Delorie2000-10-171-0/+95