Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file changes version 361dd16a13

2018-02-04
13:49
getting it closer to working. Closed-Leaf check-in: b7161983e5 user: avl42 tags: tcl-469-1st-try
2017-11-05
16:41
Fixed stupid Tcl_DecrRefCount bug in TclCleanupChildren with normally terminated processes. check-in: 064d93dfb0 user: f.bonnet tags: tip-462
2017-10-30
01:06
merge 8.6.5 check-in: 76eb1ed02f user: dgp tags: tip-278
2017-09-21
22:00
Checkpoint of work in progress. Leaf check-in: 13fc64f17c user: dkf tags: http3
2017-08-31
08:41
merge trunk check-in: 2bfc123728 user: jan.nijtmans tags: novem
2017-08-30
15:29
Cherrypick string.test [de104ef5ab] check-in: c649c52458 user: andy tags: trunk
15:22
Merge trunk check-in: 0def7d0317 user: andy tags: amg-string-insert
15:20
Rename TclStringReplace() to Tcl_StringReplace() and add to the stubs table. Documentation not yet ... check-in: 678e846973 user: andy tags: amg-string-insert
12:39
merge trunk check-in: d6b05e9e2c user: jan.nijtmans tags: tip-439, semver
12:37
Tweak libtommath building, such that it doesn't depend on uint64_t any more. (handle mp_word in the ... check-in: c28c8e4f1c user: jan.nijtmans tags: trunk
12:01
merge trunk check-in: ddda318c41 user: jan.nijtmans tags: tip-439, semver
11:49
merge trunk check-in: 18735f269b user: jan.nijtmans tags: novem
11:46
Adapt libtommath's "changes.txt", and other text-files. Adapt bn_mp_read_radix.c to latest libtommat... check-in: 0f28787503 user: jan.nijtmans tags: trunk
2017-08-29
21:44
(experiment) See: https://github.com/libtom/libtommath/pull/75 proposal by sjaeckel Closed-Leaf check-in: f51addad6e user: jan.nijtmans tags: libtommath-tcl-fixes-75
21:27
a few missing bits after previous commit check-in: 8c421aaec5 user: jan.nijtmans tags: trunk
20:45
upgrade to libtommath 1.0.1 (With all Tcl-specific changes - as far as needed - intact) check-in: 600a59709e user: jan.nijtmans tags: trunk
20:43
Merge libtommath 1.0.1 final Closed-Leaf check-in: 3617735687 user: jan.nijtmans tags: libtommath-1.0.1
20:25
libtommath 1.0.1 rc2, for test purposes only check-in: 27923399a3 user: jan.nijtmans tags: libtommath-1.0.1
09:25
merge-mark check-in: 238a21ce95 user: jan.nijtmans tags: trunk
09:19
Merge trunk check-in: f2f6504adb user: jan.nijtmans tags: novem
2017-08-27
21:25
Comments and formatting check-in: 4bfe8e269d user: f.bonnet tags: tip-462
15:25
Fixed reference counting issue with objects returned by WaitProcessStatus check-in: de93dfa9c6 user: f.bonnet tags: tip-462
15:24
On Windows, Tcl_Pids now map to dwProcessId instead of hProcess because the system reuses handles of... check-in: bdf5100b03 user: f.bonnet tags: tip-462
11:05
Refactoring to support all processes and not just detached ones. check-in: 35e5121282 user: f.bonnet tags: tip-462
2017-08-25
13:46
Merge trunk check-in: c841475a89 user: jan.nijtmans tags: tip-389-impl
2017-08-24
16:56
Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. check-in: 844c1fa97f user: ferrieux tags: trunk
2017-08-23
19:51
Added switches and pid list support to tcl::process status check-in: d5505d71d9 user: f.bonnet tags: tip-462
18:31
Refactoring and preliminary implementation of tcl::process (list|status) check-in: 53a8328d11 user: f.bonnet tags: tip-462
2017-08-22
12:41
merge core-8-6-branch check-in: 2b42a8db4c user: jan.nijtmans tags: trunk
2017-08-20
20:11
Add test cleanup check-in: 5f8c346dfb user: andy tags: amg-string-insert
19:57
Add tests to exercise almost every line of TclStringReplace(). The one line not being exercised is ... check-in: eb2821be09 user: andy tags: amg-string-insert
19:55
Tweak string index boundary conditionals for tiny performance improvement and to make existing tests... check-in: 025ea6e5be user: andy tags: amg-string-insert
18:13
Add non-bytecoded [string replace] tests to exercise new TclStringReplace() function check-in: 9af4defa79 user: andy tags: amg-string-insert
03:45
Add string-14.18 to test that [string replace] with last<first does not insert a string, even though... check-in: de104ef5ab user: andy tags: amg-string-insert
03:21
Reimplement NON-BYTECODED [string replace] in terms of new TclStringReplace() function check-in: c0036938dd user: andy tags: amg-string-insert
03:20
Correct NULL dereference, and optimize short-circuit logical operation check-in: fa3278ec35 user: andy tags: amg-string-insert
02:44
Work toward dgp's suggestion that the underlying engine handle both [string insert] and [string repl... check-in: 0cfeecb740 user: andy tags: amg-string-insert
2017-08-18
22:06
merge core-8-6-branch check-in: 75da8b29f8 user: jan.nijtmans tags: trunk
13:44
merge novem check-in: a87c8c9494 user: dgp tags: dgp-properbytearray
13:44
merge novem check-in: d592c0fb4a user: dgp tags: dgp-refactor
13:43
merge trunk check-in: 56e26d203d user: dgp tags: tip-445
13:23
merge trunk check-in: f1f87ddc33 user: dgp tags: novem
12:49
Completed [tcl::process autopurge] semantics and added [tcl::process purge] implementation along wit... check-in: 895210c8ba user: f.bonnet tags: tip-462
07:51
Added [tcl::process autopurge] flag management with TclProcessGetAutopurge/TclProcessSetAutopurge co... check-in: 67ed1efdfa user: f.bonnet tags: tip-462
2017-08-17
22:50
Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f44929cbbba9c4130798a8a54... check-in: 1b01d8a66c user: jan.nijtmans tags: trunk
21:56
merge core-8-6-branch check-in: 6d463326bc user: jan.nijtmans tags: trunk
18:32
Correct bug in getting second Unicode character sequence check-in: 87dadea232 user: andy tags: amg-string-insert
18:15
Clip (don't reject) out-of-bounds indexes, per sebres's suggestion and to match [linsert] check-in: 581e438bb7 user: andy tags: amg-string-insert
18:14
Work around [3397978fff] check-in: a20a2ff810 user: andy tags: amg-string-insert
17:29
Backout [b163c4f423]: Command ensembles indeed do affect argument reference counts, see [3397978fff] check-in: b83433c23f user: andy tags: amg-string-insert
13:03
Fixed line endings check-in: 2a872d1898 user: f.bonnet tags: tip-462
13:02
Basic scaffolding for tcl::process check-in: 7cbd47fe03 user: f.bonnet tags: tip-462
2017-08-16
15:14
Test code to investigate command ensemble argument reference counts check-in: b163c4f423 user: andy tags: amg-string-insert
15:14
Fix typo check-in: 9f7c7d5fb4 user: andy tags: amg-string-insert
2017-08-15
08:25
Write some test cases check-in: ea030eb727 user: andy tags: amg-string-insert
08:23
Correct bug in shared pure byte array case check-in: 597e9993b3 user: andy tags: amg-string-insert
08:04
Remove repeated code check-in: d83ac7baf8 user: andy tags: amg-string-insert
08:04
Update existing tests to accommodate new [string insert] command check-in: 900ca572ab user: andy tags: amg-string-insert
07:50
Begin implementation of [string insert] check-in: cbfded0f59 user: andy tags: amg-string-insert
2017-08-12
19:45
Correct longstanding typo in continue man page check-in: 7e42c87b8f user: andy tags: trunk
2017-08-10
14:29
Release candidate branch for Tcl 8.7a1. check-in: 31c23dd6bb user: dgp tags: core-8-7-a1-rc
14:17
merge 8.6 check-in: c36e167835 user: dgp tags: trunk
2017-08-09
16:38
merge mark check-in: 485cf243f0 user: dgp tags: trunk
2017-08-08
16:41
Merge novem check-in: aa2d419bfa user: andy tags: dgp-properbytearray
16:40
Merge novem check-in: 0f3306d7d6 user: andy tags: dgp-refactor
16:39
Merge trunk check-in: 16185b644b user: andy tags: tip-445
16:39
Merge trunk check-in: aadf195d2c user: andy tags: novem
2017-08-07
01:16
[5bfe3de008]: Modify [source] to set input EOF character but not output EOF character. This avoids ... check-in: 527d354828 user: andy tags: trunk
2017-08-04
13:26
merge novem check-in: fc84863621 user: dgp tags: dgp-properbytearray
13:26
merge novem check-in: 7d00234e68 user: dgp tags: dgp-refactor
13:25
merge trunk check-in: da03eaabd8 user: dgp tags: tip-445
13:19
merge trunk check-in: 4b17c28700 user: dgp tags: novem
13:18
merge 8.6 check-in: 310ded6da8 user: dgp tags: trunk
2017-07-22
22:49
Make it work again with new epoll Notifier

Warning: might need some more tweaks if it turns out to ... check-in: 434eb7d003 user: avl42 tags: tcl-469-1st-try

2017-07-18
13:46
merge novem check-in: 80f0997f0b user: dgp tags: dgp-properbytearray
13:46
merge novem check-in: 56f00462f4 user: dgp tags: dgp-refactor
13:39
merge trunk check-in: e9ce600364 user: dgp tags: tip-445
13:34
merge trunk check-in: 5a7371016e user: dgp tags: novem
2017-07-17
08:04
merge core-8-6-branch check-in: 4009d98d80 user: jan.nijtmans tags: trunk
2017-07-16
20:55
fileevent $ch exception ... check-in: 5610dcf5cd user: avl tags: tcl-469-1st-try
2017-07-14
14:21
merge trunk check-in: 50bd973657 user: jan.nijtmans tags: tip-439, semver
2017-07-13
15:07
merge core-8-6-branch check-in: a3919af766 user: jan.nijtmans tags: trunk
2017-07-06
16:58
merge novem check-in: 7eb94b8f21 user: dgp tags: dgp-refactor
16:57
merge novem check-in: 45d5acda53 user: dgp tags: dgp-properbytearray
16:52
merge trunk check-in: 4dc6e2e33e user: dgp tags: novem
16:52
merge trunk check-in: a21e565627 user: dgp tags: tip-445
16:40
merge 8.6 check-in: 78ed92ebd5 user: dgp tags: trunk
2017-07-04
14:31
Add in the URL parsing as a general service. check-in: 68f522f39f user: dkf tags: http3
2017-07-03
12:46
merge trunk check-in: 2cab48c756 user: jan.nijtmans tags: novem
12:45
merge core-8-6-branch check-in: f46366c736 user: jan.nijtmans tags: trunk
08:32
merge trunk check-in: 7067ab8082 user: jan.nijtmans tags: novem
08:30
merge core-8-6-branch check-in: 1335f34599 user: jan.nijtmans tags: trunk
2017-06-29
13:18
merge trunk Closed-Leaf check-in: 65f7b12c0e user: jan.nijtmans tags: jn-0d-radix-prefix
11:42
merge novem check-in: 76a8ebccd9 user: dgp tags: dgp-refactor
11:38
merge novem check-in: 28d8f0755f user: dgp tags: dgp-properbytearray
11:29
merge trunk check-in: e6b9d7a231 user: dgp tags: tip-445
2017-06-28
13:45
merge trunk check-in: 6921b83aca user: jan.nijtmans tags: novem
13:44
merge core-8-6-branch check-in: 474ea18601 user: jan.nijtmans tags: trunk
11:02
Implement %a and %A for floating point numbers check-in: 35812670ab user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-27
18:21
Rethinking how to hold the bits of configuration. check-in: 3ffd93f7c0 user: dkf tags: http3
12:00
Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just generate uppercase direct... check-in: 2004acdea6 user: jan.nijtmans tags: jn-0d-radix-prefix
10:13
Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's suggestion). Seems ready... check-in: 3b3992d33d user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-26
20:26
merge novem check-in: 69f79aa309 user: dgp tags: dgp-refactor
20:25
merge novem check-in: a9a65ee225 user: dgp tags: dgp-properbytearray
20:14
merge trunk check-in: b9b632a2ca user: dgp tags: tip-445
20:13
merge trunk check-in: 80be23dd56 user: dgp tags: novem
20:00
Merge 8.6; Bump to TclOO 1.2.0. check-in: c5252bc435 user: dgp tags: trunk
11:37
merge trunk check-in: 0705d03cdf user: jan.nijtmans tags: tip-439, semver
10:20
Rebase branch "jn-0d-radix-prefix" back to trunk. No new changes check-in: e2b749751c user: jan.nijtmans tags: jn-0d-radix-prefix
2017-06-25
22:16
Start of work on developing a new major version of the HTTP package. check-in: 21792340da user: dkf tags: http3
2017-06-23
20:49
Tests for ::http::Write done. check-in: 0926e525f7 user: gerald tags: tip-452
20:08
Added test suites for more of the http package, two procedures left to do test suites for. check-in: 8321eb1dcd user: gerald tags: tip-452
15:05
merge trunk check-in: d3b73e481b user: jan.nijtmans tags: novem
15:04
No longer split tests for longIs32bit/longIs64bit, since the results should be identical check-in: a7db1ba444 user: jan.nijtmans tags: trunk
13:11
typo fix check-in: b3af99ceb9 user: dgp tags: trunk
13:09
Rewrite the documentation of [regsub -command] so it's not quite such a mess. check-in: c11222b967 user: dgp tags: trunk
12:39
repair broken tests check-in: b063408c38 user: dgp tags: trunk
12:28
Repair compiler warning about uninitialized value. check-in: d06a0b65c1 user: dgp tags: trunk
09:14
Merge trunk (but without %#d format, pending further decision and bug-fixing) check-in: 818930fdcd user: jan.nijtmans tags: novem
08:11
TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals check-in: 4f68bf6677 user: jan.nijtmans tags: trunk
2017-06-22
22:54
Add [regsub -command] case that wasn't actively tested for. check-in: 0bd419a4d7 user: dkf tags: trunk
22:03
Implement TIP #473: Allow a Defined Target Namespace in oo::copy check-in: 1f77049cc0 user: dkf tags: trunk
21:50
Implement TIP #470: Reliable Access to OO Definition Context Object check-in: 0ae0df0685 user: dkf tags: trunk
21:48
merge trunk Closed-Leaf check-in: bc0550924f user: dkf tags: tip-470
21:46
Implement TIP #463: Command-Driven Substitutions for regsub check-in: 9aaee27679 user: dkf tags: trunk
14:23
merge novem check-in: e166a5a58b user: dgp tags: dgp-refactor
13:56
merge novem check-in: db3d5c1dad user: dgp tags: dgp-properbytearray
13:45
merge trunk check-in: 8d97ed6516 user: dgp tags: tip-445
13:41
merge trunk check-in: 30c71bc195 user: dgp tags: novem
12:25
merge trunk Closed-Leaf check-in: d26f75a105 user: dgp tags: tip-463
08:59
merge core-8-6-branch check-in: 1d11dc7a53 user: jan.nijtmans tags: trunk
03:33
Added additional tests into rewrite of http test package. check-in: e8c535c2c0 user: gerald tags: tip-452
2017-06-21
21:22
More http test rewrites. check-in: 98e3eadd14 user: gerald tags: tip-452
2017-06-20
23:04
Test for several more commands. check-in: 24ff58075c user: gerald tags: tip-452
14:36
Added test for several commands. check-in: a59225dbf1 user: gerald tags: tip-452
2017-06-19
22:45
Fix for [c81183a2a71adeff28d846b5dcf8ca5bb15bbf30]. check-in: 52264f7439 user: gerald tags: tip-452
22:21
[4e5007ea1b285527] Added all code path tests for ::http::formatQuery. check-in: 286eddfbe6 user: gerald tags: tip-452
21:40
Test complete for http::geturl -- all code paths covered.

Also fix for tcloo code in TIP 452. check-in: b8e209a539 user: gerald tags: tip-452

18:26
merge novem check-in: eb8166618c user: dgp tags: dgp-properbytearray
18:11
merge novem check-in: 4cc19e9c99 user: dgp tags: dgp-refactor
18:04
Silence compiler warning check-in: 29123b010b user: dgp tags: novem
17:56
Merge trunk. Improve test http-4.16 in robustness and result utility. check-in: 854cdede26 user: dgp tags: novem
17:37
merge trunk check-in: a75ba760f7 user: dgp tags: tip-445
2017-06-18
18:02
Factor out chunk of non-obvious code in the guts of [oo::define] into one place. check-in: bbaad94279 user: dkf tags: trunk
2017-06-16
21:13
Partial test suite written for http::geturl. check-in: bb8efd05a0 user: gerald tags: tip-452
21:12
repair merge check-in: 558669f5e0 user: dgp tags: dgp-properbytearray
20:41
merge novem check-in: ec44855767 user: dgp tags: dgp-properbytearray
20:40
merge novem check-in: 95b720f9ff user: dgp tags: dgp-refactor
20:35
merge trunk check-in: f7688ef8a2 user: dgp tags: novem
20:28
merge trunk check-in: 2b4060cef5 user: dgp tags: tip-445
19:54
Another reworking, now with comments. check-in: e9f3293d67 user: dgp tags: trunk
17:08
Added empty failing tests for all the paths in geturl. check-in: 6dcf1b1049 user: gerald tags: tip-452
16:28
Added empty failing test for each unit that should be tested. NOTE -- some units will have multiple... check-in: a57bb47530 user: gerald tags: tip-452
16:23
Simplify the final loop when we know we're generating strings for all. check-in: 20cca1d020 user: dgp tags: trunk
16:07
Split loop into two cases for further simplification. check-in: afd6a2812b user: dgp tags: trunk
15:51
Factor out and simplify loop scanning leading known empty values. check-in: 1e6a22b0fc user: dgp tags: trunk
15:15
Started to add support for tcloo into tcltest package. First set of http test using TIP 452. check-in: 7fcd7262f6 user: gerald tags: tip-452
14:46
Use local variables. check-in: af5aec752d user: dgp tags: trunk
14:43
Rework the logic. Equivalent function. check-in: aa9699939f user: dgp tags: trunk
12:56
Extend cases where string rep generation can be prevented. check-in: 3f07499767 user: dgp tags: trunk
11:47
Better define the meaning of "first" and "last". check-in: a1eb17546f user: dgp tags: trunk
2017-06-15
09:38
merge core-8-6-branch check-in: a1f9019daa user: jan.nijtmans tags: trunk
2017-06-14
21:51
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. check-in: 49e696d1b9 user: dkf tags: trunk
21:42
[f2336c116b] Move pragmas to make gcc happy; it is pickier than clang. check-in: dce77b1b20 user: dkf tags: trunk
2017-06-13
12:28
Improve docs, add tests, fix a corner case in the implementation. Closed-Leaf check-in: 097ba887bf user: dkf tags: oo-copy-ns
11:10
Add tests and docs. check-in: e19250e477 user: dkf tags: tip-470
2017-06-12
14:04
Add support of 0d in the format %# conversion flag. Add tests for same. check-in: b8074009fb user: griffin tags: bsg-0d-radix-prefix
13:29
merge trunk check-in: ef7adbfe4b user: jan.nijtmans tags: z_modifier
2017-06-10
17:06
1) Added namespace exports to tcltest namespace for new features 2) Rolled minor revision number of ... check-in: 9c86f726c0 user: gerald tags: tip-452
2017-06-09
12:20
merge trunk check-in: ee2c5cf945 user: jan.nijtmans tags: tip-389-impl
11:48
merge novem check-in: f687ce6a36 user: jan.nijtmans tags: novem-more-memory-API
11:17
merge trunk check-in: f0e33a9d48 user: jan.nijtmans tags: novem
2017-06-08
21:49
Check in reference implementation of TIP 452.

TO DO: create test for two existing Tcl procedure to ... check-in: 2e7887b673 user: gerald tags: tip-452

21:15
Another TclStringCatObjv optimization to delay/avoid string rep generation. check-in: f3884d09d4 user: dgp tags: trunk
21:10
Don't test the impossible. Closed-Leaf check-in: db46268589 user: dgp tags: dgp-stringcat-delaystringrep
21:05
Modernize overflow checks. check-in: f4c7382b8a user: dgp tags: dgp-stringcat-delaystringrep
20:58
merge trunk check-in: 993ce8428b user: dgp tags: dgp-stringcat-delaystringrep
20:57
More streamlining check-in: 8d50922091 user: dgp tags: dgp-stringcat-delaystringrep
20:49
Make read and write operations on Tcl_Var handles available in tclInt API. check-in: 2487a9bc13 user: dkf tags: trunk
20:40
More streamlining. check-in: 04d8b74d04 user: dgp tags: dgp-stringcat-delaystringrep
20:38
Create new branch named "tip-452" check-in: 0aad28628c user: gerald tags: tip-452
20:31
pendingPtr == NULL implies (last == first) implies early out check-in: 5ed6f019fa user: dgp tags: dgp-stringcat-delaystringrep
19:35
Tests for string rep generation suppression check-in: 51f3983e40 user: dgp tags: dgp-stringcat-delaystringrep
16:48
merge trunk check-in: 260be46929 user: dgp tags: dgp-stringcat-delaystringrep
16:44
When possible delay string rep generation until necessary. check-in: 38795b0541 user: dgp tags: dgp-stringcat-delaystringrep
12:59
merge trunk check-in: 7b30d63181 user: jan.nijtmans tags: novem
12:53
merge core-8-6-branch check-in: 0a9475dd06 user: jan.nijtmans tags: trunk
12:38
merge core-8-6-branch check-in: 9053c4a54f user: jan.nijtmans tags: trunk
2017-06-07
15:23
merge core-8-6-branch check-in: eba046ff54 user: jan.nijtmans tags: trunk
2017-06-06
15:51
merge trunk check-in: 1ce52fbf89 user: dgp tags: novem
14:46
Merge trunk check-in: b03462a529 user: jan.nijtmans tags: tip-389-impl
14:35
merge core-8-6-branch check-in: 7082428670 user: jan.nijtmans tags: trunk
13:48
merge trunk check-in: 2b3de0b7fe user: dgp tags: tip-445
13:14
[716b427f76] Optimize TclStringCatObjv when only one non-empty argument. check-in: 529d17802a user: dgp tags: trunk
12:56
A few more tweaks to streamline and clarify. Closed-Leaf check-in: d253aace3f user: dgp tags: bug-716b427f76
09:25
merge trunk check-in: 6c9ae4580b user: jan.nijtmans tags: novem
09:25
makes TclStringCatObjv safe accepting objc = 0 (or 1), then fast exits with new object / first; chec... check-in: c30066298d user: sebres tags: bug-716b427f76
09:24
merge core-8-6-branch check-in: 28a2ae3999 user: jan.nijtmans tags: trunk
09:01
amend to [eac4656f1e8cf793] (moved to scope where numChars != 0 in Unicode case) check-in: 0a267ebdd3 user: sebres tags: bug-716b427f76
08:34
small code review: don't need to check length if unchanged + the same case if 0 length check-in: eac4656f1e user: sebres tags: bug-716b427f76