Timeline
Not logged in

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

50 events by user jan.nijtmans occurring around 2020-06-12 14:11:32.

2020-06-21
15:42
Clearify documentation regarding [a7c1c2c7e5] check-in: 61a0475861 user: jan.nijtmans tags: core-8-6-branch
2020-06-20
23:20
More "nodep" testcases check-in: 6386326c75 user: jan.nijtmans tags: strict-index-experiment
2020-06-19
14:20
Fix tcl_startOfPreviousWord when $start eq "none" check-in: 7a1abd50a5 user: jan.nijtmans tags: strict-index-experiment
11:23
Fix some test-cases check-in: d2b924cb6c user: jan.nijtmans tags: strict-index-experiment
10:29
merge-mark check-in: 9766ceb7db user: jan.nijtmans tags: core-8-branch
10:27
sync zlib's crypt.h with version in Tcl 8.7 check-in: ed98c16eab user: jan.nijtmans tags: core-8-6-branch
09:53 Ticket [b179286248] tclZipfs.c Build Error on CentOS 6 status still Open with 5 other changes artifact: f43a560a14 user: jan.nijtmans
09:48
Suggested fix for [b179286248]: tclZipfs.c Build Error on CentOS 6 Closed-Leaf check-in: 0e3a851a75 user: jan.nijtmans tags: bug-b179286248
09:34
Make tclStringClassTable a little bit smaller, and save a pointer access when accessing the name of ... check-in: 1ceb0885f4 user: jan.nijtmans tags: core-8-branch
2020-06-18
13:49
With -DTCL_NO_DEPRECATED use empty string as "nothing found" on more places. Experimental. check-in: 927afdb9df user: jan.nijtmans tags: strict-index-experiment
13:12
Fix a few testcases check-in: 8a7054b686 user: jan.nijtmans tags: strict-index-experiment
12:47
Use more "string is none" in testcases in stead of directly comparing with -1 check-in: 58ebbfcc7e user: jan.nijtmans tags: strict-index-experiment
09:31
msgcat: Don't use "string first/last" check-in: 64f9fb3f9a user: jan.nijtmans tags: strict-index-experiment
2020-06-17
10:57
when compiled with -DTCL_NO_DEPRECATED, be as strict in compiled functions as in non-compiled ones check-in: 1b2b92844f user: jan.nijtmans tags: strict-index-experiment
2020-06-16
16:41
Merge 8.7 check-in: 04bb16f1d9 user: jan.nijtmans tags: strict-index-experiment
12:43
Merge 8.7 check-in: 6deef9f426 user: jan.nijtmans tags: trunk
12:24
Make Tcl_GetIntForIndex() do reasonable things when endValue < -1 and when indexPtr == NULL. check-in: aed31dfc6d user: jan.nijtmans tags: core-8-branch
2020-06-15
14:14
Added DEPRECATED comment in tclConfig.sh.in (both UNIX and win32) Closed-Leaf check-in: a1ba9f2960 user: jan.nijtmans tags: death-to-dbgx
12:44
Merge 8.7 check-in: e98ba58f38 user: jan.nijtmans tags: strict-index-experiment
12:43
Merge 8.7 check-in: 6668ee34e6 user: jan.nijtmans tags: death-to-dbgx
2020-06-12
14:56
Merge 8.7 check-in: 77245e9add user: jan.nijtmans tags: trunk
14:49
Merge 8.6 check-in: 162c548406 user: jan.nijtmans tags: core-8-branch
14:44
rules.vc: No need to redefine values which are already the default. tclWinPort.h: Fix comment check-in: 9cde493d0c user: jan.nijtmans tags: core-8-6-branch
14:15
Merge 8.7 check-in: 9f1ae45430 user: jan.nijtmans tags: trunk
14:11
Merge 8.6 check-in: a065756d61 user: jan.nijtmans tags: core-8-branch
12:56
rules.vc: No need to redefine values which are already the default. tclWinPort.h: Fix comment check-in: 0fdd7b2e3b user: jan.nijtmans tags: core-8-branch
11:54
Let Tcl_GetIntForIndex() handle negative "endValue" values more reasonable. Needed for Tk's "string-... check-in: 5c10bdc61d user: jan.nijtmans tags: strict-index-experiment
2020-06-11
14:34
Not really a problem, since SHLIB_CFLAGS is empty on win32 .... still this is wrong... check-in: 97fe1b341d user: jan.nijtmans tags: core-8-6-branch
2020-06-10
09:40
Merge 8.7 check-in: 36e47c859d user: jan.nijtmans tags: death-to-dbgx
2020-06-08
20:02
Still ... need to disable C4305 on Win32 (32-bit only) check-in: 01dc630fa5 user: jan.nijtmans tags: trunk
09:30
Add "-fno-common" to SHARED_CFLAGS on various platforms (e.g. Linux, CYGWIN). This is the default wi... check-in: 4215cda119 user: jan.nijtmans tags: core-8-branch
07:47
Merge-mark 8.5 (TZ update already done here) Don't try to compile with MINGW32_ in /unix directory. ... check-in: 84850a7b1a user: jan.nijtmans tags: core-8-6-branch
2020-06-07
20:31
Merge 8.7 check-in: 9a0d15188b user: jan.nijtmans tags: strict-index-experiment
19:35
Merge 8.7. This makes disabling Microsoft warning C4307 no longer necessary: It appears this warning... check-in: 1214233eb4 user: jan.nijtmans tags: trunk
19:11
If "endValue" doesn't matter in TclGetIntForIndexM() call, use INT_MAX - 1, not 0 or -1. This result... check-in: e436e10650 user: jan.nijtmans tags: core-8-branch
2020-06-06
21:22
(cherry-pick): Update TZ info to tzdata2020a. check-in: 2f0c7fdfa6 user: jan.nijtmans tags: core-8-5-branch
21:19
Fix Travis build for Windows in debug mode. check-in: 1a08ea0157 user: jan.nijtmans tags: trunk
2020-06-05
11:34
Merge 8.7. Change TclListObjRange() signature, using size_t for index arguments (even though lists i... check-in: facb398c04 user: jan.nijtmans tags: trunk
11:27
Improve "end-offset" type such that it can not only handle "end+/-int" format, but "int+/-int" as we... check-in: ce29853f12 user: jan.nijtmans tags: core-8-branch
2020-06-04
15:19
Merge trunk check-in: 941bbcbdf4 user: jan.nijtmans tags: novem
15:15
Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. check-in: baad702302 user: jan.nijtmans tags: trunk
14:38
Merge 8.6 check-in: b48be1a169 user: jan.nijtmans tags: core-8-branch
2020-05-31
20:54 Closed ticket [0c31c728a8]: Test file error: can't find package tcltests plus 6 other changes artifact: 8ac7894bab user: jan.nijtmans
20:38 Closed ticket [4663e0636f]: TIP 538 and Tcl extensions: 'tommath.h' file not found plus 5 other changes artifact: 1a946c0d29 user: jan.nijtmans ... 1 similar event omitted.
20:29
Merge 8.7 check-in: b2a3b5c77a user: jan.nijtmans tags: trunk
20:24
Make tclTomMath.h usable without tommath.h by defining TCL_NO_TOMMATH_H check-in: 4e9dafc4fe user: jan.nijtmans tags: core-8-branch
16:38
Merge 8.7 Closed-Leaf check-in: 56fdece4e7 user: jan.nijtmans tags: jn-index-reform
16:22 Ticket [62e693e668] windows: msys: gcc version 10.1.0 32-bit build fails due to zlib incompatibility status still Pending with 3 other changes artifact: a62f03b05e user: jan.nijtmans ... 1 similar event omitted.