Index: license.terms =================================================================== RCS file: license.terms diff -N license.terms --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ license.terms 26 Dec 2003 22:21:16 -0000 @@ -0,0 +1,7 @@ +Extended Tcl was designed and implemented by Karl Lehenbauer +(karl@procplace.com) and Mark Diekhans (markd@Kermodei.com), with help in +the earliest stages from Peter da Silva (peter@NeoSoft.com). TclX 8.4 +work was done by Jeff Hobbs. + +As with Tcl, all of Extended Tcl is freely redistributable, including for +commercial use and resale (BSD-style license). Index: generic/tclXselect.c =================================================================== RCS file: /cvsroot/tclx/tclx/generic/tclXselect.c,v retrieving revision 1.2 diff -u -u -p -r1.2 tclXselect.c --- generic/tclXselect.c 4 Apr 2002 06:09:21 -0000 1.2 +++ generic/tclXselect.c 26 Dec 2003 22:21:16 -0000 @@ -27,6 +27,9 @@ #ifndef NO_SELECT #ifndef NO_SYS_SELECT_H +# ifdef __APPLE__ +# undef panic +# endif # include #endif