Tcl Source Code

Changes On Branch tip-619
Login

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

Changes In Branch tip-619 Excluding Merge-Ins

This is equivalent to a diff from ccbe007452 to 631cce8656

2022-07-04
11:21
TIP #619: New TCL_COMBINE flag for Tcl_UniCharToUtf() check-in: 3bb6f6602c user: jan.nijtmans tags: trunk, main
2022-06-10
20:24
Merge 8.7 check-in: 8c31c163af user: jan.nijtmans tags: trunk, main
13:45
Provide help with solving merge conflicts ;-) check-in: 71597277a7 user: jan.nijtmans tags: dgp-refactor
2022-06-09
20:25
Merge 9.0 Closed-Leaf check-in: 631cce8656 user: jan.nijtmans tags: tip-619
16:31
Merge 9.0 check-in: 475b98506a user: jan.nijtmans tags: tip-626
13:45
Internal bug in Tcl_GetIndexFromObjStruct re-definition (works, as long as sizeof(struct) == sizeof(... check-in: ccbe007452 user: jan.nijtmans tags: trunk, main
07:03
More (internal) int -> size_t, allowing values > 2^31 check-in: 5d828b481d user: jan.nijtmans tags: trunk, main
2022-05-19
15:05
Merge 9.0 check-in: 60d39427c4 user: jan.nijtmans tags: tip-619

Changes to doc/Utf.3.

Changes to generic/tcl.h.

Changes to generic/tclCmdMZ.c.

Changes to generic/tclDecls.h.

Changes to generic/tclEncoding.c.

Changes to generic/tclExecute.c.

Changes to generic/tclParse.c.

Changes to generic/tclStringObj.c.

Changes to generic/tclUtf.c.

Changes to tests/encoding.test.

Changes to tests/string.test.

Changes to tests/utf.test.