Name | Date | Size | |
---|---|---|---|
.. | 2016-01-11 21:54:23 | 14 | |
license.terms | 2016-01-11 21:54:23 | 2.2 KiB | |
panic.c | 2016-01-11 21:54:23 | 2.4 KiB | |
README | 2016-01-11 21:54:23 | 1.4 KiB | |
regexp.c | 2016-01-11 21:54:23 | 32.3 KiB | |
tclAsync.c | 2016-01-11 21:54:23 | 6.8 KiB | |
tclClock.c | 2016-01-11 21:54:23 | 9 KiB | |
tclCmdAH.c | 2016-01-11 21:54:23 | 41.9 KiB | |
tclCmdIL.c | 2016-01-11 21:54:23 | 26.1 KiB | |
tclCmdMZ.c | 2016-01-11 21:54:23 | 51.9 KiB | |
tclDate.c | 2016-01-11 21:54:23 | 46 KiB | |
tclEvent.c | 2016-01-11 21:54:23 | 61.7 KiB | |
tclExpr.c | 2016-01-11 21:54:23 | 54 KiB | |
tclFHandle.c | 2016-01-11 21:54:23 | 6.3 KiB | |
tclGet.c | 2016-01-11 21:54:23 | 6.1 KiB | |
tclGlob.c | 2016-01-11 21:54:23 | 11.4 KiB | |
tclHash.c | 2016-01-11 21:54:23 | 24.1 KiB | |
tclInterp.c | 2016-01-11 21:54:23 | 83.5 KiB | |
tclIOCmd.c | 2016-01-11 21:54:23 | 43.8 KiB | |
tclIOUtil.c | 2016-01-11 21:54:23 | 40.4 KiB | |
tclLink.c | 2016-01-11 21:54:23 | 12.4 KiB | |
tclLoad.c | 2016-01-11 21:54:23 | 17.9 KiB | |
tclLoadDl.c | 2016-01-11 21:54:23 | 3.2 KiB | |
tclNotify.c | 2016-01-11 21:54:23 | 16.6 KiB | |
tclParse.c | 2016-01-11 21:54:23 | 38.5 KiB | |
tclPkg.c | 2016-01-11 21:54:23 | 20.7 KiB | |
tclPosixStr.c | 2016-01-11 21:54:23 | 27 KiB | |
tclPreserve.c | 2016-01-11 21:54:23 | 7 KiB | |
tclUnixChan.c | 2016-01-11 21:54:23 | 73.4 KiB | |
tclUnixFile.c | 2016-01-11 21:54:23 | 18.8 KiB | |
tclUnixNotfy.c | 2016-01-11 21:54:23 | 9.3 KiB | |
tclUnixTime.c | 2016-01-11 21:54:23 | 5.5 KiB | |
tclUtil.c | 2016-01-11 21:54:23 | 54.8 KiB |
README
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