Timeline
Not logged in

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

50 check-ins occurring around 2021-11-08 23:13:03.

2021-11-24
12:25
Merge 8.7 check-in: 204cce8989 user: jan.nijtmans tags: trunk, main
12:22
Merge 8.6 check-in: 11e5e80bf6 user: jan.nijtmans tags: core-8-branch
12:12
Add rule to generate manifest.uuid and tclUuid.h, if not present already. Not used yet check-in: c0a10670e5 user: jan.nijtmans tags: core-8-6-branch
2021-11-23
21:33
2 minor improvements: Make sure tclUuid.h ends with newline; Fallback "unknown" if neither GIT, nei... check-in: 869cb7fb94 user: jan.nijtmans tags: build-info
2021-11-19
17:29
Merge 8.7 check-in: 9571feeb2b user: jan.nijtmans tags: encodings-with-flags
17:28
Merge 8.7 check-in: c7b03fcf28 user: jan.nijtmans tags: build-info
2021-11-17
10:09
Merge 8.7 check-in: 9f8ff05a3f user: jan.nijtmans tags: trunk, main
10:08
Fix [46291ba24d]: win: install: bashism in Makefile.in check-in: 7f97316fe4 user: jan.nijtmans tags: core-8-branch
2021-11-16
16:59
Merge 8.7 check-in: 255d61cf29 user: jan.nijtmans tags: tip-609
09:00
Add "japanese" encoding. Fixes [5b5ba0aa0d]: macJapanese encoding is incomplete. (Turned out to be n... Closed-Leaf check-in: c26e3294a8 user: jan.nijtmans tags: rfe-5b5ba0aa0d
2021-11-15
08:51
Merge 8.6. TCL_UTF_MAX==3 means internal encoding is "ucs-2", not "utf-16" check-in: e7e0d6d121 user: jan.nijtmans tags: cygwin
2021-11-13
09:09
Add Tcl_ObjTypeVersion(), fix memory errors in integer list functions, adjust lset.test so that objI... check-in: 1419fa5658 user: pooryorick tags: pyk-objinterface
2021-11-12
21:30
Merge 8.7 check-in: 9b2600654d user: jan.nijtmans tags: trunk, main
21:29
Starting with 8.7, don't bother Cygwin32 any more. Only Cygwin64 will be supported. check-in: addc3c39d8 user: jan.nijtmans tags: core-8-branch
2021-11-11
16:16
(cherry-pck): Fix -fno-lto determination/add --enable-auto-image-base option to windows build (when ... check-in: 57849e8e77 user: jan.nijtmans tags: cygwin
16:14
Merge 8.7 check-in: c4c4a5a405 user: jan.nijtmans tags: trunk, main
16:13
Merge 8.6 check-in: 11179c8d17 user: jan.nijtmans tags: core-8-branch
16:12
Fix -fno-lto determination/add --enable-auto-image-base option to windows build (when available) check-in: 993edf2e64 user: jan.nijtmans tags: core-8-6-branch
2021-11-10
08:24
Merge 8.7 check-in: 0ac84b1c6b user: jan.nijtmans tags: build-info
08:23
Merge 8.7 check-in: bf93dd518b user: jan.nijtmans tags: trunk, main
2021-11-09
15:50
Merge 8.6 check-in: 98c5561b52 user: jan.nijtmans tags: core-8-branch
15:10
testcase/install fix check-in: 2e219577fb user: jan.nijtmans tags: cygwin
11:28
Use octal permissions in testcases check-in: ec77a399b1 user: jan.nijtmans tags: core-8-6-branch
10:37
Rename (back) library/registry -> library/reg check-in: 92dedda243 user: jan.nijtmans tags: cygwin
2021-11-08
23:13
Merge 8.7 check-in: b52fe067d5 user: jan.nijtmans tags: encodings-with-flags
23:11
Merge 8.7 check-in: 9c459140af user: jan.nijtmans tags: build-info
23:08
Merge 8.6.12 check-in: 0c8ae089ab user: jan.nijtmans tags: cygwin
14:06
Merge 8.7 check-in: 883a44b7b3 user: jan.nijtmans tags: trunk, main
14:03
Merge 8.6. Some http:// -> https:// check-in: 48883dadfa user: jan.nijtmans tags: core-8-branch
14:02
mingw-w64 website changed check-in: e372c416cc user: jan.nijtmans tags: core-8-6-branch
13:50
Merge 8.7 check-in: d528869521 user: jan.nijtmans tags: trunk, main
13:43
Make "changes" file chronological (again) check-in: 1fb5e666dc user: jan.nijtmans tags: core-8-branch
10:19
Doc fix for Tcl_GetIntForIndex() check-in: 9de41aac2c user: jan.nijtmans tags: trunk, main
00:37
merge trunk check-in: be717d2e78 user: dgp tags: dgp-refactor
00:36
merge trunk check-in: a8f8079f5e user: dgp tags: novem
00:30
merge 8.7 check-in: d93a28a96e user: dgp tags: dgp-review
00:29
merge 8.7 check-in: e112827f6c user: dgp tags: trunk, main
00:06
[9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters with the non-allocated empty st... check-in: e7511df3a1 user: dgp tags: core-8-branch
2021-11-07
22:39
Update and clarify usage of the TclInitStringRep macro. check-in: 7522602be7 user: dgp tags: core-8-branch
21:46
merge fork check-in: 73a05c2fe2 user: dgp tags: trunk, main
21:44
Implementation of TIP 568 merged to trunk. check-in: 80e710ae0e user: dgp tags: trunk, main
21:43
Merge 8.7 check-in: 85d6dbd40e user: jan.nijtmans tags: trunk, main
21:42
Merge 8.6 check-in: 5d8dcf16a6 user: jan.nijtmans tags: core-8-branch
21:34
Document the flexibility of numBytesPtr to point to int or size_t space. Closed-Leaf check-in: 6a75233974 user: dgp tags: dgp-properbytearray
21:34
Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone variable checks check-in: 185912afea user: jan.nijtmans tags: core-8-6-branch
20:40
merge mark check-in: e0c98ad969 user: dgp tags: trunk, main
20:39
Document the freedom to provide space of either type int or size_t. check-in: fceda03ccf user: dgp tags: core-8-branch
19:18
The TIP 481 machinery compels all callers to add typecasting to their NULL arguments, which is quite... Leaf check-in: bc2db39234 user: dgp tags: dgp-481-null-casting
14:52
Dodge a few macro games. check-in: 0e4cc79075 user: dgp tags: dgp-properbytearray
04:25
Updates to TIP 568 implementation for Tcl 9: Use the argument numBytes instead of length. Update the... check-in: abf6532314 user: dgp tags: dgp-properbytearray