This directory contains patch A for TETware 3.7. The patch contains updated source files with the following changes: * The POSIX shell API was using some old-style trap reset commands ("trap signal-list"); they have been changed to use a dash ("trap - signal-list"). * The tet_vprintf() function in the C API library no longer produces a bogus "unexpected EOF" warning message when va_copy is not defined and the formatted output is an empty string. * The main configure script now detects MacOS X (Darwin). Note that patches are cumulative. If you intend to install a later patch, you do not need this one as well. The file tet3.7A-src.tar.Z contains updated versions of the following files: configure src/defines/UNTESTED/darwin.mk src/posix_sh/api/tcm.sh src/tet3/apilib/dresfile.c To apply the patch, unpack tet3.7A-src.tar.Z in your $TET_ROOT directory. If you wish to save the original versions of these files before applying the patch, one way to do this is: zcat tet3.7A-src.tar | pax | pax -w > pre_patchA.tar A zip file is also provided for convenience of win32 users. End of README