[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1 mash-tkinit.cc smash-main.cc
Update of /usr/mash/src/repository/mash/mash-1
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv5650
Modified Files:
mash-tkinit.cc smash-main.cc
Log Message:
The setting for tcl_library has changed.
- Previously: Tcl_Init was not called, and tcl_library is hard-coded to
"./lib/tcl8.3"
- Now: If environment varilable TCL_LIBRARY is defined, and
$TCL_LIBRARY/init.tcl exists, called Tcl_Init(), else hard-code
tcl_library to "./lib/tcl8.3".