Tcl Source Code

Timeline
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

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

50 most recent check-ins

2018-03-05
22:16
Remove all code supporting legacy instructions. Leaf check-in: bb721a5964 user: dgp tags: legacy-instructions
20:58
unbreak check-in: e9de22da04 user: dgp tags: legacy-instructions
20:30
WIP removing bytecode instructions that are no longer issued. check-in: e1de1b8ffe user: dgp tags: legacy-instructions
20:05
merge 8.7 Leaf check-in: d5b12651ab user: dgp tags: trunk
20:00
Take the next step in TIPs 330 and 336, ending in 8.7 the USE_INTERP_RESULT and USE_INTERP_ERRORLINE... Leaf check-in: fc9f725045 user: dgp tags: core-8-branch
19:29
Last bit of TIP 503 implementation. Leaf check-in: d122852556 user: dgp tags: tip-503
18:16
merge 8.7 Leaf check-in: debcf945ba user: dgp tags: sebres-string-insert-cr1
17:43
merge core-8-5-branch (fixes [1873ea0ee4f01b26]: wrong initialization of std-channels ...) Leaf check-in: 6b38bf6d66 user: sebres tags: core-8-6-branch
17:41
merge 8.7 Leaf check-in: 6489350c8b user: dgp tags: tip-421
17:40
merge 8.7 Leaf check-in: a06898693e user: dgp tags: bug-e593adf103-core-8
17:37
fixes [1873ea0ee4f01b26]: wrong initialization of std-channels, if no std-handles available at all (... Leaf check-in: 041bc74867 user: sebres tags: core-8-5-branch
17:32
merge trunk Leaf check-in: 7358deebed user: dgp tags: dgp-refactor
17:26
merge trunk Leaf check-in: 3b759ebe50 user: dgp tags: dgp-properbytearray
17:26
merge trunk Leaf check-in: 96454253e2 user: dgp tags: novem
17:18
merge 8.7 Leaf check-in: 927955d0ab user: dgp tags: tip-445
17:16
merge 8.7 check-in: 9d080b5730 user: dgp tags: trunk
17:07
TIP 351 Implementation. check-in: 7ac44158fa user: dgp tags: core-8-branch
16:49
Rebase TIP 421 implementation to core-8-branch (8.7). var-23.1[01] segfaults! check-in: 3d48c6641f user: dgp tags: tip-421
16:09
Merge 8.7; avoid checkin converting TclGetNumberFromObj to TclParseNumber. Leaf check-in: 209140ed94 user: dgp tags: tip-502
2018-03-01
22:37
Merge 8.7 check-in: b4215b096d user: jan.nijtmans tags: trunk
22:27
Re-generate tclTomMath.h. Fix win32 build (due to the use of uint8_t) check-in: 8531135e45 user: jan.nijtmans tags: core-8-branch
21:15
Merge 8.7 Leaf check-in: 70ad0a2752 user: jan.nijtmans tags: index-range-and-overflow
21:06
Merge 8.7 check-in: 2e45811671 user: jan.nijtmans tags: trunk
20:55
Update libtommath to latest "develop" check-in: 914ba7d4ea user: jan.nijtmans tags: core-8-branch
20:54
Use TclParseNumber() in stead of TclGetNumberFromObj(). This gives less surprising results in test c... check-in: adf9964e6f user: jan.nijtmans tags: index-range-and-overflow
20:43
Lots of code cleanup, mainly [https://github.com/libtom/libtommath/pull/102|Pull request #102] Leaf check-in: d6e5ed84c1 user: jan.nijtmans tags: libtommath
20:20
merge 8.7 check-in: fd239d6457 user: dgp tags: index-range-and-overflow
20:13
merge 8.6 check-in: fde243bcbd user: dgp tags: core-8-branch
20:07
Some comments info for the next folks who come wandering in. check-in: 650f9e6c7c user: dgp tags: core-8-6-branch
19:30
Avoid full list conversion when we can cheaply discover a multi-element list is not possible. check-in: ca6ab1446a user: dgp tags: index-range-and-overflow
16:48
Refactor to eliminate duplicate routine parsing tokens as indices. check-in: 620b046459 user: dgp tags: core-8-6-branch
04:19
Continue consistent use of LLONG_MIN and LLONG_MAX. check-in: ec70581d16 user: dgp tags: index-range-and-overflow
04:13
merge 8.7 check-in: c3b9bfbc3d user: dgp tags: index-range-and-overflow
04:13
We have LLONG_MIN and LLONG_MAX to denote range limits of Tcl_WideInt. Use them consistently. Also f... check-in: bdc69f0764 user: dgp tags: core-8-branch
2018-02-28
13:40
Use mp_isneg() as appropriate. check-in: 8d27d9381c user: dgp tags: index-range-and-overflow
13:38
merge 8.7 check-in: 8b8bc7ed1e user: dgp tags: index-range-and-overflow
2018-02-27
23:17
merge 8.7 check-in: 29aff18140 user: dgp tags: index-range-and-overflow
22:35
Don't save indices with values outside the int range in bytecode. check-in: 5de7a219fe user: dgp tags: index-range-and-overflow
21:55
Merge trunk Leaf check-in: bbb2d60708 user: jan.nijtmans tags: memory-API
21:12
Merge 8.7 check-in: e9564f822a user: jan.nijtmans tags: trunk
20:48
Use mp_isneg() in stead of mp_cmp_d() when the output of this function is simply compared with MP_LT... check-in: e509642a0b user: jan.nijtmans tags: core-8-branch
20:30
No need to set/restore tcl_precision in this test-case check-in: 8d84a6eee5 user: jan.nijtmans tags: core-8-branch
18:20
Much more progress expanding the vocabulary of index values, and getting results that make more intu... check-in: 3eb440e907 user: dgp tags: index-range-and-overflow
13:13
Work In Progress on index value reform -- not working. check-in: 74f11eb486 user: dgp tags: index-range-and-overflow
2018-02-26
18:18
merge 8.7 check-in: 225b6b1d08 user: dgp tags: bug-e593adf103-core-8
18:17
merge amg-string-insert updates check-in: 98f0601375 user: dgp tags: sebres-string-insert-cr1
2018-02-25
12:04
Starting to build the implementation of the private methods and variables. Definition support. Leaf check-in: bd8482a809 user: dkf tags: tip-500
2018-02-23
18:20
merge trunk check-in: e719d71c96 user: dgp tags: novem
18:18
merge trunk check-in: f28aeeac9c user: dgp tags: dgp-refactor
18:15
merge trunk check-in: 69df2bc72e user: dgp tags: dgp-properbytearray