README revision 3f54fd611f536639ec30dd53c48e5ec1897cc7d9
This directory contains files copied from the Tcl distribution.
There is no original code here.
Unmodified files (originally from Tcl7.4)
-----------------------------------------
Modified files (originally from Tcl7.4)
---------------------------------------
conflict
tclCmdAH.c: changed line checking TCL_PLATFORM_MAC to assume not
tclCmdIL.c: removed Tcl_InfoCmd
tclUtil.c: Tcl_Splitlist, Tcl_ScanElement, Tcl_ConvertElement, Tcl_Merge
renamed, Tcl_RegExp stuff ready to be #ifdefed out
tclInterp.c: include ast.h first to avoid conflict
Files Added for Tcl7.5 - Unmodified
-----------------------------------
Files Added for Tcl7.5 - Modified
-----------------------------------
tclEvent.c: Added field in After struct for interp type, used by AfterProc
tclIOCmd.c: ifdefed out lines of code
tclIOUtil.c: ifdefed out lines of code
tclUnixFile.c: ifdefed out TclMatchFiles, 7.5 ifdef for TclCreateTempFile
tclUnixChan.c: ifdefed out CreateSocket, CreateSocketAddress, Tcp funcs
TclGetAndDetachPids, PipeCloseProc
tclUnixNotfy.c:added support for UWIN
Notes
-----
tclFileName.c not used, using tclGlob from tcl7.4 instead