| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.7 | dgp | 2018-10-29 | 4 | -108/+168 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2018-10-27 | 1 | -0/+1 |
| |\ |
|
| | * | merge-mark... well ... almost: Except for a missing <include> in tclWinDde.c | jan.nijtmans | 2018-10-27 | 1 | -0/+1 |
| | |\ |
|
| | | * | Missed some version bumps in previous commit | jan.nijtmans | 2018-10-27 | 2 | -3/+3 |
|
|
| | | * | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. | jan.nijtmans | 2018-10-27 | 7 | -233/+408 |
|
|
| | | * | Backport "registry" version 1.3.3, so all active branches now have the same r... | jan.nijtmans | 2018-10-24 | 6 | -360/+334 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2018-10-26 | 4 | -108/+167 |
| |\ \ \
| | |/ / |
|
| | * | | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables. | jan.nijtmans | 2018-10-26 | 4 | -162/+170 |
|
|
* | | | | merge 8.7 | dgp | 2018-10-24 | 2 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2018-10-22 | 2 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this! | jan.nijtmans | 2018-10-22 | 2 | -3/+3 |
|
|
* | | | | merge 8.7 | dgp | 2018-10-18 | 22 | -276/+890 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"... | jan.nijtmans | 2018-10-12 | 4 | -84/+59 |
|
|
| * | | | Merge 8.6
| jan.nijtmans | 2018-10-08 | 4 | -19/+11 |
| |\ \ \
| | |/ / |
|
| | * | | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString,... | jan.nijtmans | 2018-10-07 | 1 | -4/+10 |
|
|
| * | | | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return... | jan.nijtmans | 2018-10-06 | 1 | -1/+7 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2018-10-05 | 1 | -45/+4 |
| |\ \ \
| | |/ / |
|
| | * | | Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They d... | jan.nijtmans | 2018-10-05 | 1 | -49/+4 |
|
|
| * | | | merge 8.6 | dgp | 2018-10-05 | 1 | -4/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be N... | jan.nijtmans | 2018-10-05 | 1 | -4/+3 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2018-10-04 | 1 | -12/+15 |
| |\ \ \
| | |/ / |
|
| | * | | In registry, protect "keyName" from being NULL: This actually can lead to cra... | jan.nijtmans | 2018-10-04 | 1 | -19/+15 |
|
|
| | * | | Give lambda function a name "ReceiveChunked" for easier testing. New function... | jan.nijtmans | 2018-09-23 | 1 | -4/+4 |
|
|
| * | | | Adding Zipfile to the list of products produced for builds | hypnotoad | 2018-09-30 | 1 | -1/+1 |
|
|
| * | | | Add support for wine. So windows test-cases can now be run on Linux/Mac/whate... | jan.nijtmans | 2018-09-29 | 3 | -4/+44 |
|
|
| * | | | nmake build fixes for zipfs (ongoing, zip attachments not done yet) | jan.nijtmans | 2018-09-28 | 1 | -0/+6 |
|
|
| * | | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ... | jan.nijtmans | 2018-09-26 | 1 | -1/+2 |
|
|
| * | | | More fixes in Tcl_WinTChar2Utf: Don't restart loop when output contains null-... | jan.nijtmans | 2018-09-24 | 1 | -9/+9 |
|
|
| * | | | Handle the (unlikely) case that Tcl_DStringSetLength() results in a re-alloca... | jan.nijtmans | 2018-09-22 | 1 | -0/+1 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2018-09-22 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Update http version number, and fix some related test-cases | jan.nijtmans | 2018-09-22 | 1 | -2/+2 |
|
|
| * | | | Prevent possible build order problem, due to missing dde/registry dll's. | jan.nijtmans | 2018-09-22 | 2 | -5/+14 |
|
|
| * | | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -5/+5 |
|
|
| * | | | Fix various test-cases, which started failing on Windows due to TIP #430 | jan.nijtmans | 2018-09-13 | 1 | -0/+4 |
|
|
| * | | | Fix test-case registry-6.20, which started failing starting with the TIP #389... | jan.nijtmans | 2018-09-13 | 1 | -2/+16 |
|
|
| * | | | Stub fix, safe interpreter fix, and use more size_t wherever possible | jan.nijtmans | 2018-09-12 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | Use GetFileSizeEx() in stead of GetFileSize(), to get the file size on Windows. | jan.nijtmans | 2018-09-07 | 1 | -0/+1 |
|
|
| * | | | | TIP #430 implementation | jan.nijtmans | 2018-09-12 | 6 | -14/+587 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Merging changes with 8.7 | hypnotoad | 2018-08-14 | 15 | -143/+45 |
| | |\ \ \ |
|
| | * \ \ \ | merge 8.7 | dgp | 2018-06-12 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | merge 8.7 | dgp | 2018-05-31 | 4 | -30/+75 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | merge 8.7 | dgp | 2018-05-24 | 11 | -147/+22 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-05-11 | 6 | -21/+146 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-04-27 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-03-30 | 1 | -945/+945 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge 8.7; Updated the package manifest by hand; was broken until then. | dgp | 2018-03-15 | 5 | -7/+15 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-03-07 | 12 | -125/+26 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ | Pulling changes from core-8-branch | hypnotoad | 2017-12-29 | 4 | -105/+109 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Pulling changes from core-8-branch | hypnotoad | 2017-12-16 | 2 | -4/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Pulling changes from core-8-branch | hypnotoad | 2017-12-13 | 12 | -1945/+2660 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|