| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | improves robustness of the socket tests against busy random ports (fixed spor... | sebres | 2017-04-11 | 1 | -1/+16 |
|
|
| * | | | | code review, robustness increase, avoid infinite wait by exit, thread exit an... | sebres | 2017-04-11 | 4 | -332/+132 |
|
|
| * | | | | added wake-up event to prevent possible dead-locks by some waiting thread (e.... | sebres | 2017-04-11 | 2 | -14/+27 |
|
|
| * | | | | prepared to use pipe-helpers (TI-structure handling) for all pipe-workers (tc... | sebres | 2017-04-11 | 2 | -334/+436 |
|
|
| * | | | | code review and fix small memory leak using ckalloc, without finalization of ... | sebres | 2017-04-11 | 1 | -36/+71 |
|
|
| * | | | | shared structures of pipe-workers rewritten using atomic state of the thread;
| sebres | 2017-04-11 | 3 | -236/+371 |
|
|
| * | | | | fix typo- resp. copy-paste-bug (using wrong threadInfo pointer in ConsoleOutp... | sebres | 2017-04-11 | 1 | -1/+1 |
|
|
| * | | | | the same handling to initialize thread without suspend/resume helpers (otherw... | sebres | 2017-04-05 | 3 | -17/+15 |
|
|
| * | | | | fix typo-bug (using wrong thread handle by set priority)
| sebres | 2017-04-05 | 1 | -1/+1 |
|
|
| * | | | | small review: rewritten using already available event handles, additionally p... | sebres | 2017-04-05 | 3 | -80/+94 |
|
|
| * | | | | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c... | sebres | 2017-04-05 | 3 | -11/+167 |
|
|
* | | | | | [f34cf83dd0] An optimization was being taken in a case where it produced the ... | dgp | 2017-04-28 | 1 | -0/+7 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | [f34cf83dd0] An optimization was being taken in a case where it produced | dgp | 2017-04-28 | 1 | -0/+7 |
|
|
* | | | | | Test for [f34cf83dd0]. | dgp | 2017-04-28 | 1 | -0/+3 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Test for [f34cf83dd0]. | dgp | 2017-04-28 | 1 | -0/+3 |
|
|
* | | | | | merge mark | dgp | 2017-04-28 | 0 | -0/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | (cherry-pick): fix typo-bug (using wrong thread handle by set priority) | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
|
|
| * | | | | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -6/+2 |
|
|
| * | | | | (cherry-pick from core-8-6-branch): Update TZ info to tzcode2017b. | jan.nijtmans | 2017-03-23 | 144 | -6717/+6328 |
|
|
* | | | | | silence uninit variable warnings | dgp | 2017-04-28 | 1 | -1/+1 |
|
|
* | | | | | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (usin... | jan.nijtmans | 2017-04-28 | 2 | -2/+2 |
|
|
* | | | | | (cherry-pick from "fix-1997007" branch): fix typo-bug (using wrong thread han... | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
| |_|/ /
|/| | | |
|
* | | | | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -4/+2 |
|
|
* | | | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ... | dkf | 2017-04-27 | 2 | -19/+17 |
|\ \ \ \ |
|
| * | | | | [50750c735a] Fix for uninit memory handling issue in zlib transforms.bug_50750c735a | dkf | 2017-04-25 | 2 | -19/+17 |
|/ / / / |
|
* | | | | Deal with a couple of obscure causes of warnings on some versions of OSX. | dkf | 2017-04-25 | 2 | -26/+67 |
|
|
* | | | | A better way of getting source file location information when disassembling. | dkf | 2017-04-22 | 3 | -20/+54 |
|
|
* | | | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on... | jan.nijtmans | 2017-04-20 | 5 | -3/+7 |
|
|
* | | | | Fix [bc432269b74e9b246bf01f354714fed47cb227ed|bc432269]: http fails in a safe... | jan.nijtmans | 2017-04-18 | 1 | -4/+13 |
|
|
* | | | | Repair revised tests that failed. | dgp | 2017-04-17 | 2 | -3/+3 |
|
|
* | | | | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to ... | jan.nijtmans | 2017-04-14 | 5 | -25/+49 |
|
|
* | | | | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid. | dgp | 2017-04-12 | 4 | -41/+13 |
|
|
* | | | | Another attempt to fix the two executable flags. | jan.nijtmans | 2017-04-12 | 2 | -0/+0 |
|
|
* | | | | Fix executable flag for 2 files | jan.nijtmans | 2017-04-12 | 0 | -0/+0 |
|
|
* | | | | merge fix-42202ba1e5ff566e | sebres | 2017-04-12 | 2 | -1/+70 |
|\ \ \ \ |
|
| * | | | | bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro injectfix_42202ba1e5ff566e | sebres | 2017-04-04 | 2 | -1/+70 |
|
|
| * | | | | Create new branch named "fix-42202ba1e5ff566e" | sebres | 2017-04-04 | 0 | -0/+0 |
|
|
* | | | | | Fix sporadically errors in zlib-8.x and socket tests, cherry-picked from "fix... | jan.nijtmans | 2017-04-12 | 2 | -8/+23 |
| |_|/ /
|/| | | |
|
* | | | | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d... | jan.nijtmans | 2017-04-05 | 4 | -13/+41 |
|
|
* | | | | Code optimization/reduction: If TCL_WIDE_INT_IS_LONG is defined, the variable... | jan.nijtmans | 2017-04-03 | 1 | -5/+12 |
|
|
* | | | | [900cb0284bc] Ensure that masking pseudo-methods used for export management a... | dkf | 2017-03-29 | 2 | -0/+38 |
|
|
* | | | | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 3 | -4/+4 |
|
|
* | | | | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. | jan.nijtmans | 2017-03-27 | 2 | -3/+3 |
|
|
* | | | | Update TZ info to tzcode2017b. | José Ignacio Marín | 2017-03-23 | 2 | -2/+168 |
|
|
* | | | | New(ish) test interp-14.11 was missing its -cleanup. | dgp | 2017-03-22 | 1 | -0/+2 |
|/ / / |
|
* | | | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 4 | -16/+16 |
|
|
* | | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 7 | -13/+174 |
|
|
* | | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int... | Kevin B Kenny | 2017-03-14 | 7 | -84/+374 |
|\ \ \ |
|
| * | | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...kbk_clock_encoding_ensembles | Kevin B Kenny | 2017-03-14 | 5 | -4/+116 |
|
|
| * | | | Make 'clock' and 'encoding' into proper compilable ensembles | Kevin B Kenny | 2017-03-14 | 5 | -83/+261 |
|/ / / |
|