Tcl Source Code

Changes On Branch tip-485
Login

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

Changes In Branch tip-485 Excluding Merge-Ins

This is equivalent to a diff from a0d51b9a0e to cb3d9b77de

2018-01-17
11:47
TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRECATED, all Deprecated A... check-in: 21037e889d user: jan.nijtmans tags: core-8-branch
10:07
merge core-8-6-branch (typo's) check-in: f939eeb6ed user: jan.nijtmans tags: core-8-branch
2018-01-16
08:40
merge core-8-branch check-in: 806c23cf3f user: jan.nijtmans tags: no-wideint
2018-01-15
11:41
merge core-8-branch check-in: 962da37427 user: jan.nijtmans tags: z_modifier
2018-01-12
16:30
merge core-8-branch Closed-Leaf check-in: cb3d9b77de user: jan.nijtmans tags: tip-485
11:18
merge core-8-branch check-in: 3451858e13 user: jan.nijtmans tags: trunk
2018-01-11
15:59
merge core-8-branch. Remove left-over debugging code. Test-case string-5.21 still fails. check-in: ad24e66451 user: jan.nijtmans tags: tip-389
15:45
merge core-8-6-branch check-in: a0d51b9a0e user: jan.nijtmans tags: core-8-branch
15:44
Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when Tcl is compiled with -D... check-in: 27a52735df user: jan.nijtmans tags: core-8-6-branch
2018-01-10
14:02
Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for TCL_UTF_MAX=3. We can d... check-in: a2c5eee57d user: jan.nijtmans tags: core-8-branch
2017-11-30
16:18
merge core-8-branch check-in: 3d9c34fb19 user: jan.nijtmans tags: tip-485

Changes to doc/Interp.3.

Changes to generic/tcl.decls.

Changes to generic/tcl.h.

Changes to generic/tclBasic.c.

Changes to generic/tclCmdAH.c.

Changes to generic/tclCmdMZ.c.

Changes to generic/tclDecls.h.

Changes to generic/tclEncoding.c.

Changes to generic/tclIOCmd.c.

Changes to generic/tclInt.decls.

Changes to generic/tclInt.h.

Changes to generic/tclIntDecls.h.

Changes to generic/tclIntPlatDecls.h.

Changes to generic/tclStubInit.c.

Changes to generic/tclTest.c.

Deleted tests/case.test.

Changes to tests/compExpr-old.test.

Changes to tests/compExpr.test.

Changes to tests/expr-old.test.

Changes to tests/expr.test.