Support for PuTTY-style command-line arguments in Unix PuTTY. I
[u/mdw/putty] / cmdline.c
2003-03-31 simonSupport for PuTTY-style command-line arguments in Unix...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-22 simonFiddle with the cmdline_saved mechanism: the `-load...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-12 simonThe command-line routines now take a pointer to `cfg...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-09-02 jacobConvert from CRLF to Unix line endings -- no other...
2002-08-07 simonArrgh, we can't have -p for port number because we...
2002-08-07 simonSome of the new options shouldn't be available in the...
2002-08-07 simonAdd a load of new command-line options pilfered from...
2002-08-04 simonRevamp of command-line handling. Most command line...