Rather more natural (if much more complex) Mac Filename implementation.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Feb 2003 21:44:05 +0000 (21:44 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Feb 2003 21:44:05 +0000 (21:44 +0000)
commit02cf40019f8ae19176a73f9220603cc9e28d5224
tree75f7bbd3461a587f2a49a106933506b787207b0d
parent0ac2edb34df938e43d233e4d47a05231355747ee
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2771 cda61777-01e9-0310-a592-d414129be87e
mac/mac.c
mac/macstore.c
mac/macstuff.h