Tcl Source Code

Changes On Branch tip-656
Login

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

Changes In Branch tip-656 Excluding Merge-Ins

This is equivalent to a diff from 8dc5e620ee to e5d17446a3

2023-03-18
03:18
TIP 656 accepted check-in: a3adc130e6 user: apnadkarni tags: core-8-branch
02:36
Merge 8.7 Closed-Leaf check-in: e5d17446a3 user: apnadkarni tags: tip-656
2023-03-17
20:10
Few more arm64e -> arm64 check-in: bca49699d5 user: jan.nijtmans tags: core-8-branch
19:43
Merge 8.7 check-in: 1067a14b93 user: jan.nijtmans tags: tip-656
2023-02-14
11:39
Fix uniqueness parsing fconfigure -encoding / -encodingprofile options check-in: 66074c9b6d user: apnadkarni tags: tip-656
11:37
Bug [bd1a60eb9c]. Eliminate TCL_ENCODING_UTF. Closed-Leaf check-in: 8dc5e620ee user: apnadkarni tags: apn-encoding-profile
2023-02-12
17:34
Tentative fix for [bd1a60eb9] - surrogates in strict utf-8 check-in: ea2d05b48b user: apnadkarni tags: apn-encoding-profile

Changes to .github/workflows/mac-build.yml.

Changes to .github/workflows/onefiledist.yml.

Changes to doc/Tcl.n.

Changes to generic/tcl.decls.

Changes to generic/tcl.h.

Changes to generic/tclCmdAH.c.

Changes to generic/tclDecls.h.

Changes to generic/tclEncoding.c.

Changes to generic/tclIO.c.

Changes to generic/tclIO.h.

Changes to generic/tclIOCmd.c.

Changes to generic/tclIORChan.c.

Changes to generic/tclInt.h.

Changes to generic/tclStringObj.c.

Changes to generic/tclTest.c.

Changes to generic/tclTestObj.c.

Changes to generic/tclZlib.c.

Changes to library/encoding/ascii.enc.

Changes to library/encoding/big5.enc.

Changes to library/encoding/cp1250.enc.

Changes to library/encoding/cp1251.enc.

Changes to library/encoding/cp1252.enc.

Changes to library/encoding/cp1253.enc.

Changes to library/encoding/cp1254.enc.

Changes to library/encoding/cp1255.enc.

Changes to library/encoding/cp1257.enc.

Changes to library/encoding/cp1258.enc.

Changes to library/encoding/cp864.enc.

Changes to library/encoding/cp869.enc.

Changes to library/encoding/cp874.enc.

Changes to library/encoding/cp932.enc.

Changes to library/encoding/cp949.enc.

Changes to library/encoding/cp950.enc.

Changes to library/encoding/dingbats.enc.

Changes to library/encoding/ebcdic.enc.

Changes to library/encoding/euc-cn.enc.

Changes to library/encoding/euc-jp.enc.

Changes to library/encoding/euc-kr.enc.

Changes to library/encoding/gb1988.enc.

Changes to library/encoding/jis0201.enc.

Changes to library/encoding/macDingbats.enc.

Changes to library/encoding/macJapan.enc.

Changes to library/encoding/shiftjis.enc.

Changes to library/encoding/symbol.enc.

Changes to library/encoding/tis-620.enc.

Changes to library/manifest.txt.

Changes to library/tcltest/pkgIndex.tcl.

Changes to library/tcltest/tcltest.tcl.

Changes to macosx/README.

Changes to macosx/Tcl.xcodeproj/project.pbxproj.

Changes to tests/basic.test.

Changes to tests/chanio.test.

Changes to tests/cmdAH.test.

Changes to tests/dstring.test.

Changes to tests/encoding.test.

Added tests/encodingVectors.tcl.

Changes to tests/fCmd.test.

Changes to tests/fileSystem.test.

Added tests/icuUcmTests.tcl.

Changes to tests/io.test.

Changes to tests/ioCmd.test.

Changes to tests/ioTrans.test.

Changes to tests/safe.test.

Changes to tests/stringObj.test.

Changes to tests/tcltest.test.

Changes to tests/unixFCmd.test.

Added tests/utfext.test.

Changes to tests/winConsole.test.

Changes to tests/winFCmd.test.

Changes to tests/winTime.test.

Changes to tests/zlib.test.

Changes to tools/encoding/Makefile.

Changes to tools/encoding/txt2enc.c.

Added tools/ucm2tests.tcl.

Added tools/valgrind_check_success.

Changes to tools/valgrind_suppress.

Changes to unix/Makefile.in.

Changes to unix/configure.

Changes to unix/tcl.m4.

Changes to unix/tclConfig.h.in.

Changes to unix/tclUnixSock.c.

Changes to win/Makefile.in.

Changes to win/tclWin32Dll.c.

Changes to win/tclWinChan.c.

Changes to win/tclWinFile.c.

Changes to win/tclWinPanic.c.

Changes to win/tclWinTest.c.