Timeline
Not logged in

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

29 check-ins using file doc/StringObj.3 version 9f3e006898

2024-01-21
16:26
Optimize Tcl_UniCharIsControl(). Don't worry about range >= U+F0000, that's for TCL_UTF_MAX>3, which... check-in: 8e673f54d3 user: jan.nijtmans tags: core-8-6-branch
2024-01-17
16:31
TCL_RELEASE_SERIAL (in tcl.h) and unix/tcl.spec should be updated too check-in: fa0935cd8b user: jan.nijtmans tags: core-8-6-14-rc
2024-01-16
01:05
Bump to 8.6.14 for release check-in: 814b28c5aa user: griffin tags: core-8-6-14-rc
2024-01-15
19:22
Fix non-existing function names in test titles check-in: 4d3ac2c87e user: jan.nijtmans tags: core-8-6-branch
2024-01-13
22:24
Fix wrongly-placed braces (noted by AKU, thanks!). Also '==' -> 'eq' in expression. check-in: 8a48d91eb8 user: jan.nijtmans tags: core-8-6-branch
2024-01-12
11:31
Update the pkga.c/pkgua.c examples, making sure there's no misunderstanding that Tcl_UtfNcmp() expec... check-in: da7865389c user: jan.nijtmans tags: core-8-6-branch
2024-01-11
09:33
Ticket [fd27add6]: doc change of Tcl_PkgRequire & friends: version string specification refers to "p... check-in: d55e661b7f user: oehhar tags: core-8-6-branch
2024-01-09
12:02
Optimize use of $fullutf variable check-in: ceaac40e80 user: jan.nijtmans tags: core-8-6-branch
10:32
Backport tcltest 2.5.6 from Tcl9.0b1 check-in: f928d9d95a user: jan.nijtmans tags: core-8-6-branch
09:11
Use "info exists" to test for Tk presence check-in: be707b4072 user: jan.nijtmans tags: core-8-6-branch
2024-01-08
13:16
(cygwin-only): Add (void *) typecast, preventing coompiler warnings in some situations check-in: d7eec46e0c user: jan.nijtmans tags: core-8-6-branch
2024-01-06
17:09
Correction in documentation embedded in rules.vc check-in: 970a486210 user: jan.nijtmans tags: core-8-6-branch
2024-01-05
22:50
Handle README -> README.md change in tcltk-man2html.tcl check-in: 22756a5ee2 user: jan.nijtmans tags: core-8-6-branch
13:49
Only run "loaddll" testcases in non-static builds check-in: 4cfe254766 user: jan.nijtmans tags: core-8-6-branch
09:46
Tcl_UtfNCmp -> Tcl_UtfNcmp check-in: 478c6f5425 user: jan.nijtmans tags: core-8-6-branch
2024-01-04
17:35
Add a lot of timeouts to GITHUB builds. Backported from 8.7 check-in: 783c7fa9cd user: jan.nijtmans tags: core-8-6-branch
16:06
Fix [https://core.tcl-lang.org/tk/info/1ca3c8d9da|1ca3c8d9da]: nmake build with OPTS=static check-in: 77a9677242 user: jan.nijtmans tags: core-8-6-branch
15:38
There's no need to give tcltest.exe it's own maniifest. Give tcltest.exe a version-number (as tclsh) check-in: 560897f1c5 user: jan.nijtmans tags: core-8-6-branch
12:42
Make _VC_MANIFEST_EMBED_EXE function work for tclsh.exe/tcltest.exe check-in: 38b96d3e88 user: jan.nijtmans tags: core-8-6-branch
12:22
Add generation of tcltest.res for tcltest.exe, which should function the same as tclsh.exe check-in: 5ac8cdeea9 user: jan.nijtmans tags: core-8-6-branch
11:47
Sync *.yml changes with Tk. Add OPTS=static,staticpkg Windows build check-in: a2d5d468aa user: jan.nijtmans tags: core-8-6-branch
2023-12-30
23:59
(cherry-pick) Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless absolutely necessary. Close... check-in: 81c13398d0 user: jan.nijtmans tags: core-8-6-branch
2023-12-29
16:26
Fix incorrect TclUtfNcasecmp() usage (since len is in bytes, not characters here) check-in: 476d684fc2 user: jan.nijtmans tags: core-8-6-branch
2023-12-27
23:10
Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect type check-in: b88c726919 user: jan.nijtmans tags: core-8-6-branch
2023-12-24
12:41
update to TZDATA 2023d check-in: e8af1c190d user: jan.nijtmans tags: core-8-6-branch
2023-12-18
14:34
Restore [removeFile script]. It is needed in this branch. check-in: 45315c930a user: dgp tags: core-8-6-branch
2023-12-15
22:05
(cherry-pick) test suite debugging check-in: fd0286b7b4 user: jan.nijtmans tags: core-8-6-branch
2023-12-09
17:53
Try "sudo apt-get update" first check-in: 7e8eafb783 user: jan.nijtmans tags: core-8-6-branch
2023-12-08
15:20
Use "(char *)NULL" as sentinel in documentation. See: [26870862f0] check-in: 4e8d7db3a5 user: jan.nijtmans tags: core-8-6-branch