MASH Tcl: Change History
Tcl8.0 changes goes below here
- [TLT]
Sat Nov 15 18:02:37 GMT-8:00 1997
- add static compilation, which will be enabled if
STATIC_LIB is set.
- fixed code to do static compilation: DllEntryPoint is ifdef'd out
and DllMain is renamed Tcl_LibMain. Call it with DLL_PROCESS_ATTACH at
startup and DLL_PROCESS_DETACH at exit to initialize and cleanup.
- modified tclwinreg.c so that it becomes part of stcl80.lib
(instead of in separate dll).
- [TLT]
Tue Sep 30 20:36:41 PDT 1997
- Merged changes from Tcl8.0 (TAG for Tcl8.0: TCL_8_0 )
Tcl7.6p2 changes goes below here.
TAG: TCL76_B4_80
- [TLT]
Sat Sep 27 03:15:27 PDT 1997
- minor changes to make it compile under our environment