Timeline
Not logged in

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

103 check-ins using file generic/tclUniData.c version 801fc20350

2020-03-17
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:20
merge 8.7 check-in: 4d9717c8ef user: dgp tags: trunk
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
22:21
Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() in Tcl 8.7. check-in: 46c3d7782c user: jan.nijtmans tags: core-8-6-branch
12:21
Merge 8.7 check-in: 34f5d4d7be user: jan.nijtmans tags: trunk
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
12:03
Make ourEnviron type (techar **) not (char **), so we need less type-casts. check-in: e4b5318b47 user: jan.nijtmans tags: core-8-6-branch
2020-03-14
22:08
merge-mark check-in: f2f9d95e64 user: jan.nijtmans tags: trunk
22:07
Merge 8.6 check-in: e47f987a38 user: jan.nijtmans tags: core-8-branch
22:06
Fix one wrong type-cast (only causing warning, nothing serious) check-in: 71ab22cd55 user: jan.nijtmans tags: core-8-6-branch
22:02
Merge 8.7 check-in: 5ae287926b user: jan.nijtmans tags: trunk
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
21:02
Fix [8f89e2e059aafa1c]: Windows: environment is not reflected properly (special characters). Thanks ... check-in: 8fc411cdb8 user: jan.nijtmans tags: core-8-6-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
15:11
Fix mistaken merge. check-in: 3877a045a7 user: dgp tags: dgp-properbytearray
14:45
Merge 8.6. Code review: Tcl 8.6 doesn't (need to) build with -DUNICODE -D_UNICODE any more, so thin... Closed-Leaf check-in: c4bba1629c user: jan.nijtmans tags: bug-8f89e2e059
13:08
fix back-ported from tclSE (with several modifications due to conflicts and compat reasons) check-in: e2f84651dd user: sebres tags: bug-8f89e2e059
13:06
env.test: added test for windows illustrating bug [8f89e2e059] - loss of multi-byte chars in environ... check-in: dcf2c77048 user: sebres tags: bug-8f89e2e059
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:15
Merge trunk check-in: e5ea137c75 user: jan.nijtmans tags: dgp-properbytearray
11:12
Merge 8.7 check-in: 31f412cf06 user: jan.nijtmans tags: trunk
11:03
Merge 8.6 check-in: b7908b6011 user: jan.nijtmans tags: core-8-branch
11:01
reformat assemble-15.* test-cases check-in: df726484dd user: jan.nijtmans tags: core-8-6-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
17:37
Renumber tests to account for later releases. check-in: b22da46c1a user: dgp tags: core-8-6-branch
17:29
Add some testing of Tcl_SetByteArrayLength(). check-in: 97b273b489 user: dgp tags: core-8-6-branch
2020-03-11
15:55
merge 8.7 (lpop SF fix) check-in: 6b8b403221 user: sebres tags: trunk
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:45
Merge trunk check-in: 183d85ba1e user: jan.nijtmans tags: rfe-854941, tip-596
15:36
Merge trunk check-in: 2860ee554e user: jan.nijtmans tags: novem
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
10:20
Put back dummy Tcl_DriverCloseProc/Tcl_DriverSeekProc (just defined as "void"). Needed to make Tk co... check-in: 00ff4c1f38 user: jan.nijtmans tags: trunk
2020-03-10
15:58
re-generate configure scripts check-in: f57ac171d5 user: jan.nijtmans tags: rfe-854941, tip-596
15:54
Merge trunk check-in: fb566b67ce user: jan.nijtmans tags: rfe-854941, tip-596
15:25
Merge 8.7 check-in: 0086a4e1ec user: jan.nijtmans tags: death-to-dbgx
13:58
Merge 8.7 check-in: 49b2f76f67 user: jan.nijtmans tags: trunk
13:51
Fix Windows build, broken by [d5175f6050e308f4] check-in: 8976514111 user: jan.nijtmans tags: core-8-branch
2020-03-09
17:00
merge trunk check-in: 8155ccf833 user: dgp tags: dgp-refactor
16:59
merge 8.7 check-in: eb98cb3f10 user: dgp tags: dgp-review
16:46
merge trunk check-in: 7da0ad5679 user: dgp tags: dgp-properbytearray
16:46
merge trunk check-in: 169ec04d08 user: dgp tags: novem
16:34
merge 8.7 check-in: a0ed9240c8 user: dgp tags: trunk
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
13:08
Merge 8.7 check-in: 8a76d170c1 user: jan.nijtmans tags: trunk
12:49
Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. check-in: 99e0a25463 user: jan.nijtmans tags: core-8-5-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:41
Merge trunk check-in: 149351043d user: jan.nijtmans tags: novem
18:31
Merge 8.7 check-in: edd8b9cc9e user: jan.nijtmans tags: trunk
18:25
Move TCL_UNUSED to tclInt.h, so we can still deprecate JOIN() check-in: 03a59b7382 user: jan.nijtmans tags: core-8-branch
16:10
Merge trunk check-in: 6b14aa2e33 user: jan.nijtmans tags: novem
16:07
Merge trunk check-in: 02f1df2e68 user: jan.nijtmans tags: dgp-refactor
16:03
Merge 8.7 check-in: 0b1067b090 user: jan.nijtmans tags: trunk
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:33
merge 8.7 check-in: 89fde09430 user: dgp tags: trunk
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:32
Remove SetIndexFromAny(), a useless routine that can only be reached via unsupported shenanigans. check-in: 7f2b0f5d2d user: dgp tags: core-8-6-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:22
merge 8.7 check-in: 15244cb8f0 user: dgp tags: trunk
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:44
Merge 8.7 check-in: 778bfa3009 user: jan.nijtmans tags: trunk
14:42
Merge 8.6 check-in: 6bc4d38831 user: jan.nijtmans tags: core-8-branch
14:39
Update to Unicode-13 check-in: 341689c2ff user: jan.nijtmans tags: core-8-6-branch
14:03
Update all internal tables to Unicode 13. (while on it) sync tclWinDdde.c and tclWinReg.c, making it... check-in: bbf15a656d user: jan.nijtmans tags: core-8-5-branch
2020-02-12
13:26
Merge 8.7 Closed-Leaf check-in: ba5fe2748a user: jan.nijtmans tags: unicode-13
2020-02-11
13:31
Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] (to be released March 1... check-in: 8858804859 user: jan.nijtmans tags: unicode-13