TclX 8.0.0 patch 1. This patch fixes the following problems: o The wish program `tclhelp' calling a nonexistent function. o Build problem with shared libraries on SGI and perhaps some other platforms. o A comment still in the README about being a beta release :-) Index: README =================================================================== RCS file: /a/cvsroot/TclX/README,v retrieving revision 8.12 retrieving revision 8.13 diff -c -r8.12 -r8.13 *** README 1997/10/06 04:50:59 8.12 --- README 1997/10/07 17:25:33 8.13 *************** *** 1,11 **** Extended Tcl (TclX) 8.0.0 ========================= - BETA 3 Release - ============== - This release is compatible with the Tcl/Tk 8.0 releases. A Win32 release - is not yet available. - *** WARNING: REQUIRED PATCH *** =============================== --- 1,6 ---- Index: tk/runtime/tclhelp.tcl =================================================================== RCS file: /a/cvsroot/TclX/tk/runtime/tclhelp.tcl,v retrieving revision 8.3 retrieving revision 8.4 diff -c -r8.3 -r8.4 *** tclhelp.tcl 1997/08/23 18:56:13 8.3 --- tclhelp.tcl 1997/10/07 18:56:37 8.4 *************** *** 13,19 **** # software for any purpose. It is provided "as is" without express or # implied warranty. #------------------------------------------------------------------------------ ! # $Id: tclhelp.tcl,v 8.3 1997/08/23 18:56:13 markd Exp $ #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ --- 13,19 ---- # software for any purpose. It is provided "as is" without express or # implied warranty. #------------------------------------------------------------------------------ ! # $Id: tclhelp.tcl,v 8.4 1997/10/07 18:56:37 markd Exp $ #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ *************** *** 149,155 **** pack $w.frame.page -side top -expand 1 -fill both if [catch { ! set contents [read_file [TclXHelp:ConvertPath $page]] } msg] { set contents $msg } --- 149,155 ---- pack $w.frame.page -side top -expand 1 -fill both if [catch { ! set contents [read_file [TclXHelp::ConvertPath $page]] } msg] { set contents $msg } Index: tk/unix/Makefile.in =================================================================== RCS file: /a/cvsroot/TclX/tk/unix/Makefile.in,v retrieving revision 8.18 retrieving revision 8.19 diff -c -r8.18 -r8.19 *** Makefile.in 1997/10/06 04:50:40 8.18 --- Makefile.in 1997/10/09 20:57:47 8.19 *************** *** 13,19 **** # software for any purpose. It is provided "as is" without express or # implied warranty. #------------------------------------------------------------------------------ ! # $Id: Makefile.in,v 8.18 1997/10/06 04:50:40 markd Exp $ #------------------------------------------------------------------------------ # --- 13,19 ---- # software for any purpose. It is provided "as is" without express or # implied warranty. #------------------------------------------------------------------------------ ! # $Id: Makefile.in,v 8.19 1997/10/09 20:57:47 markd Exp $ #------------------------------------------------------------------------------ # *************** *** 272,277 **** --- 272,280 ---- tkXinitSA.o: ${TKX_GENERIC_DIR}/tkXinitSA.c ${STANDALONE_SRCS} ${CC} -c ${CC_SWITCHES} ${TKX_GENERIC_DIR}/tkXinitSA.c + + tkXinitDSA.o: ${TKX_GENERIC_DIR}/tkXinitDSA.c Makefile + ${CC} -c ${CC_SWITCHES} ${TKX_GENERIC_DIR}/tkXinitDSA.c tkXAppInitSA.c: tkXAppInitSA.c Makefile rm -f tkXinitSA.c