Tcl Source Code

Timeline
Login

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

50 check-ins occurring around 847fa2261d016aac.

2014-06-24
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
2014-06-23
12:49
Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::test assumes that the cle... check-in: 7a794c6958 user: jan.nijtmans tags: trunk
12:48
Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::test assumes that the cle... check-in: df6f1f8b84 user: jan.nijtmans tags: core-8-5-branch
08:42
merge trunk check-in: ea93cb999c user: dkf tags: bug-d5ddbc7f49
08:41
cleaning up option processing throughout Tcl to use common functions/language check-in: 7e93a07895 user: dkf tags: bug-d5ddbc7f49
2014-06-22
16:17
ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare... check-in: 6c7cb5d46a user: jan.nijtmans tags: trunk
16:15
ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare... check-in: 1a1cb1c7d7 user: jan.nijtmans tags: core-8-5-branch
2014-06-20
20:50
previous commit was not quite right, this one should be better Closed-Leaf check-in: 8924f03c9a user: jan.nijtmans tags: bug-2f9df4c4fa
20:21
ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare check-in: a61197b82c user: jan.nijtmans tags: bug-2f9df4c4fa
20:00
merge trunk check-in: dede94cd17 user: jan.nijtmans tags: novem
05:14
[b47b176adf] Stop possible segfaults when variability in mutex lock schedules cause a ForwardingResu... check-in: 767aa6e893 user: aku tags: trunk
05:05
[b47b176adf] Stop possible segfaults when variability in mutex lock schedules cause a ForwardingResu... check-in: bc8631546c user: aku tags: core-8-5-branch
2014-06-19
16:38
[b47b176adf] Stop segfault when variability in mutex lock schedules cause a ForwardingResult to rem... check-in: bbbfa372e6 user: dgp tags: trunk
2014-06-17
14:30
[f0f876c141] Improve consistency in error messages. check-in: fffc281b07 user: dkf tags: trunk
2014-06-16
21:28
Implements Tip 428: socket error dict returned by fconfigure -options check-in: 25d2506e45 user: oehhar tags: tip-428
21:01
Implemented tip-427: socket fconfigure option -connecting plus no -peername,-sockname when still con... Closed-Leaf check-in: 109f86e24f user: oehhar tags: tip-427
14:22
merge trunk check-in: f68d30646f user: dgp tags: dgp-refactor
13:38
[1758a0b603] socket_*-2.13 : Workaround the broken select() in some Linux kernels that fails to repo... check-in: dc173b3985 user: dgp tags: trunk
12:44
[1758a0b603] socket-2.13 : Workaround the broken select() in some Linux kernels that fails to report... check-in: e67cc60d94 user: dgp tags: core-8-5-branch
12:40
merge trunk check-in: f3492bdbad user: jan.nijtmans tags: novem
12:19
merge socket test from 8.5 check-in: 4c113631af user: dgp tags: trunk
12:09
merge 8.5 Closed-Leaf check-in: b41f47a5fa user: dgp tags: bug-1758a0b603
09:24
[311e61d12a] Generate error code in *all* places where commands are looked up. check-in: 990eed5c11 user: dkf tags: trunk
2014-06-15
16:50
[cb042d294e] Improve consistency of [dict] wrong-args error messages. check-in: 968e9ac311 user: dkf tags: trunk
16:14
[1b0266d8bb] Make [dict replace] and [dict remove] have canonicalization semantics close to [lrange]... check-in: 847fa2261d user: dkf tags: trunk, potential incompatibility
16:11
Some more cleaning up Closed-Leaf check-in: fd9995590d user: dkf tags: bug-1b0266d8bb
07:52
Make [dict replace] and [dict remove] guarantee result canonicality. check-in: a8cf3d7042 user: dkf tags: bug-1b0266d8bb
2014-06-13
21:15
Draft test for [1758a0b603]. check-in: 71669f9456 user: dgp tags: core-8-5-branch
2014-06-12
13:36
Additional check for an error condition on the socket. check-in: a6d7d34318 user: dgp tags: bug-1758a0b603
2014-06-11
17:24
Workaround the broken select() in some Linux kernels that fails to report a writable state on a sock... check-in: 1b53b3f232 user: dgp tags: bug-1758a0b603
2014-06-08
16:01
Generalization: desc is now appended to most events. Leaf check-in: 85101f0beb user: ferrieux tags: tcltest-verbose-desc
09:16
Add a '(d)esc' verbose token to tcltest, to display test description on start. check-in: f91db5ae99 user: ferrieux tags: tcltest-verbose-desc
2014-06-07
14:18
Improved the error messages. We do not want parsing an invalid dictionary to give errors about list... check-in: 1969678980 user: dkf tags: bug-1b0266d8bb
2014-06-06
08:47
merge trunk check-in: 8fe677b133 user: dkf tags: bug-1b0266d8bb
08:46
merge trunk check-in: 8fdb23bfd9 user: dkf tags: bug-1b0266d8bb
2014-06-05
19:13
Tests socket*-2.12 test for DiscardOutput() updates. check-in: 39da5e7464 user: dgp tags: trunk
19:09
Robust async connect tests by temporarely switching off auto continuation. Ticket [13d3af3ad5] check-in: 0c5005721e user: oehhar tags: robust-async-connect-tests
19:06
Test socket-2.12 covers the DiscardOutput() update. check-in: 47e4ef3394 user: dgp tags: core-8-5-branch
15:20
When too many chars are read by ReadChars() and we trim the limits to get it right on the next pass,... check-in: 2e1e7c8266 user: dgp tags: trunk
15:20
merge fork check-in: 4b59bbceaf user: dgp tags: core-8-5-branch
15:17
When too many chars are read by ReadChars() and we trim the limits to get it right on the next pass,... check-in: 04b06f7cea user: dgp tags: core-8-5-branch
00:22
Fixed a tricky interaction of IO system and encodings which could result in a panic.

The relevant f... check-in: 0f26611a0c user: andreask tags: core-8-5-branch

2014-06-04
21:45
Add missing calls to Tcl_DecrRefCount() in string object man page examples. check-in: 8b99a29c3f user: andy tags: trunk
16:42
Revise DiscardOutput() to account for revisions to the loop in FlushChannel() which is its only call... check-in: 2a072fdb9a user: dgp tags: trunk
16:36
Revise DiscardOutput() to account for revisions to the loop in FlushChannel() which is its only call... check-in: 2b1cda088c user: dgp tags: core-8-5-branch
08:15
more tests, cleaning up the code a bit check-in: 1fd96b571f user: dkf tags: bug-1b0266d8bb
03:25
Valgrind doesn't like use of uninitialized variables. check-in: bf44d3d17c user: dgp tags: trunk
2014-06-03
19:57
merge fork of 8.5 branch check-in: bd6ad3191b user: dgp tags: core-8-5-branch
17:47
[734138ded8] Revisions so that unreported errors don't get lost during the close of a channel. check-in: 4ea8a01012 user: dgp tags: trunk