Tcl Source Code

Timeline
Login

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

50 check-ins occurring around 98d7d3d724bf14c5.

2015-05-17
19:46
Fix typo in the previous check-in. check-in: 88904831f0 user: mistachkin tags: bug-57945b574a
18:03
Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinalize API. Not yet tested. check-in: 53d99af757 user: mistachkin tags: bug-57945b574a
12:56
[ad6696285c] Correction of description of filter behaviour with 'unknown'. check-in: 90adc15aa1 user: dkf tags: trunk
12:06
[ad6696285c] Demonstrate that filters are not called for destructors. check-in: 413d3622d5 user: dkf tags: trunk
2015-05-16
06:59
Reword and clarify the doc changes from the previous check-in. check-in: 4b7f255148 user: mistachkin tags: bug-57945b574a
06:49
First draft of the necessary doc changes. check-in: a68b3f0dac user: mistachkin tags: bug-57945b574a
2015-05-15
22:14
[85ce4bf928] Fix for problems with storing Inf with [binary format R]. check-in: 21866fab39 user: dkf tags: bug-85ce4bf928
14:40
[0f42ff7871] Remove unintentional difference between interpreted and compiled [next]. check-in: 55abfff316 user: dkf tags: trunk
13:54
[9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even when construction didn... check-in: b055612dca user: dkf tags: trunk
2015-05-14
11:20
merge novem check-in: 782f3e764a user: dgp tags: dgp-refactor
11:20
merge trunk check-in: 4099a7fc2b user: dgp tags: novem
11:19
Bump to http 2.8.9 check-in: b855213f45 user: dgp tags: trunk
08:23
[6a71dbe6ec] Ensure that compression errors log correctly. check-in: b61e62776b user: dkf tags: trunk
08:05
[b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, but it is far more interop... check-in: 52fd51a4df user: dkf tags: trunk
2015-05-12
15:00
Added contributed tests from aspect Closed-Leaf check-in: 2417c6617a user: dgp tags: bug-0f42ff7871
14:45
merge trunk check-in: cddef08e73 user: dgp tags: bug-0f42ff7871
2015-04-30
15:32
merge novem check-in: 81b82b492e user: dgp tags: dgp-refactor
15:32
merge trunk check-in: 63b60af5d4 user: dgp tags: novem
15:31
test portability check-in: 019ec0ba40 user: dgp tags: trunk
15:31
Test portability. check-in: 453c47d3d9 user: dgp tags: core-8-5-branch
15:26
merge novem check-in: a8fcf3d71f user: dgp tags: dgp-refactor
2015-04-29
21:51
merge trunk check-in: c80897363f user: jan.nijtmans tags: novem
20:35
merge mark check-in: ec6a571ab9 user: dgp tags: trunk
20:34
Use joinable threads to avoid thread finalization crashes. check-in: 20cec4e959 user: dgp tags: core-8-5-branch
18:16
[894da183c8] Test and fix for regression in flushing blocked channels. check-in: 98d7d3d724 user: dgp tags: trunk
18:00
[894da183c8] Test and fix for regression in flushing blocked channels. check-in: a13963e6e4 user: dgp tags: core-8-5-branch
16:34
[894da183c8] Fix and test for bug at the point it was introduced. Closed-Leaf check-in: 8eb3c44932 user: dgp tags: bug-894da183c8
07:56
Merge tzdata2015d from ietf.org check-in: c440f651dd user: venkat tags: trunk
07:54
Update to tzdata2015d from ietf.org check-in: 635281ed4f user: venkat tags: core-8-5-branch
2015-04-24
20:17
[879a0747be] Repair handling of incomplete multi-byte chars at the ends of input buffers. Also prope... check-in: fa817d16c8 user: dgp tags: trunk
20:06
[879a0747be] Repair handling of incomplete multi-byte chars at the ends of input buffers. Also prop... check-in: 4b964e7afb user: dgp tags: core-8-5-branch
15:48
Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. check-in: 727d74f76d user: dgp tags: trunk
15:47
Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. check-in: e1061dfe07 user: dgp tags: core-8-5-branch
2015-04-23
12:17
Open linked folder shared on Windows - Patch [19ea026e43] check-in: 990679a4a2 user: oehhar tags: trunk
11:21
Open linked folder shared on Windows - Patch [19ea026e43] check-in: 7d39fa6f82 user: oehhar tags: core-8-5-branch
2015-04-21
18:23
Proposed fix for bug 879a0747be Closed-Leaf check-in: 606edab7e3 user: dgp tags: bug-879a0747be
2015-04-20
10:35
Fix [8065d17822]: Duplicate -DNDEBUG in compiler command wi... check-in: 0a2e3bb2d9 user: jan.nijtmans tags: trunk
2015-04-17
20:52
bring in dgp's improvements to zippy check-in: b285882061 user: msofer tags: trunk
2015-04-16
12:27
Reduce the list walking by keeping lastPtr fields. Closed-Leaf check-in: 51052eab9b user: dgp tags: zippy-fifo
2015-04-15
19:57
Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pool so that the overal opera... check-in: ee5c16f99b user: dgp tags: zippy-fifo
2015-04-10
09:23
Fix [a0a251e4e4]: tcl 8.6.4 compilation on windows with msy... check-in: c397433be3 user: jan.nijtmans tags: trunk
2015-04-09
19:53
Add new public Tcl C API to allow a mutex to be unlocked and then finalized atomically. Candidate f... check-in: 30dc11630f user: mistachkin tags: bug-57945b574a
09:27
Don't warn about warnings that are suppressed correctly now. check-in: d6a4608b51 user: dkf tags: trunk
09:20
Squelch otherwise-unavoidable OSX warnings. It's like magic! check-in: 4760483bbd user: dkf tags: trunk
2015-04-08
19:08
improve comments for TclMarkTailcall and friends check-in: 36cb964690 user: msofer tags: trunk
16:42
Correction suggested by miguel. Passes test suite and fixes bug demos. check-in: 5c3a32ed23 user: dgp tags: bug-0f42ff7871
14:37
Proposed fix. check-in: b77f0e1f77 user: dgp tags: bug-0f42ff7871
2015-04-04
11:47
Don't fetch values we don't need. check-in: 6f8d422627 user: dkf tags: trunk
2015-03-31
02:48
First sketch implementation of a Hash Array Map Trie (HAMT). check-in: b719efb9dd user: dgp tags: dgp-refactor
2015-03-24
18:38
merge novem check-in: cc8a52a073 user: dgp tags: dgp-refactor