Tcl Source Code

Check-in [6488c06992]
Login

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

Overview
Comment:Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTH
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | memory-API
Files: files | file ages | folders
SHA3-256: 6488c06992a9909ee67b171120b660b2541eaaa494119d3e80bebe1b6533ae32
User & Date: jan.nijtmans 2018-09-05 14:54:26.542
Context
2018-09-07
22:09
merge trunk check-in: 98b877b9ef user: jan.nijtmans tags: memory-API
2018-09-05
14:54
Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTH check-in: 6488c06992 user: jan.nijtmans tags: memory-API
13:45
Merge 8.7. Change some internal function signatures, accounting for the 64-bit era. check-in: 4280c4f9d0 user: jan.nijtmans tags: trunk
2018-09-01
22:01
Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_FAILURE and TCL_NO_LENG... check-in: f13660b5a5 user: jan.nijtmans tags: memory-API
Changes
Unified Diff Side-by-Side Diff Patch
Added doc/abstract.n.
Added doc/callback.n.
Added doc/classvariable.n.
Changes to doc/define.n.
Added doc/link.n.
Changes to doc/my.n.
Added doc/singleton.n.
Changes to generic/tcl.h.
Changes to generic/tclBasic.c.
Changes to generic/tclBinary.c.
Changes to generic/tclCmdAH.c.
Changes to generic/tclInt.decls.
Changes to generic/tclInt.h.
Changes to generic/tclIntDecls.h.
Changes to generic/tclIntPlatDecls.h.
Changes to generic/tclOO.c.
Changes to generic/tclOOBasic.c.
Changes to generic/tclOOInt.h.
Added generic/tclOOScript.h.
Added generic/tclOOScript.tcl.
Changes to generic/tclObj.c.
Changes to generic/tclProcess.c.
Changes to generic/tclStringObj.c.
Changes to generic/tclStubInit.c.
Changes to generic/tclTest.c.
Changes to tests/binary.test.
Changes to tests/compExpr-old.test.
Changes to tests/execute.test.
Changes to tests/expr-old.test.
Changes to tests/expr.test.
Changes to tests/format.test.
Changes to tests/get.test.
Changes to tests/obj.test.
Changes to tests/oo.test.
Added tests/ooUtil.test.
Changes to tests/platform.test.
Changes to tests/scan.test.
Added tools/makeHeader.tcl.
Changes to unix/Makefile.in.
Changes to unix/tclUnixTime.c.
Changes to win/tclWinNotify.c.
Changes to win/tclWinPipe.c.
Changes to win/tclWinTime.c.