Tcl Source Code

Timeline
Login

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

50 ancestors of c9da2e2ebb4ca06c

2017-11-08
09:37
Change "epoch" field for dicts from "int" to "unsigned int". This doubles the number of available ep... check-in: c9da2e2ebb user: jan.nijtmans tags: core-8-branch
02:57
compiler warning check-in: 09a80aff1b user: dgp tags: core-8-branch
02:53
compiler warning check-in: dd8928d781 user: dgp tags: core-8-6-branch
02:50
compiler warning check-in: 8bbd02b04f user: dgp tags: core-8-5-branch
02:26
merge 8.6 check-in: 38b28e0af8 user: dgp tags: core-8-branch
02:25
Modify TclCreateProc to handle arbitrary argument names, not just ASCII. check-in: 70d5898e80 user: dgp tags: core-8-branch
02:23
[3298012] Stop RebuildTable asking ckalloc for more than it can give. check-in: 42a6035399 user: dgp tags: core-8-6-branch
02:21
TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set. check-in: 725cf22062 user: dgp tags: core-8-6-branch
02:18
[3298012] Stop RebuildTable asking ckalloc for more than it can give. check-in: 82ced5efa6 user: dgp tags: core-8-5-branch
00:39
Modify TclCreateProc to handle arbitrary argument names, not just ASCII. check-in: fbd05fa61d user: pooryorick tags: trunk
2017-11-07
21:32
Attempted bug fix. Closed-Leaf check-in: 1752102644 user: dgp tags: bug-3298012
20:54
TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set. check-in: 0a3c726a85 user: pooryorick tags: trunk
13:29
merge core-8-6-branch check-in: 84de05583b user: jan.nijtmans tags: core-8-branch
13:19
Don't use Unicode character \udead in test-cases, because it is an invalid Unicode code-point (lower... check-in: 48f9304b4a user: jan.nijtmans tags: core-8-6-branch
2017-11-06
14:46
Fix version number of Windows Help file (not sure if it's actually used, but better safe than sorry) check-in: 8fcf451885 user: jan.nijtmans tags: core-8-branch
2017-11-05
14:14
update .project file with branch name. Make clear that optparse doesnt work with 8.4 any more check-in: 29c3b25318 user: jan.nijtmans tags: core-8-branch
2017-11-04
00:44
[0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly. check-in: 5bc169fef7 user: dkf tags: core-8-branch
00:34
Fix for the weird [string first] behaviour. Closed-Leaf check-in: 7af9c67f01 user: dkf tags: string-first-unicode-bug
00:25
Detected bug in [string first] with unicode. Pat Thoyts found it. check-in: d2c4c651ca user: dkf tags: string-first-unicode-bug
2017-11-03
17:02
Revise a few stray packages not yet ready to tolerate a Tcl 9 bump. check-in: 7ac38785b5 user: dgp tags: core-8-branch
16:48
TIP 345 Implementation. check-in: 169ddc1957 user: dgp tags: trunk
12:59
merge core-8-6-branch check-in: 705199e7bf user: jan.nijtmans tags: trunk
12:57
Fix [6f2f83cc14]: tclWinload.c robustness. And fix a minor ... check-in: 4f69064432 user: jan.nijtmans tags: core-8-6-branch
12:15
merge core-8-6-branch check-in: ce4b043516 user: jan.nijtmans tags: trunk
12:14
Better versions of TclGetIntFromObj and TclGetIntForIndexM macro's, which give advantage for platfor... check-in: 98b536e08b user: jan.nijtmans tags: core-8-6-branch
2017-11-01
22:21
Unit test for issue 3c32a3f8bd, Segmentation fault in TclOO.c/ReleaseClassContents() for a class mix... check-in: 2bdec8b46d user: pooryorick tags: trunk
21:05
Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents() for a class mixed into one ... check-in: 5f178e7f03 user: pooryorick tags: trunk
2017-10-30
12:02
merge trunk Closed-Leaf check-in: 848a10e460 user: dgp tags: tip-345
05:25
merge bug-fc1409fc91. check-in: 76eaf9a16b user: pooryorick tags: trunk
05:19
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's names... Closed-Leaf check-in: bee7f97ad6 user: pooryorick tags: bug-fc1409fc91
03:23
merge 8.6 check-in: 0c0de52be7 user: dgp tags: trunk
03:23
More test rewrites for robust var resolution. check-in: 3ccc116e36 user: dgp tags: core-8-6-branch
03:01
merge 8.6 check-in: 2ce0a4a90e user: dgp tags: trunk
02:55
Revise tests that relied on deprecated variable resolution rules. check-in: 3e3819a1ea user: dgp tags: core-8-6-branch
2017-10-27
13:12
merge trunk check-in: bb2a028c26 user: dgp tags: tip-345
12:57
oops check-in: 4456d66c47 user: dgp tags: trunk
12:57
oops check-in: 58b2048198 user: dgp tags: core-8-6-branch
12:51
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: 3f35692159 user: dgp tags: trunk
12:50
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: 67d6de0b15 user: dgp tags: core-8-6-branch
12:23
Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: a35ce926ed user: dgp tags: core-8-5-branch
12:04
merge mark check-in: 7446fb0672 user: dgp tags: trunk
07:26
Fix timeout calculation in epoll-based notifier. Proposed fix for [1a6a36d901dedead248ea96df09d5dc15... check-in: ad84a95758 user: jan.nijtmans tags: trunk
2017-10-26
02:08
Create new testing command [teststringbytes] to probe the things that otherwise require [encoding co... check-in: 7ef97e4681 user: dgp tags: tip-345
2017-10-25
02:54
Convert remaining tests to use [testbytestring]. encoding-15.3 still needs replacement for [encoding... check-in: a286e2bb69 user: dgp tags: tip-345
02:23
Repair Tcl_CreateEncoding(); Modernize [testencoding]; Update most tests toying with identity encodi... check-in: 0b63befe36 user: dgp tags: tip-345
2017-10-24
23:30
Stop using "identity" as an encoding to test basic functionng of the [encoding] command. "iso8859-1"... check-in: 8e532b34df user: dgp tags: tip-345
23:16
Extend Tcl_CreateEncoding() to be able to create an encoding without registering it when it has no n... check-in: 63dd2e19e8 user: dgp tags: tip-345
14:11
Cherrypick: [fc1409fc91] Method cloning needs to be careful with body representations. check-in: 0aa4803add user: dkf tags: core-8-6-branch
13:56
Change (internal) refCount field from TclRegexp to type size_t: this allows more references on 64-bi... check-in: 689ce85f64 user: jan.nijtmans tags: trunk
13:32
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: be4ae903c7 user: kbk tags: trunk
13:30
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: 810600812c user: kbk tags: core-8-6-branch