nulib2/nufxlib/samples
Andy McFadden 132a8338b9 Fix Mac OS X behavior
Some fixes to the Mac OS X build:

- Replace the Carbon calls that were used to set the creator
and file type with xattr calls.  The Carbon stuff still worked
but caused deprecation warnings.  Stop linking against Carbon.

- Correct the way resource forks are accessed (from "/rsrc" to
"/..namedfork/rsrc").  The native resource fork support is
incomplete and doesn't work quite right, so it's now disabled.
(Which means the corrections to the file name don't actually do
anything, but you can at least play with it.)

- Correct the file/aux type conversion, which appeared to do
useful things but actually didn't in some circumstances (e.g. when
adding files, the code for acquiring the file types needs to be in
NuLib2, not NufxLib).

- Set creator and file type to 'pdos' values when extracting from
a Binary ][ archive.

Also, drop some old purify/quantify stuff.
2015-01-03 15:59:37 -08:00
..
Common.h Distinguish Unicode and Mac OS Roman strings 2015-01-02 17:14:34 -08:00
Exerciser.c Distinguish Unicode and Mac OS Roman strings 2015-01-02 17:14:34 -08:00
ImgConv.c Distinguish Unicode and Mac OS Roman strings 2015-01-02 17:14:34 -08:00
Launder.c Distinguish Unicode and Mac OS Roman strings 2015-01-02 17:14:34 -08:00
Makefile.in Fix Mac OS X behavior 2015-01-03 15:59:37 -08:00
Makefile.msc Remove placeholder version number from directory name. 2014-10-28 10:27:31 -07:00
README-S.txt Remove placeholder version number from directory name. 2014-10-28 10:27:31 -07:00
TestBasic.c Distinguish Unicode and Mac OS Roman strings 2015-01-02 17:14:34 -08:00
TestExtract.c Distinguish Unicode and Mac OS Roman strings 2015-01-02 17:14:34 -08:00
TestNames.c Win32 fix 2015-01-02 17:44:10 -08:00
TestSimple.c Distinguish Unicode and Mac OS Roman strings 2015-01-02 17:14:34 -08:00
TestTwirl.c Distinguish Unicode and Mac OS Roman strings 2015-01-02 17:14:34 -08:00