threads by giving them an empty data fork (and, if it's an extended
file, an empty resource fork). This allows applications to simply
ignore the bogus records and let NufxLib do the dirty work.
Fixed dataless thread handling for the original (non-masked) case. We
weren't creating empty resource forks when required, so a dataless
record with a forked-file storage type wouldn't be recreated properly
if extracted and then added.
Added version numbers to the public header, so applications can test
for "compiled" version vs "linked" version.
Generalized compression method enable/disable. Now any method can be
removed. Applications can call NuTestFeature() to figure out what is
supported by the copy of NufxLib they're linked against.
is in the process of compressing the data. By writing to an AppleTalk
network and copying the archive while it was being written, I wound up
with an archive that appeared complete but was actually truncated. We
now try to detect that case, and the compression code will spit back an
error instead of an assertion failure.