Tcl Source Code

Check-in [d874801c57]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:merge core-8-branch. Deprecate support for "string bytelength"
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tip-485
Files: files | file ages | folders
SHA3-256: d874801c57677e4d8744698d5a162c55b382bbc05d041de16c05ff71331e9c71
User & Date: jan.nijtmans 2017-11-20 16:01:05.878
References
2017-11-21
09:13
Revert [d874801c57]: putting back "string bytelength". It turns out to be too complicated to take a... check-in: db112bb527 user: jan.nijtmans tags: tip-485
Context
2017-11-20
16:26
Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_VARARGS check-in: ad7a53a680 user: jan.nijtmans tags: tip-485
16:01
merge core-8-branch. Deprecate support for "string bytelength" check-in: d874801c57 user: jan.nijtmans tags: tip-485
12:07
If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub entries which correspon... check-in: 4a603a5f7d user: jan.nijtmans tags: core-8-branch
2017-11-09
15:56
Merge core-8-branch. Backout the Tcl_EvalFile changes. check-in: 9e3aed8df3 user: jan.nijtmans tags: tip-485
Changes
Unified Diff Side-by-Side Diff Patch
Deleted compat/float.h.
Changes to doc/Object.3.
Changes to doc/SaveResult.3.
Changes to doc/string.n.
Changes to generic/tcl.decls.
Changes to generic/tclBasic.c.
Changes to generic/tclCmdMZ.c.
Changes to generic/tclDecls.h.
Changes to generic/tclDictObj.c.
Changes to generic/tclIO.c.
Changes to generic/tclIOUtil.c.
Changes to generic/tclIndexObj.c.
Changes to generic/tclInt.decls.
Changes to generic/tclInt.h.
Changes to generic/tclIntDecls.h.
Changes to generic/tclListObj.c.
Changes to generic/tclMain.c.
Changes to generic/tclPkg.c.
Changes to generic/tclStubInit.c.
Changes to generic/tclUtil.c.
Changes to library/init.tcl.
Changes to tests/expr-old.test.
Changes to tests/info.test.
Changes to tests/package.test.
Changes to tests/regexp.test.
Changes to tests/regexpComp.test.
Changes to tests/split.test.
Changes to unix/configure.
Changes to unix/tcl.m4.
Changes to unix/tclConfig.h.in.
Changes to unix/tclUnixPort.h.
Changes to unix/tclUnixThrd.c.
Changes to win/tcl.dsp.
Changes to win/tclWinError.c.
Changes to win/tclWinThrd.c.