Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sat, 29 Mar 2003 16:47:09 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Sat Mar 29 2003  16:47:09 GMT

Log message:
Added uxsel.c, into which I've moved those parts of the uxnet.c
functionality that deal with selectable fds in general. The idea is
that pty.c will stop passing its fd straight to pterm.c and hand it
to this module instead, and pterm.c will start requesting a general
list of fds from this module rather than expecting a single one from
pty.c, with the ultimate aim of pterm.c being able to form the basis
of a Unix PuTTY as well as pterm proper.

Modified files:
    .               : Recipe
    unix            : unix.h uxnet.c uxplink.c
Added files:
    unix            : uxsel.c

Links:
http://cvs.tartarus.org//putty/Recipe.diff?r1=1.37&r2=1.38
http://cvs.tartarus.org//putty/unix/unix.h.diff?r1=1.26&r2=1.27
http://cvs.tartarus.org//putty/unix/uxnet.c.diff?r1=1.14&r2=1.15
http://cvs.tartarus.org//putty/unix/uxplink.c.diff?r1=1.18&r2=1.19
http://cvs.tartarus.org//putty/unix/uxsel.c?rev=1.1&content-type=text/vnd.viewcvs-markup