| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.6 | dgp | 2017-06-26 | 1 | -1/+1 |
|\ |
|
| * | Bump to TclOO 1.1.0 | dgp | 2017-06-26 | 1 | -1/+1 |
|
|
* | | Merge 8.6; update changes. | dgp | 2017-06-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -1/+1 |
|
|
* | | Merge 8.6; update changes. | dgp | 2017-05-09 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: Memo... | jan.nijtmans | 2017-05-09 | 1 | -2/+2 |
| |\ |
|
* | \ | merge 8.6 | dgp | 2017-05-04 | 6 | -400/+641 |
|\ \ \
| |/ / |
|
| * | | Fix gcc warning: unused variable wakeEvent | jan.nijtmans | 2017-05-04 | 1 | -2/+1 |
|
|
| * | | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 4 | -23/+13 |
| |\ \ |
|
| | * | | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 3 | -102/+91 |
|
|
| | * | | (cherry-pick): fix typo-bug (using wrong thread handle by set priority) | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
|
|
| * | | | Fix [8bd13f07bde6fb0631f27927e36461fdefe8ca95|8bd13f07bd]: Closing tcl pipes ... | jan.nijtmans | 2017-05-01 | 5 | -390/+642 |
| |\ \ \ |
|
| | * \ \ | merge core-8-6-branchfix_1997007 | jan.nijtmans | 2017-04-28 | 9 | -23/+27 |
| | |\ \ \ |
|
| | * | | | | [win] fixes "wrong" checking of the flag TCL_CLOSE_READ in close2proc (using ... | sebres | 2017-04-12 | 1 | -3/+2 |
|
|
| | * | | | | 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 |
|
|
* | | | | | | merge 8.6; update changes | dgp | 2017-04-28 | 2 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (usin... | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
|
|
| * | | | | | (cherry-pick from "fix-1997007" branch): fix typo-bug (using wrong thread han... | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | merge 8.6 | dgp | 2017-04-21 | 4 | -2/+6 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on... | jan.nijtmans | 2017-04-20 | 4 | -2/+6 |
|
|
| * | | | | Another attempt to fix the two executable flags. | jan.nijtmans | 2017-04-12 | 1 | -0/+0 |
| |/ / / |
|
* | | | | Bump TclOO 1.0.6; finish changes. | dgp | 2017-04-13 | 1 | -1/+1 |
|
|
* | | | | Bump msgcat and tcl tests and continue updates to changes. | dgp | 2017-04-12 | 1 | -4/+4 |
|
|
* | | | | Start RC branch for Tcl 8.6.7 | dgp | 2017-03-10 | 2 | -2/+2 |
|/ / / |
|
* | | | Remove "makefile.bc". Not updated for many-many years, most likely it doesn't... | jan.nijtmans | 2017-03-07 | 2 | -598/+0 |
| |/
|/| |
|
* | | missing rules.vc after merge | sebres | 2017-01-13 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | Fixes nmakehlp: allows more as one option by -l, to provide mandatory linker ... | sebres | 2017-01-12 | 2 | -9/+17 |
|
|
| * | Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK... | sebres | 2017-01-12 | 1 | -5/+10 |
|
|
* | | Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new... | jan.nijtmans | 2017-01-13 | 1 | -8/+16 |
|\ \ |
|
| * | | Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new... | jan.nijtmans | 2017-01-13 | 1 | -8/+16 |
| |/ |
|
* | | Fix version number in tcl.dsp (thanks to Arjen Markus for noticing this) | jan.nijtmans | 2017-01-12 | 1 | -8/+8 |
|
|
* | | Merge bug_b87ad7e914 | sebres | 2017-01-09 | 1 | -21/+39 |
|\ \
| |/ |
|
| * | Fix for [b87ad7e9146832d505f9a430d779c5313c440256|b87ad7e914], rebased to cor...bug_b87ad7e914 | jan.nijtmans | 2017-01-09 | 1 | -21/+39 |
| |\ |
|
| | * | [win] bug fix in NativeGetTime: each call of it blurs current performance cou... | sebres | 2017-01-02 | 1 | -17/+37 |
|
|
| | * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 |
| | |\
| |_|/
|/| | |
|
| | * | more internal use of size_t (in stead of int) | jan.nijtmans | 2016-11-29 | 3 | -21/+19 |
|
|
| | * | Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function fro... | jan.nijtmans | 2016-11-17 | 2 | -3/+3 |
| | |\ |
|
| | | * | Remove subdirectories of "libtommath", and various individual related files, ... | jan.nijtmans | 2016-11-17 | 2 | -3/+3 |
| | | |\ |
|
| | * | | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet... | jan.nijtmans | 2016-11-16 | 2 | -0/+2 |
| | |/ / |
|
| | * | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 5 | -14/+15 |
|
|
| | * | | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,... | jan.nijtmans | 2016-11-11 | 2 | -3/+3 |
|
|