| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2019-10-05 | 10 | -18/+18 |
|\ |
|
| * | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.... | jan.nijtmans | 2019-10-05 | 10 | -18/+18 |
| |\ |
|
| | * | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 6 | -11/+11 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-10-02 | 2 | -8/+84 |
|\ \ \
| |/ / |
|
| * | | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD... | jan.nijtmans | 2019-10-02 | 2 | -6/+194 |
| |\ \
| | |/ |
|
| | * | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD... | jan.nijtmans | 2019-10-02 | 2 | -2/+190 |
|
|
| | * | Correct typo's in tcl.m4. Found by Kamil Rytarowski | jan.nijtmans | 2019-10-01 | 1 | -4/+4 |
|
|
* | | | Fix correct export on win32 for TclZipfs_AppHook, when not building with -DUN... | jan.nijtmans | 2019-09-29 | 3 | -2/+7 |
|
|
* | | | Use Tcl_WCharToUtfDString in stead of (deprecated) Tcl_WinTCharToUtf | jan.nijtmans | 2019-09-29 | 1 | -1/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-09-29 | 5 | -79/+31 |
|\ \ \
| |/ / |
|
| * | | Don't build most of the files with -DUNICODE -D_UNICODE any more, only the on... | jan.nijtmans | 2019-09-29 | 4 | -75/+33 |
| |\ \ |
|
| | * \ | Merge 8.6 and fix Travis build on Windows | jan.nijtmans | 2019-09-27 | 4 | -29/+22 |
| | |\ \
| | |/ /
| |/| | |
|
| * | | | merge 8.5 | sebres | 2019-09-26 | 1 | -3/+3 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | amend to [fec0c17d39] - reduce max count of nested compiles to 1500 | sebres | 2019-09-26 | 1 | -3/+3 |
|
|
| | | * | Merge 8.6 | jan.nijtmans | 2019-09-26 | 6 | -75/+65 |
| | | |\
| | |_|/
| |/| | |
|
| * | | | merge-point | sebres | 2019-09-25 | 0 | -0/+0 |
| |\ \ \
| | |/ / |
|
| | * | | cherry-pick [f5b6b83de7] - namespace.test: add missing clean-up (allow repeti... | sebres | 2019-09-25 | 1 | -0/+1 |
|
|
| | | * | Merge 8.6 | jan.nijtmans | 2019-09-20 | 4 | -11/+9 |
| | | |\ |
|
| | | * | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ... | jan.nijtmans | 2019-09-19 | 16 | -290/+321 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-09-25 | 4 | -58/+58 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.5 | jan.nijtmans | 2019-09-25 | 3 | -57/+56 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix failing test-case iocmd-21.20 on Travis | jan.nijtmans | 2019-09-25 | 1 | -4/+3 |
|
|
| | * | | | Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC) | jan.nijtmans | 2019-09-25 | 1 | -13/+13 |
|
|
| | * | | | (cherry-pick): Update TZ info to tzdata2019c. | jan.nijtmans | 2019-09-25 | 13 | -158/+308 |
|
|
| * | | | | namespace.test: add missing clean-up (allow repetition of test within -single... | sebres | 2019-09-24 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 3 | -5/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus... | jan.nijtmans | 2019-09-20 | 3 | -9/+7 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 2 | -189/+259 |
|\ \ \ \
| |/ / / |
|
| * | | | Modify registry/dde such that they no longer need to be compiled with -DUNICO... | jan.nijtmans | 2019-09-20 | 2 | -189/+259 |
| |\ \ \
| | |/ / |
|
| | * | | Modify registry/dde such that they no longer need to be compiled with -DUNICO... | jan.nijtmans | 2019-09-20 | 4 | -219/+289 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 11 | -22/+27 |
|\ \ \ \
| |/ / / |
|
| * | | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 11 | -69/+55 |
| | |/
| |/| |
|
| * | | all.tcl: replacement for exit, if calling direct only (avoid rewrite exit if ... | sebres | 2019-09-18 | 1 | -1/+6 |
|
|
| * | | TEBC: avoid error "unitialized variable" if called in debug mode (or with ana... | sebres | 2019-09-18 | 1 | -1/+1 |
|
|
* | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 13 | -164/+164 |
|\ \ \
| |/ / |
|
| * | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 14 | -347/+349 |
|
|
* | | | Add 3 more builds with Clang (UTF_MAX=6, UTF_MAX=3, NO_DEPRECATED). | jan.nijtmans | 2019-09-18 | 1 | -25/+45 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-09-17 | 2 | -5/+9 |
|\ \ \
| |/ / |
|
| * | | Add missing constraints to test-cases | jan.nijtmans | 2019-09-17 | 2 | -5/+9 |
|
|
* | | | Fix .travis.yml | jan.nijtmans | 2019-09-17 | 1 | -3/+3 |
|
|
* | | | Move testgetencpath/testsetencpath test commands from UNIX-specific to genera... | jan.nijtmans | 2019-09-17 | 3 | -272/+214 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-09-16 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Bugfix in Tcl_UtfPrev/Tcl_UtfNext: When handling 4-byte UTF-8 byte sequences,... | jan.nijtmans | 2019-09-16 | 1 | -7/+7 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-09-16 | 2 | -29/+103 |
|\ \ \
| |/ / |
|
| * | | Add 32-bit windows builds (both MSVC and GCC) to Travis | jan.nijtmans | 2019-09-16 | 1 | -20/+59 |
| |\ \
| | |/ |
|
| | * | Add 32-bit Windows builds, both with MSVC and GCC, to Travis. | jan.nijtmans | 2019-09-16 | 6 | -232/+295 |
| | |\ |
|
| | | * | try xcode 10.3 | jan.nijtmans | 2019-09-15 | 1 | -1/+1 |
|
|
| | | * | Merge 8.5 | jan.nijtmans | 2019-09-13 | 5 | -383/+361 |
| | | |\
| | | |/
| | |/| |
|
| | | * | Merge 8.5. Mark a few more tests nonPortable (for 8.5, not to be merged to 8.6!) | jan.nijtmans | 2019-09-12 | 4 | -17/+68 |
| | | |\ |
|
| | | * \ | Merge 8.5 | jan.nijtmans | 2019-09-11 | 18 | -269/+284 |
| | | |\ \ |
|