Timeline
Not logged in

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

120 check-ins using file win/Makefile.in version 16b7061d67

2020-03-30
10:01
Move used flag values up for Tcl_GetIntForIndex(). Be more strict in usage of value -1 as index. check-in: 03f73570f9 user: jan.nijtmans tags: strict-index-experiment
2020-03-29
21:31
Don't compile "namespace qualifiers" command. Something is wrong in that. check-in: a7dbae6e93 user: jan.nijtmans tags: strict-index-experiment
20:44
Merge jn-index-reform. Be a little bit more strict check-in: 3f05ac8086 user: jan.nijtmans tags: strict-index-experiment
19:42
Merge 8.7 check-in: bfdfdc4bc3 user: jan.nijtmans tags: jn-index-reform
2020-03-28
19:44
merge 8.7 check-in: a6e05dd7ca user: dgp tags: tip-568
19:39
merge 8.6 check-in: bc0e1fa0bd user: dgp tags: core-8-branch
16:38
merge 8.7 check-in: 9dc25afd5e user: dgp tags: tip-568
16:33
merge 8.6 check-in: 122828b6af user: dgp tags: core-8-branch
2020-03-27
22:24
Merge jn-index-reform check-in: a2882aadc6 user: jan.nijtmans tags: strict-index-experiment
21:11
Merge 8.7 check-in: 6ec63c2ed5 user: jan.nijtmans tags: jn-index-reform
21:06
Merge 8.6 check-in: db9eb4d3e8 user: jan.nijtmans tags: core-8-branch
16:33
merge 8.7 check-in: 32a3e1e7e5 user: dgp tags: tip-568
16:28
Merge 8.6 check-in: c537167e13 user: jan.nijtmans tags: core-8-branch
16:07
merge 8.7 check-in: 261328423e user: dgp tags: dgp-review
12:06
Merge 8.6 check-in: 86b027c97b user: jan.nijtmans tags: core-8-branch
09:47
Fix compilation error check-in: 21da80c7cf user: jan.nijtmans tags: strict-index-experiment
2020-03-26
15:48
Start using the 'flags' parameter of Tcl_GetIntForIndex(). Still WIP. check-in: e38b507841 user: jan.nijtmans tags: strict-index-experiment
09:48
Merge 8.7 Closed-Leaf check-in: b9fc951abf user: jan.nijtmans tags: utf-8-as-default
09:40
Merge jn-index-reform. Add 'flags' parameter to Tcl_GetIntForIndex(). Not used yet. check-in: 91983175e0 user: jan.nijtmans tags: strict-index-experiment
08:36
Merge 8.7 check-in: c186ef2368 user: jan.nijtmans tags: jn-index-reform
2020-03-25
17:06
Merge 8.6 check-in: 7ffe0a71ec user: jan.nijtmans tags: core-8-branch
15:03
Merge 8.6 check-in: 53d927ca89 user: jan.nijtmans tags: core-8-branch
2020-03-24
19:31
Make utf-8 the default encoding for embedded information check-in: 70604a5212 user: jan.nijtmans tags: utf-8-as-default
13:34
Merge 8.6 check-in: 223d0c531d user: jan.nijtmans tags: core-8-branch
10:59
Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove Tcl_MacOSXOpenBundleResources() completely check-in: 2dc1fb1c75 user: jan.nijtmans tags: core-8-branch
2020-03-22
21:41
Merge 8.7 check-in: 84a13de846 user: jan.nijtmans tags: tip-568
21:30
Merge 8.7 check-in: 066c043ca9 user: jan.nijtmans tags: jn-index-reform
21:24
Merge 8.6 check-in: 4757d0acec user: jan.nijtmans tags: core-8-branch
2020-03-20
17:16
Resolve gcc compiler warnings, only on 32-bit builds (gcc-7) check-in: 14842bcac2 user: jan.nijtmans tags: core-8-branch
13:02
Merge jn-index-reform check-in: 1390c5d311 user: jan.nijtmans tags: strict-index-experiment
12:59
Merge 8.7 check-in: f95c23d055 user: jan.nijtmans tags: jn-index-reform
2020-03-18
21:03
TIP 568 proposes new public routine Tcl_GetBytesFromObj. check-in: fb72a26807 user: dgp tags: tip-568
20:48
Improve the standard error message for nonbyte arguments. check-in: faed0401ac user: dgp tags: core-8-branch
13:54
Merge 8.6 check-in: 2b7c852b44 user: jan.nijtmans tags: core-8-branch
2020-03-17
16:58
Merge jn-index-reform check-in: 09cf9f4362 user: jan.nijtmans tags: strict-index-experiment
16:56
Merge 8.7 check-in: 17c506a9a9 user: jan.nijtmans tags: jn-index-reform
16:45
Merge 8.6 check-in: 06db15ddbf user: jan.nijtmans tags: core-8-branch
14:07
Implement "none" index and "string is none"/"string is index" commands. No compiled version yet. check-in: 88c45a2fec user: jan.nijtmans tags: strict-index-experiment
01:03
a few more check-in: d6f2e1a8cc user: dgp tags: core-8-branch
01:01
TIP 569 - remove lint comments check-in: 658a498ae4 user: dgp tags: core-8-branch
2020-03-16
15:59
Merge jn-index-reform. New implementation of basic idea, based on this index reform. check-in: 5df7ddb5bd user: jan.nijtmans tags: strict-index-experiment
15:28
Merge 8.7 check-in: 2f32a6550f user: jan.nijtmans tags: jn-index-reform
14:51
Complete implementation. Let's take some time for testing. check-in: 9d32466d21 user: jan.nijtmans tags: jn-index-reform
13:38
More WIP check-in: 44ff81220e user: jan.nijtmans tags: jn-index-reform
09:07
Further simply TclIndexEncode(), and fix range checks. check-in: ffcfbe4405 user: jan.nijtmans tags: jn-index-reform
2020-03-15
23:44
Simplify TclIndexEncode(). Range checks not 100% correct yet. More WIP. check-in: 2f58abbb5f user: jan.nijtmans tags: jn-index-reform
22:24
merge-mark check-in: 8f0e82f437 user: jan.nijtmans tags: core-8-branch
12:11
Merge 8.6. Also fix build with -DTCL_NO_DEPRECATED (which was also the cause of the "master" build f... check-in: b0305b537f user: jan.nijtmans tags: core-8-branch
2020-03-14
22:07
Merge 8.6 check-in: e47f987a38 user: jan.nijtmans tags: core-8-branch
21:52
Merge 8.6 check-in: 843cbb3830 user: jan.nijtmans tags: core-8-branch
21:21
Convert many test-cases to modern test syntax check-in: 95683ddca3 user: jan.nijtmans tags: core-8-branch
2020-03-13
23:32
WIP: Reform internal representation of "end-offset" type, so it can be used for "integer-integer" as... check-in: b4fb638333 user: jan.nijtmans tags: jn-index-reform
20:39
Fix Travis build problem Closed-Leaf check-in: 9609f950dc user: jan.nijtmans tags: strict-index-2
18:55
Need declaration too. check-in: c21411569c user: dgp tags: core-8-branch
18:32
New internal routine TclGetBytesFromObj(). Aimed to become public, see TIP 568 in progress. check-in: 798286f36f user: dgp tags: core-8-branch
12:42
Merge 8.7. Add many "nodep" restrictions to test-cases, so they pass (too much, actually, WIP!) check-in: b2cf2d65ed user: jan.nijtmans tags: strict-index-2
11:03
Merge 8.6 check-in: b7908b6011 user: jan.nijtmans tags: core-8-branch
2020-03-12
22:43
Merge 8.7. More progress. check-in: e90505aff4 user: jan.nijtmans tags: strict-index-2
20:54
Minimal fix for crash bug. check-in: fd775cefd6 user: dgp tags: core-8-branch
17:38
Merge new tests. Reveals crash in Tcl 8.7 implementation. check-in: 9f835122fd user: dgp tags: core-8-branch
2020-03-11
15:51
fixes segfault [234d6c811d]: "lpop" on empty list variable without index + new test case check-in: 1dab3d405f user: sebres tags: core-8-branch
15:48
close [234d6c811d]: fixed segfault on empty list variable by "lpop" without index Closed-Leaf check-in: 445fdcd15e user: sebres tags: bug-234d6c811d
15:33
lpop.test: added test illustrating segfault in [234d6c811d] (and small review - stability of tests d... check-in: 7d3e49680d user: sebres tags: bug-234d6c811d
2020-03-10
13:51
Fix Windows build, broken by [d5175f6050e308f4] check-in: 8976514111 user: jan.nijtmans tags: core-8-branch
2020-03-09
16:59
merge 8.7 check-in: eb98cb3f10 user: dgp tags: dgp-review
16:24
Mac fix check-in: a55f79a595 user: dgp tags: core-8-branch
16:13
TCL_UNUSED for win sources. check-in: 2c8f3c4653 user: dgp tags: core-8-branch
15:45
TCL_UNUSED in the unix sources. check-in: 2c910028eb user: dgp tags: core-8-branch
14:43
need internal header now. check-in: 6ebad1c60d user: dgp tags: core-8-branch
14:40
Bring TCL_UNUSED to macosx sources. check-in: 5cc2745f54 user: dgp tags: core-8-branch
14:34
more check-in: d5175f6050 user: dgp tags: core-8-branch
13:15
More check-in: c708d98e98 user: dgp tags: core-8-branch
12:31
More TCL_UNUSED check-in: bfd792d6c8 user: dgp tags: core-8-branch
2020-03-08
13:58
More TCL_UNUSED. check-in: 64f9094067 user: dgp tags: core-8-branch
2020-03-07
18:25
Move TCL_UNUSED to tclInt.h, so we can still deprecate JOIN() check-in: 03a59b7382 user: jan.nijtmans tags: core-8-branch
15:55
Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using (void *) in stead of (c... check-in: b56451f9c1 user: jan.nijtmans tags: core-8-branch
00:41
Unused arguments in the OO source code files. check-in: 5425076e95 user: dgp tags: core-8-branch
2020-03-06
23:44
more check-in: 0c2f7a4275 user: dgp tags: core-8-branch
21:22
More unused arguments through the IO code. check-in: 7e017e8119 user: dgp tags: core-8-branch
20:57
more check-in: cda0377279 user: dgp tags: core-8-branch
20:46
more unused arguments check-in: 3656b194a1 user: dgp tags: core-8-branch
20:34
merge 8.6 check-in: a865c4a0a2 user: dgp tags: core-8-branch
20:23
more check-in: ad8e174b1a user: dgp tags: core-8-branch
20:15
more check-in: 13b631deb2 user: dgp tags: core-8-branch
20:01
(no comment) check-in: 39fb72358b user: dgp tags: core-8-branch
19:58
(no comment) check-in: 66b859de26 user: dgp tags: core-8-branch
19:29
more unused arguments check-in: 4636032e27 user: dgp tags: core-8-branch
18:31
more of the same check-in: 8a8a5646ef user: dgp tags: core-8-branch
18:02
More TCL_UNUSED(). check-in: 1d62614dd9 user: dgp tags: core-8-branch
16:42
More TCL_UNUSED deployment check-in: e13acfb306 user: dgp tags: core-8-branch
14:41
More TCL_UNUSED deployment. check-in: 1ce334a358 user: dgp tags: core-8-branch
13:55
Untangle some MEM_DEBUG ifdeffery. check-in: 3940124add user: dgp tags: core-8-branch
13:45
More deployment of TCL_UNUSED. (Travis appears happy with it). check-in: 6fb762327f user: dgp tags: core-8-branch
2020-03-05
19:17
Have to move the JOIN() macro out of deprecation for this TCL_UNUSED. Alternatives welcome. check-in: 310c79a83a user: dgp tags: core-8-branch
19:09
Merge TCL_UNUSED to dev branches for full Travis testing as a tool to arrest the undesirable explosi... check-in: 82986149f0 user: dgp tags: core-8-branch
14:42
Merge 8.6 check-in: 6bc4d38831 user: jan.nijtmans tags: core-8-branch
11:48
Merge 8.6 check-in: a4b71b9ca7 user: jan.nijtmans tags: core-8-branch
2020-03-04
21:00
merge 8.6 check-in: 8909782fe2 user: dgp tags: core-8-branch
18:26
[65c9cd1534] Restore continuity of compatible function of [close] on a channel type that defines bo... Closed-Leaf check-in: 75cd9d9d6d user: dgp tags: bug-65c8cd1534
16:17
Merge 8.6 check-in: a16b4619c9 user: jan.nijtmans tags: core-8-branch
15:55
Merge 8.6 check-in: 67d6f07392 user: jan.nijtmans tags: core-8-branch
13:59
Merge 8.6 check-in: 6448bcf19b user: jan.nijtmans tags: core-8-branch
2020-03-02
17:08
Create a new macro to deal with unused arguments so we can silence compiler warnings without the nee... Closed-Leaf check-in: fbffc93f82 user: dgp tags: dgp-unused-arguments
15:27
Merge 8.7 check-in: 0fea9fa076 user: jan.nijtmans tags: strict-index-2
15:18
merge 8.7 check-in: 8dc990258d user: dgp tags: dgp-review
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
2020-02-29
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
19:54
merge trunk check-in: c430c8d4a4 user: dgp tags: dgp-review
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: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
13:13
Implement TIP #562: Deprecate channel types 1-4 check-in: 74755e2555 user: jan.nijtmans tags: core-8-branch
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
16:56
merge core-8-branch check-in: e92d3a4952 user: dkf tags: tip-558
14:05
Merge 8.6 check-in: 0346bb5441 user: jan.nijtmans tags: core-8-branch
10:58
Merge 8.7 Closed-Leaf check-in: cfcbd55aba user: jan.nijtmans tags: cplusplus
08:32
merge core-8-branch check-in: 7859c7efe0 user: dkf tags: tip-567
08:04
Merge 8.6 check-in: f5bc93143d user: jan.nijtmans tags: core-8-branch