CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2013-10-25 16:16:50

Modified files:
        winsup/cygwin  : ChangeLog devices.cc devices.in fhandler.h 
                         fhandler_clipboard.cc 
        winsup/cygwin/release: 1.7.26 

Log message:
        * devices.in (dev_storage): Map /dev/clipboard to \Device\Null.
        * devices.cc: Regenerate.
        * fhandler.h (fhandler_dev_clipboard::open): Drop declaration.
        * fhandler_clipboard.cc (fhandler_dev_clipboard::dup): Drop call to
        open.  Set private members to 0 and call fhandler_base::dup.
        (fhandler_dev_clipboard::open): Remove so that default
        fhandler_base::open is used to open \Device\Null.
        (set_clipboard): Drop gratuitios call to RegisterClipboardFormatW.
        (fhandler_dev_clipboard::close): Call fhandler_base::close from here.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6241&r2=1.6242
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.cc.diff?cvsroot=src&r1=1.52&r2=1.53
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.in.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.488&r2=1.489
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_clipboard.cc.diff?cvsroot=src&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.26.diff?cvsroot=src&r1=1.7&r2=1.8

Reply via email to