Timeline
Not logged in

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

50 events by user jan.nijtmans occurring around 2020-02-28 12:58:54.

2020-03-04
16:16
Some more gcc(-9) warnings check-in: 05722b9512 user: jan.nijtmans tags: core-8-6-branch
16:08
Merge trunk. Should build with C++ now. check-in: a2f95dacf5 user: jan.nijtmans tags: dgp-refactor
15:56
Merge 8.7 check-in: 96a97069de user: jan.nijtmans tags: trunk
15:55
Merge 8.6 check-in: 67d6f07392 user: jan.nijtmans tags: core-8-branch
15:52
Fix some gcc(-9) warnings caused by -Wcast-function-type check-in: e1d75d2c24 user: jan.nijtmans tags: core-8-6-branch
14:33
Merge 8.7. Remove documentation and typedefs related to old channel types. check-in: d5bc305ad2 user: jan.nijtmans tags: trunk
13:59
Merge 8.6 check-in: 6448bcf19b user: jan.nijtmans tags: core-8-branch
13:42
Implement WideSeekProc() for all channels which have a SeekProc(). Implement Close2Proc() for all ch... check-in: 3a5bf9c4ee user: jan.nijtmans tags: core-8-6-branch
2020-03-02
15:27
Merge 8.7 check-in: 0fea9fa076 user: jan.nijtmans tags: strict-index-2
11:31
merge-mark check-in: 3f66b4d01a user: jan.nijtmans tags: trunk
11:30
Don't generate "deprecated" warning for Tcl_Close(), since only the stub entry is deprecated. Will b... check-in: 7aed6fc982 user: jan.nijtmans tags: core-8-branch
2020-03-01
12:45
Merge 8.7 check-in: e9ae457338 user: jan.nijtmans tags: strict-index-2
12:41
Merge trunk check-in: eea7459a90 user: jan.nijtmans tags: dgp-properbytearray
12:35
re-generate configure script (option -Wc++-compat was still missing) check-in: 137fe23376 user: jan.nijtmans tags: trunk
12:26
Finish C++-compat (TIP #557) for this branch check-in: b1634d0c03 user: jan.nijtmans tags: dgp-refactor
2020-02-29
22:21
Merge trunk. UNEXEC some files. Fix a few C++-isms check-in: d3e4fb30e0 user: jan.nijtmans tags: dgp-refactor
21:44
Merge 8.7 check-in: 19c3a507f7 user: jan.nijtmans tags: trunk
21:42
Better error-message in case of "index out of range", mentioning the actual index which was out of r... check-in: 4e078fe8e9 user: jan.nijtmans tags: core-8-branch
21:10
Fix test-cases (different error-message only) check-in: a6fd474a72 user: jan.nijtmans tags: strict-index-2
2020-02-28
16:07
(experiment). How about making Tcl_GetIntForIndex() error-out when the index cannot be valid. E.g. "... check-in: 66c472a68c user: jan.nijtmans tags: strict-index-2
14:24
Merge-mark check-in: 62827d7848 user: jan.nijtmans tags: trunk
14:23
Minor TIP #562 fix: Missing #endif, results in (harmless) compiler warning when compiling with -DTCL... check-in: a652425f5d user: jan.nijtmans tags: core-8-branch
14:07
Merge 8.7 check-in: 0d3f9515c0 user: jan.nijtmans tags: trunk
13:13
Implement TIP #562: Deprecate channel types 1-4 check-in: 74755e2555 user: jan.nijtmans tags: core-8-branch
12:58
Implement TIP #497: Full support for Unicode planes 1-16. check-in: f39bca856e user: jan.nijtmans tags: trunk
12:46
Merge 8.7 check-in: b7af922d61 user: jan.nijtmans tags: trunk
12:06
Implement TIP #557: C++ support for Tcl check-in: c4a27f443c user: jan.nijtmans tags: core-8-branch
2020-02-27
10:12
Clamp Tcl_GetIntForIndex() functions to never return values smaller than -1 or bigger than end + 1. check-in: 225cb7cb62 user: jan.nijtmans tags: strict-index-experiment
2020-02-26
14:16
Merge 8.7 check-in: 9173aa6450 user: jan.nijtmans tags: trunk
14:05
Merge 8.6 check-in: 0346bb5441 user: jan.nijtmans tags: core-8-branch
13:45
Resolve a number of shadowed variables (discovered by compiling with -Wshadow) check-in: da6af8065b user: jan.nijtmans tags: core-8-6-branch
10:58
Merge 8.7 Closed-Leaf check-in: cfcbd55aba user: jan.nijtmans tags: cplusplus
08:14
Merge 8.7 check-in: 4dc9a5cea0 user: jan.nijtmans tags: trunk
08:04
Merge 8.6 check-in: f5bc93143d user: jan.nijtmans tags: core-8-branch
07:58
Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 Make tclWinReg.c compilable with C++ com... check-in: cc5c355ced user: jan.nijtmans tags: core-8-6-branch
07:51
Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 Make tclWinReg.c compilable with C++ com... check-in: e6b6065b18 user: jan.nijtmans tags: core-8-5-branch
2020-02-24
13:16
merge-mark check-in: 99fd9a37cb user: jan.nijtmans tags: core-8-6-branch
13:07
Correct ANSI prototype of TclNokia770Doubles() check-in: ad38aa6d50 user: jan.nijtmans tags: core-8-5-branch
12:19
Merge 8.7 check-in: 62e1651518 user: jan.nijtmans tags: trunk
12:18
Merge 8.6 check-in: 1d3f5159be user: jan.nijtmans tags: core-8-branch
12:01
Merge 8.5 check-in: 9e3386f9e9 user: jan.nijtmans tags: core-8-6-branch
11:07
Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. check-in: 33e24cc198 user: jan.nijtmans tags: core-8-5-branch
2020-02-21
09:30 Pending ticket [da235271f1]: info hostname on Windows is limited to max NetBIOS name length plus 4 other changes artifact: b586dae029 user: jan.nijtmans
09:25
Fix [da235271f1]: [info hostname] on Windows is limited to max NetBIOS name length check-in: 632704e948 user: jan.nijtmans tags: core-8-6-branch
08:55
Merge 8.7 check-in: a59efb5d99 user: jan.nijtmans tags: trunk
08:52
Merge 8.6 check-in: 10d8a95829 user: jan.nijtmans tags: core-8-branch
08:46
Restore compatibility with older (mingw) Makefiles. Fix for [4b5deacc70]: undefined reference to `Tc... check-in: 47319a4a05 user: jan.nijtmans tags: core-8-6-branch
2020-02-19
20:18
Merge 8.7 (this makes Travis build pass again) check-in: 8a48c3a5d0 user: jan.nijtmans tags: dgp-review
10:31
Handle endValue < -1. Improve documentation of new behavior. Leaf check-in: 69c8d35a07 user: jan.nijtmans tags: lset-index
2020-02-18
12:32
Handle invalid "lset" arguments better. Restrict Tcl_GetIntForIndex() index results between -1 (nega... check-in: 0245735b8a user: jan.nijtmans tags: lset-index