Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Mon, 27 Jan 2003 18:02:27 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Mon Jan 27 2003  18:02:27 GMT

Log message:
Remove all `enum'-typed variables from the Config structure.
Everything in there which is integral is now an actual int, which
means my forthcoming revamp of the config box will be able to work
with `int *' pointers without fear of doom.

Modified files:
    .               : ldisc.c proxy.c putty.h settings.c ssh.c
                      windlg.c window.c
    unix            : pterm.c

Links:
http://cvs.tartarus.org//putty/ldisc.c.diff?r1=1.26&r2=1.27
http://cvs.tartarus.org//putty/proxy.c.diff?r1=1.24&r2=1.25
http://cvs.tartarus.org//putty/putty.h.diff?r1=1.196&r2=1.197
http://cvs.tartarus.org//putty/settings.c.diff?r1=1.98&r2=1.99
http://cvs.tartarus.org//putty/ssh.c.diff?r1=1.268&r2=1.269
http://cvs.tartarus.org//putty/windlg.c.diff?r1=1.202&r2=1.203
http://cvs.tartarus.org//putty/window.c.diff?r1=1.235&r2=1.236
http://cvs.tartarus.org//putty/unix/pterm.c.diff?r1=1.91&r2=1.92