mirror of
https://github.com/fadden/ciderpress.git
synced 2024-11-26 17:49:21 +00:00
e390a98ab8
Remove carriage returns from linux makefiles. Remove vestigal dependency info from libhfs makefile. |
||
---|---|---|
.. | ||
.cvsignore | ||
apple.h | ||
block.c | ||
block.h | ||
btree.c | ||
btree.h | ||
config.h | ||
COPYRIGHT | ||
data.c | ||
data.h | ||
file.c | ||
file.h | ||
hfs.c | ||
hfs.h | ||
libhfs.dsp | ||
libhfs.h | ||
libhfs.vcproj | ||
low.c | ||
low.h | ||
Makefile | ||
medium.c | ||
medium.h | ||
memcmp.c | ||
node.c | ||
node.h | ||
os.c | ||
os.h | ||
README | ||
record.c | ||
record.h | ||
version.c | ||
version.h | ||
volume.c | ||
volume.h |
HFS utility library, part of hfsutils v3.2.6 by Robert Leslie. Adapted for use with CiderPress by Andy McFadden. The os_* functions have been replaced with a callback mechanism, and code that uses global variables has been (mostly) removed.