Tcl Source Code

Timeline
Login

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

50 events occurring around 6abd304ca287185d.

2016-11-04
11:38
Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in... check-in: 9abb38ee0b user: jan.nijtmans tags: trunk
11:32
Make packages msgcat and tcltest work unmodified in "novem". check-in: 3b9aba0637 user: jan.nijtmans tags: core-8-6-branch
2016-11-02
12:56
merge trunk check-in: 41145a0942 user: jan.nijtmans tags: tip-439, semver
12:50
Merge trunk (Update http version number to 2.8.10, due to [838e99a76d]) check-in: 1caeb0f5b9 user: jan.nijtmans tags: novem
12:45
merge core-8-6-branch (http package version update) check-in: 0c403244ae user: jan.nijtmans tags: trunk
12:44
Update http version number to 2.8.10, due to [838e99a76d] check-in: 47bd2d0bbb user: jan.nijtmans tags: core-8-6-branch
12:41
Update http version number to 2.7.14, due to [838e99a76d] check-in: 9a63070856 user: jan.nijtmans tags: core-8-5-branch
12:16
merge zipfs check-in: 0d7d946d30 user: jan.nijtmans tags: androwish
12:09
merge core-8-6-branch check-in: d495ef896c user: jan.nijtmans tags: zipfs
01:42
Fix the generated copyright sections in the HTML help file. Closed-Leaf check-in: 13b8547f59 user: mistachkin tags: htmlCopyrightsFix
2016-11-01
16:37
merge novem check-in: 1e05628089 user: dgp tags: dgp-refactor
16:29
merge trunk check-in: 2d438eeb1d user: dgp tags: novem
16:18
merge trunk check-in: ed328bc1b1 user: dgp tags: tip-445
16:18
Refactor to channel all [string cat] functions through a single implementation. check-in: 5be62a44d4 user: dgp tags: trunk
15:42
Replace indexing with pointer increments. Closed-Leaf check-in: 78ef6f929b user: dgp tags: dgp-string-cat
15:12
Trim away obsolete code. check-in: 8c1453cc30 user: dgp tags: dgp-string-cat
15:07
Expand all the cases of the [string cat] engine. check-in: 9bfada5e22 user: dgp tags: dgp-string-cat
2016-10-31
18:10
Reduce copies in the pure binary implementation of [string cat]. check-in: 210148adc5 user: dgp tags: dgp-string-cat
17:34 Closed ticket [ef5373e6fa]: expr, literal numeric values, and string comparisons plus 7 other changes artifact: a171bcb9e7 user: oehhar
16:15
Complete the "pure binary" implementation of the [string cat] engine. check-in: 6108355177 user: dgp tags: dgp-string-cat
14:18
merge trunk check-in: acd1d0f9c7 user: dgp tags: dgp-string-cat
14:17
Coverage tests for INST_STR_CONCAT1 byterarray ops. check-in: b6e309554c user: dgp tags: trunk
2016-10-30
17:40 Ticket [ef5373e6fa] expr, literal numeric values, and string comparisons status still Open with 3 other changes artifact: 38506fd9d4 user: dkf
16:52
[253ba6e818] Improved description of [variable] behaviour. check-in: c607c5d558 user: dkf tags: trunk
16:37 Closed ticket [253ba6e818]: Documentation glitch for variable command plus 6 other changes artifact: 4fa0e41ba3 user: dkf
16:16
[253ba6e818] Improved description of [variable] behaviour. check-in: 6abd304ca2 user: dkf tags: core-8-6-branch
08:31
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. check-in: eb11bf9cb5 user: dkf tags: trunk
08:30 Closed ticket [1ae12987cb]: Clean up history (::tcl::history) before/on exit (i.e., before exit handlers) plus 7 other changes artifact: 514c9ee9b5 user: dkf
08:22
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. check-in: 3135d5681f user: dkf tags: core-8-6-branch
05:10 Closed ticket [b26e38a3e4]: zlib stream buffer flushing failure plus 6 other changes artifact: 79e232bbdb user: dkf
05:07
One more place where the internal API change can be used easily. check-in: 77e725f099 user: dkf tags: core-8-6-branch
05:05
[b26e38a3e4] Ensure that compressing streams manage buffers correctly in all cases. check-in: f85e0e4fe4 user: dkf tags: trunk
05:04
[b26e38a3e4] Ensure that compressing streams manage buffers correctly in all cases. check-in: 83a6a4d431 user: dkf tags: core-8-6-branch
05:02
Fix the bug. Make use of zlib API in this area more like a Tcl API with wrapper function. Closed-Leaf check-in: e5b3cf7279 user: dkf tags: bug-b26e38a3e4
04:50 Ticket [b26e38a3e4] zlib stream buffer flushing failure status still Open with 4 other changes artifact: f8211e113c user: dkf
2016-10-29
21:03 Edit [0dfc1b9ec5fc6451|0dfc1b9ec5]: Change branch background color to "#f0a0a0". artifact: add998f893 user: dkf
21:03
Added test for bug check-in: 0dfc1b9ec5 user: dkf tags: bug-b26e38a3e4
20:54 Ticket [b26e38a3e4] zlib stream buffer flushing failure status still Open with 3 other changes artifact: 804cdbd4e0 user: dkf ... 1 similar event omitted.
12:18 Edit [df0c2fc07c08b75b|df0c2fc07c]: Edit check-in comment. artifact: 9d05e5232d user: oehhar
2016-10-28
20:33
WIP check-in: 8f63620a09 user: dgp tags: dgp-string-cat
16:55
revise [dict append] to make use of common [string cat] engine. check-in: 673871f49c user: dgp tags: dgp-string-cat
15:47
merge trunk check-in: 65b0c59fbd user: dgp tags: dgp-string-cat
15:46
Add optimization to [dict append]. check-in: df0c2fc07c user: dgp tags: trunk
14:59
When appropriate, implement [join] with the common [string cat] engine. check-in: 5e2e74931b user: dgp tags: dgp-string-cat
14:45
Add obvious optimizations to [join] implementation. check-in: b24a53dd0c user: dgp tags: trunk
14:28
merge trunk check-in: 8fe04e59f6 user: dgp tags: dgp-string-cat
14:27
Add warning commentary making important assumptions explicit. check-in: 329ff4fad8 user: dgp tags: trunk
14:26
Add warning commentary making important assumptions explicit. check-in: f4bf80dafb user: dgp tags: core-8-6-branch
14:23
Add warning commentary making important assumptions explicit. check-in: 27b3f0c88b user: dgp tags: core-8-5-branch