Timeline
Not logged in

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

47 check-ins using file win/Makefile.in version 807f89bd48

2024-02-14
18:55
merge 8.6 check-in: 36cde7ef84 user: dgp tags: core-8-6-14-rc
18:54
There have been changes to the package opt. Bump to opt 0.4.9 check-in: e6f1f66334 user: dgp tags: core-8-6-branch
16:05
offsetof -> TclOffset check-in: b554b84d1a user: jan.nijtmans tags: core-8-6-branch
2024-02-09
14:20
merge 8.6 check-in: ac4e370218 user: dgp tags: core-8-6-14-rc
2024-02-08
16:11
Fix gcc 13.2.1 (Fedora 39.1) warning: Writing of 1 byte into a region of size 0 [-Wstringop-overflow... check-in: abece1f21f user: jan.nijtmans tags: core-8-6-branch
12:15
Backport Tcl_ObjPrintf "ll" (and "I32/64") from Tcl 8.7 (again) Closed-Leaf check-in: 139b450167 user: jan.nijtmans tags: rfe-2089279
08:45
ups, accidentally re-introduced an already fixed formatting error - corrected again now check-in: e22fa08272 user: Torsten tags: core-8-6-branch
08:34
(cherry-pick) Fixed wrongly placed punctuation in .QW macro of clock.n manual page check-in: 767777d044 user: Torsten tags: core-8-6-branch
2024-02-07
17:57
8.6 changes file finished from my side check-in: 45c1474547 user: oehhar tags: core-8-6-branch
17:51
merge 8.6 check-in: 7b0150e4bf user: dgp tags: rc0, core-8-6-14-rc
16:51
Update tests to accept new [history] implementation. check-in: 0626cd6ddf user: dgp tags: core-8-6-branch
13:03
Fix [8e666d7c95]: Redefining proc ::history locks the interpreter into a tight loop check-in: 3fe9d2e419 user: jan.nijtmans tags: core-8-6-branch
07:06
Continue with changes file check-in: b383fcfeed user: oehhar tags: core-8-6-branch
2024-02-06
16:39
Changes file by Brian, slightly edited. check-in: 4436519cc6 user: oehhar tags: core-8-6-branch
14:58
Fix [86b3c15f0c]: ::unknown has infinite recursion in a corner case check-in: 524d68410a user: jan.nijtmans tags: core-8-6-branch
14:57
\032 -> \x1A, since hex reads better than octal check-in: 3159cb3d34 user: jan.nijtmans tags: core-8-6-branch
14:49
\032 -> \x1A, since hex reads better than octal Closed-Leaf check-in: 96ef2e8079 user: jan.nijtmans tags: bug-86b3c15f0c
14:42
Slightly simpler check-in: 107361643b user: jan.nijtmans tags: bug-86b3c15f0c
14:16
Proposed fix for [86b3c15f0c]: ::unknown has infinite recursion in a corner case check-in: 13fc1a9f95 user: jan.nijtmans tags: bug-86b3c15f0c
13:32
Proposed fix for [8e666d7c95]: Redefining proc ::history locks the interpreter into a tight loop Closed-Leaf check-in: 02f90739a1 user: jan.nijtmans tags: bug-8e666d7c95
2024-02-05
18:02
Fix indenting check-in: 64110c20ee user: jan.nijtmans tags: core-8-6-branch
15:26
Fix [2089279]: StringObj.3 Tcl_ObjPrintf inaccuracies. Not only the documentation, also the behavior... check-in: 0e4c7187e7 user: jan.nijtmans tags: core-8-6-branch
2024-02-04
01:42
Update to tzdata 2024a check-in: 90e8a07b90 user: jan.nijtmans tags: core-8-6-branch
2024-02-01
09:08
Update Tcl_ObjPrintf() documentation. Make it more clear that C11 format specifiers are not supporte... check-in: 1c44f01fb6 user: jan.nijtmans tags: core-8-6-branch
2024-01-31
16:29
Backport Tcl_ObjPrintf "ll" (and "I32/64") from Tcl 8.7 check-in: c6795d89c8 user: jan.nijtmans tags: rfe-2089279
2024-01-29
14:10
closes [db4f2843cd]: fixes segfault by BO in ReadChars (and Tcl_ReadChars with append) check-in: 399b55fa05 user: sebres tags: core-8-6-branch
13:55
closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with append) caused by wrong buf... Closed-Leaf check-in: 37e659d589 user: sebres tags: fix-db4f2843cd
11:06
don't flush to use full buffer (otherwise the chunks were 4K anyway) check-in: 2dce470bdf user: sebres tags: fix-db4f2843cd
09:17
Update to zlib-1.3.1 check-in: 5cc374ab9c user: jan.nijtmans tags: core-8-6-branch
2024-01-27
11:51
Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1" check-in: 8f65470f72 user: jan.nijtmans tags: core-8-6-branch
2024-01-26
22:18
added channel regression tests (for read command) to illustrate bugs [db4f2843cd], [da16d15574] check-in: 492aaec521 user: sebres tags: fix-db4f2843cd
13:40
Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1" Closed-Leaf check-in: af214ab63b user: jan.nijtmans tags: bug-16e25e1402
13:37
Add testcases for library/word.tcl check-in: 33067443e8 user: jan.nijtmans tags: core-8-6-branch
2024-01-24
19:40
merge 8.6 check-in: 1904ee1442 user: dgp tags: core-8-6-14-rc
2024-01-23
08:35
Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as this is an internal feature check-in: 9ed281453b user: oehhar tags: core-8-6-branch
2024-01-22
22:30
Possible workaround for [db4f2843cd]. Would this help? Closed-Leaf check-in: 100933523c user: jan.nijtmans tags: bug-db4f2843cd
15:07
[db4f2843cd],[da16d15574]: revert Tcl_ReadChars fix, due to performance impact. check-in: 7a188dd1c9 user: oehhar tags: core-8-6-branch
14:26
Doc of Tcl_AppendToObj: Document NULL data argument behaviour and buffer growth optimization. check-in: 693e853bc6 user: oehhar tags: core-8-6-branch
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