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