Tcl Source Code

Changes On Branch tip-488
Login

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

Changes In Branch tip-488 Excluding Merge-Ins

This is equivalent to a diff from e247a8da3a to 421523d6cd

2017-12-15
15:02
Merge TIP #488 implementation. Some clean-up in tommath implementation (remove internal stub entrie... check-in: 70302ff935 user: jan.nijtmans tags: trunk
2017-12-01
13:53
merge core-8-branch. Various cleanup: unused structure names, unused #defines. Change some "epoch"-r... check-in: 6af217e68c user: jan.nijtmans tags: trunk
12:24
remove many test-cases related to tcl_precision Closed-Leaf check-in: 421523d6cd user: jan.nijtmans tags: tip-488
11:55
TIP 488: Remove tcl_precision check-in: f4efe03192 user: jan.nijtmans tags: tip-488
11:03
Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functions are actually macro'... check-in: e247a8da3a user: jan.nijtmans tags: trunk
10:38
Simpler solution for Itcl 3.4 build (compatibilty) problem. Thanks to Don Porter for bringing this t... check-in: ec1f14bb50 user: jan.nijtmans tags: core-8-branch
2017-11-30
17:29
merge 8.7 check-in: f625f52639 user: dgp tags: trunk

Changes to doc/PrintDbl.3.

Changes to doc/tclvars.n.

Changes to generic/tcl.h.

Changes to generic/tclBasic.c.

Changes to generic/tclInt.decls.

Changes to generic/tclIntDecls.h.

Changes to generic/tclObj.c.

Changes to generic/tclStrToD.c.

Changes to generic/tclStubInit.c.

Changes to generic/tclUtil.c.

Changes to tests/basic.test.

Changes to tests/util.test.