Timeline
Not logged in

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

50 check-ins occurring around 2019-09-20 21:21:51.

2019-09-26
12:14
Merge 8.6 check-in: a76a83b81d user: jan.nijtmans tags: implicit-unicode
2019-09-25
20:02
merge-point check-in: ec69ffe714 user: sebres tags: core-8-6-branch
20:01
cherry-pick [f5b6b83de7] - namespace.test: add missing clean-up (allow repetition of test within -si... check-in: f6c1603d5f user: sebres tags: core-8-5-branch
15:06
Merge 8.7 check-in: 63d2673623 user: jan.nijtmans tags: cplusplus
15:03
merge 8.7 check-in: fff4f69131 user: dgp tags: core-8-7-a3-rc
15:03
merge 8.6 check-in: 7411148577 user: dgp tags: core-8-6-10-rc
14:56
merge trunk check-in: 2bcb5ad762 user: dgp tags: dgp-properbytearray
14:56
merge trunk check-in: 491a418fae user: dgp tags: dgp-refactor
14:55
merge trunk check-in: 5dc1576729 user: dgp tags: novem
13:42
Merge 8.7 check-in: be233f3e67 user: jan.nijtmans tags: utf-max
13:18
Merge trunk check-in: a9e0c25386 user: jan.nijtmans tags: tip-497
13:17
Merge 8.7 check-in: 6b7a54bd17 user: jan.nijtmans tags: trunk
13:14
Merge 8.6 check-in: c88529bbda user: jan.nijtmans tags: core-8-branch
13:07
Merge 8.5 check-in: 24259e5f48 user: jan.nijtmans tags: core-8-6-branch
12:18
Fix failing test-case iocmd-21.20 on Travis check-in: 60cdc7b780 user: jan.nijtmans tags: core-8-5-branch
12:17
Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC) check-in: a6c18b1397 user: jan.nijtmans tags: core-8-5-branch
11:54
(cherry-pick): Update TZ info to tzdata2019c. check-in: 0bcd8bc1db user: jan.nijtmans tags: core-8-5-branch
11:51
Make Tcl_WinUtfToTChar/Tcl_WinTCharToUtf really deprecate in 9.0 (now that no battery-extensions use... check-in: 04e3169b00 user: jan.nijtmans tags: trunk
2019-09-24
20:01
namespace.test: add missing clean-up (allow repetition of test within -singleproc 1) check-in: f5b6b83de7 user: sebres tags: core-8-6-branch
2019-09-21
23:32
Fix quoting in .travis.yml, add x86 variant of configure/make/cl Remove crosscompile for windows on ... Closed-Leaf check-in: 7fc526d0e5 user: jan.nijtmans tags: travis-win32-with-make
2019-09-20
21:49
Merge 8.5 check-in: b6de837aef user: jan.nijtmans tags: travis-win32-with-make
21:38
Merge 8.6 check-in: 401f1b7597 user: jan.nijtmans tags: implicit-unicode
21:37
Merge trunk check-in: 2cb008e81f user: jan.nijtmans tags: tip-497
21:28
merge-mark check-in: 1a0db3fd7a user: jan.nijtmans tags: cplusplus
21:21
Merge trunk check-in: dee82069df user: jan.nijtmans tags: novem
21:21
Merge 8.7 check-in: ed4252bf0d user: jan.nijtmans tags: trunk
21:20
Merge 8.6 check-in: eb2dd45bdd user: jan.nijtmans tags: core-8-branch
21:01
Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them because they are not used in ... check-in: b23280452f user: jan.nijtmans tags: core-8-6-branch
15:07
Merge trunk check-in: 0f512d30be user: jan.nijtmans tags: tip-497
15:04
Merge 8.7 check-in: 80cbcac508 user: jan.nijtmans tags: trunk
15:03
Merge 8.6 check-in: 6ecfaf33ad user: jan.nijtmans tags: core-8-branch
15:02
Modify registry/dde such that they no longer need to be compiled with -DUNICODE. Also no longer use ... check-in: 5336402800 user: jan.nijtmans tags: core-8-6-branch
14:59
Modify registry/dde such that they no longer need to be compiled with -DUNICODE. Also no longer use ... check-in: 5f447ebfff user: jan.nijtmans tags: core-8-5-branch
13:53
More Win32 API impovals. check-in: 3cd1f252bf user: jan.nijtmans tags: cplusplus
13:28
merge 8.7 check-in: b777bc8e54 user: dgp tags: core-8-7-a3-rc
13:28
merge 8.6 check-in: fce1012c3c user: dgp tags: core-8-6-10-rc
13:21
merge trunk check-in: 910dbafdea user: dgp tags: dgp-refactor
13:21
merge trunk check-in: de7eff460b user: dgp tags: dgp-properbytearray
13:21
merge trunk check-in: 4122aac8c8 user: dgp tags: novem
2019-09-19
18:27
Merge 8.7 check-in: f6491a4282 user: jan.nijtmans tags: cplusplus
15:42
Merge trunk check-in: 5f66753d5b user: jan.nijtmans tags: tip-497
15:36
Merge 8.7 check-in: 8c85c9ded5 user: jan.nijtmans tags: trunk
15:24
Merge 8.6 check-in: 6b92f77a0a user: jan.nijtmans tags: core-8-branch
15:09
Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. check-in: 32a99a2e90 user: jan.nijtmans tags: core-8-6-branch
11:36
Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and cat32 on Windows) check-in: 31d001f4a3 user: jan.nijtmans tags: implicit-unicode
07:44
Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without -DUNICODE) check-in: d43bb90300 user: jan.nijtmans tags: core-8-branch
2019-09-18
22:58
all.tcl: replacement for exit, if calling direct only (avoid rewrite exit if it is inlined or intera... check-in: 55d7513bf9 user: sebres tags: core-8-6-branch
22:43
TEBC: avoid error "unitialized variable" if called in debug mode (or with analysis tools) - objv = N... check-in: c49d451947 user: sebres tags: core-8-6-branch
16:31
merge 8.7 check-in: 714a17e947 user: dgp tags: core-8-7-a3-rc
16:31
merge 8.6 check-in: 8ce359ef30 user: dgp tags: core-8-6-10-rc