Tartarus CVS: putty: ben

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sat, 01 Feb 2003 21:44:07 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     ben
Date:           Sat Feb 01 2003  21:44:07 GMT

Log message:
Rather more natural (if much more complex) Mac Filename implementation.
Filenames are represented as a FSSpec, which is converted to and from an
alias record ('alis' resource) when saving and loading sessions.
.
It might be an idea to allow in-core Filenames to contain alias records too,
so that they can refer to directories that don't exist on the current system,
but that requires Filenames to be dynamically allocated, which is likely to be
a pain.

Modified files:
    mac             : mac.c macstore.c macstuff.h

Links:
http://cvs.tartarus.org//putty/mac/mac.c.diff?r1=1.40&r2=1.41
http://cvs.tartarus.org//putty/mac/macstore.c.diff?r1=1.14&r2=1.15
http://cvs.tartarus.org//putty/mac/macstuff.h.diff?r1=1.5&r2=1.6