Tcl Source Code

Timeline
Login

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

50 check-ins occurring around fde4ddeb9341ef6c.

2014-07-17
09:53
Replaced option "-unsupported1" by test command "testsocket debugflags" (thanks Donal, Donald). check-in: 33737f615b user: oehhar tags: robust-async-connect-tests
07:39
Convert some non-ASCII characters in testcase comments - which were mangled by my editor in [79ace7b... check-in: ef9bbc4d9c user: jan.nijtmans tags: trunk
04:24
[9969cf8ca6] Move the bailout when the ->rewind flag is set down after all the housekeeping matters ... check-in: f076f44f1d user: dgp tags: trunk
2014-07-16
23:58
Backout checkin that broke test io-39.1. check-in: 22e099d9ea user: dgp tags: trunk
22:01
Repair improper assertion. check-in: 63a9ddd54e user: dgp tags: trunk
21:48
Assert an equality test, not an assignment check-in: 598dd915dc user: dgp tags: trunk
21:46
Assert an equality test, not an assignment. check-in: 72391d07b6 user: dgp tags: core-8-5-branch
15:59
[6a2d339e50] Plug memleak in INST_STR_REPLACE instruction. check-in: 25e58d77ff user: dgp tags: trunk
10:02
Modify the "gettimes" test-command to use the Tcl_Obj API. New "testbytestring" command which can b... check-in: 79ace7b793 user: jan.nijtmans tags: trunk
2014-07-15
15:10
[726349fab8] Stop leaking compression dictionary on zlib xform channel close. check-in: 4e3d47ad17 user: dgp tags: trunk
13:18
merge trunk Leaf check-in: 6559584842 user: dgp tags: dgp-pkg-migration
2014-07-12
16:15
merge trunk Leaf check-in: e94bc46f19 user: dkf tags: bug-d5ddbc7f49
16:13
whopper change; now passes test suite on OSX check-in: 0b38cdbc76 user: dkf tags: bug-d5ddbc7f49
2014-07-11
20:40
Suppress valgrind warnings about uninitialized values. check-in: 37640d60e2 user: dgp tags: trunk
18:20
[1211aceef2] Fix refcount management of TclpTempFileName() that caused leak. check-in: 44648f6210 user: dgp tags: trunk
15:44
[9b352768e6] Plug memleak in INST_DICT_FIRST. check-in: e88e23fbdb user: dgp tags: trunk
12:56
Stop memleak in [info frame]. check-in: 1610c45009 user: dgp tags: trunk
10:43
Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longer a whitespace, but for... check-in: 8320e361b7 user: jan.nijtmans tags: trunk
10:38
Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longer a whitespace, but for... check-in: f199c9d65c user: jan.nijtmans tags: core-8-5-branch
04:49
[3479689] Plug memory leak due to incomplete bug fix. check-in: 2830730e99 user: dgp tags: trunk
2014-07-10
18:17
makeFile / removeFile balance. check-in: 22ae2172c4 user: dgp tags: trunk
18:11
makeFile / removeFile balance check-in: a12fdf1e85 user: dgp tags: trunk
18:02
dup test name check-in: 144ab5b663 user: dgp tags: trunk
18:00
dup test name check-in: 033a1af993 user: dgp tags: core-8-5-branch
17:21
[f652ae79ed] Close sockets used in tests, so as not to corrupt other tests in the suite. check-in: fde4ddeb93 user: dgp tags: trunk
16:40
[7368d225a6] Extend the auto-cleanup of zero ref count values passed in to the Tcl_*SetVar*() family... check-in: d9d00aa893 user: dgp tags: trunk, potential incompatibility
15:45
[7368d225a6] Extend the auto-cleanup of zero ref count values passed in to the Tcl_*SetVar*() family... check-in: 212c0638b1 user: dgp tags: core-8-5-branch, potential incompatibility
14:23
merge trunk check-in: dc24111d06 user: jan.nijtmans tags: tip-389-impl
12:59
Repair buffer indexing error in Tcl_ReadRaw(). check-in: 0f4ff1ba28 user: dgp tags: trunk
12:52
Repair buffer indexing error in Tcl_ReadRaw() exposed by iogt-6.0 and valgrind. check-in: 6526c14303 user: dgp tags: core-8-5-branch
2014-07-09
18:49
Don't use Tcl_GetCommandInfo when Tcl_FindCommand suffices. check-in: 352223b866 user: jan.nijtmans tags: trunk
14:44
First draft of using buffer moves in place of buffer copies to create an efficient [chan copy]. check-in: 7a8b871fc7 user: dgp tags: dgp-move-buffers
2014-07-08
14:02
merge trunk check-in: 25d30e5445 user: dgp tags: dgp-refactor
13:45
The write and flush operations of reflected transforms ([chan push]) have been converting all lower ... check-in: cedfcfd1b5 user: dgp tags: trunk
2014-07-07
12:04
merge trunk check-in: 4e911486e2 user: dgp tags: dgp-refactor
2014-07-04
12:51
merge trunk check-in: cc32a8e5c2 user: jan.nijtmans tags: novem
12:49
Update Unicode tables to Unicode 7.0 check-in: 735fdb4267 user: jan.nijtmans tags: trunk, potential incompatibility
12:47
Update Unicode tables to Unicode 7.0 check-in: ccf9e0d1f7 user: jan.nijtmans tags: core-8-5-branch
2014-07-02
20:22
Clarify http::config and http::geturl -headers roles in setting request headers. check-in: 98090dcd2c user: dgp tags: trunk
16:30
[c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whether a nonblocking channel is... check-in: af0d8f3b3c user: dgp tags: trunk
16:20
[c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whether a nonblocking channel is... check-in: 6694ecd6d0 user: dgp tags: core-8-5-branch
2014-06-29
02:20
merge trunk check-in: 8f0855701a user: kbk tags: dkf-improved-disassembler
2014-06-26
16:01
Fix mismatch of Tcl_Preserve() / Tcl_Release(). check-in: 4626888b50 user: dgp tags: trunk
15:59
Fix mismatch of Tcl_Preserve() / Tcl_Release(). check-in: f58a059b16 user: dgp tags: core-8-5-branch
2014-06-25
11:59
merge trunk check-in: 79fc85211a user: dgp tags: dgp-refactor
2014-06-24
16:46
Simplify / refactor Tcl_ReadRaw(). No need for CopyBuffer(). check-in: 1d2e0d8e55 user: dgp tags: trunk
16:34
Simplify / refactor Tcl_ReadRaw(). No need for CopyBuffer(). check-in: a9f9ffa7c7 user: dgp tags: core-8-5-branch
13:31
merge trunk check-in: 897edc6150 user: dgp tags: dgp-refactor
12:57
__builtin_clzll(0) is undefined. Do not rely on it. check-in: 38c7d8c2ca user: dgp tags: dgp-refactor
07:42
merge trunk check-in: aee39e91f2 user: dkf tags: bug-d5ddbc7f49