CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-04-09 12:09:45

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_console.cc 
                         fhandler_socket.cc fhandler_termios.cc tty.h 
                         winsup.h 

Log message:
        * fhandler.h (fhandler_base::status): Declare private.
        (fhandler_base::open_status): Ditto.
        (class fhandler_socket): Move status bits into private bitfield struct
        type status_flags.  Change accessor methods appropriately.
        * fhandler_socket.cc (fhandler_socket::fhandler_socket): Accomodate
        above status bit changes.
        * tty.h: Remove status bit enumerator.
        (TTYISSETF): Remove.
        (TTYSETF): Remove.
        (TTYCLEARF): Remove.
        (TTYCONDSETF): Remove.
        (tty_min::status): Define as private bitfield struct type status_flags.
        Add appropriate accessor methods.
        * fhandler_console.cc: Use tty_min::status accessor methods throughout.
        * fhandler_termios.cc: Ditto.
        * winsup.h (__ISSETF): Remove.
        (__SETF): Remove.
        (__CLEARF): Remove.
        (__CONDSETF): Remove.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2408&r2=1.2409
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.196&r2=1.197
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.125&r2=1.126
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.129&r2=1.130
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/tty.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&r1=1.138&r2=1.139

Reply via email to