Tcl Source Code

Changes On Branch tip-688
Login

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

Changes In Branch tip-688 Excluding Merge-Ins

This is equivalent to a diff from d9cb25195d to 12d00c9a0b

2024-04-01
18:36
TIP 688: clock command revision and speedup check-in: 7137ea11e9 user: jan.nijtmans tags: core-8-branch
2024-03-26
17:46
experimental: illustration for lazy clock initialization and auto-load on demand. check-in: b5c0377c7b user: sebres tags: sebres-experimental-tip-688-auto-load
17:37
added missing test coverage for clock ensemble in safe-interpreter (shared from parent interpreter) Closed-Leaf check-in: 12d00c9a0b user: sebres tags: tip-688
2024-03-25
20:22
fixes mem-leak introduced in [06b7ba18bdd9c2c3] (move of configure to unsupported) check-in: c151959ad5 user: sebres tags: tip-688
2024-03-24
17:55
Merge 9.0. Please don't use "register" keyword check-in: 02e9f2e438 user: jan.nijtmans tags: tip-688
16:27
Change Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx to ignore START/END flags as stated... check-in: 4afcab0cc2 user: apnadkarni tags: trunk, main
00:05
A new test constraint, "bigmem", configurable via the environment variable TCL_TESTCONSTRAINT_BIGMEM... check-in: d9cb25195d user: pooryorick tags: trunk, main
2024-03-23
23:34
A new test constraint, "bigmem", configurable via the environment variable TCL_TESTCONSTRAINT_BIGMEM... Closed-Leaf check-in: 6c9845f46a user: pooryorick tags: testconstraint-bigmem
22:32
Merge 8.7 check-in: 86f7c77cc1 user: jan.nijtmans tags: trunk, main

Changes to doc/clock.n.

Changes to generic/tclClock.c.

Added generic/tclClockFmt.c.

Changes to generic/tclDate.c.

Added generic/tclDate.h.

Changes to generic/tclDictObj.c.

Changes to generic/tclGetDate.y.

Changes to generic/tclInt.h.

Added generic/tclStrIdxTree.c.

Added generic/tclStrIdxTree.h.

Changes to library/clock.tcl.

Changes to library/init.tcl.

Changes to library/tclIndex.

Changes to tests-perf/clock.perf.tcl.

Added tests/clock-ivm.test.

Changes to tests/clock.test.

Changes to unix/Makefile.in.

Changes to win/Makefile.in.

Changes to win/makefile.vc.