Tartarus CVS: putty simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sun, 04 Aug 2002 22:18:56 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	02/08/04 22:18:56

Modified files:
	.              : Recipe console.c plink.c psftp.c putty.h scp.c 
	                 ssh.c window.c winstuff.h 
Added files:
	.              : cmdline.c winutils.c 

Log message:
Revamp of command-line handling. Most command line options should
now be processed in cmdline.c, which is called from all utilities
(well, not Pageant or PuTTYgen). This should mean we get to
standardise almost all options across almost all tools. Also one
major change: `-load' is now the preferred option for loading a
saved session in PuTTY proper. `@session' still works but is
deprecated.