Signal Extension for Tcl/Tk $Header: C:/CHINOOK/NEWPROD/TCL/signal_ext1.4/RCS/signal_ext.txt 1.1 2003/10/29 05:53:06 Michael_Schwartz Exp $ Author: Michael I. Schwartz, SCCS, mschwart@nyx.net, http://www.nyx.net/~mschwart This extension adds signal handling to Tcl/Tk scripts. It has only been tested under Unix. To ensure that signal handling does _not_ happen asynchronously, and only occurs in the X loop, the signal handler writes the signal number on a pipe, which is handled through the Tcl file handling mechanism (like XtAppAddInput in X). Copyright (C) 1996 Schwartz Computer Consulting Services Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of SCCS not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. SCCS makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.