summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-09-25155-1729/+2297
|\
| * 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
| | | | |\ \
| | | | * | | Run all test-cases with -verbose sbtel, so we can see which test-case actuall...jan.nijtmans2019-09-101-20/+15
| | | | * | | Add 32-bit (Windows-x86) builds to travis, both with MSVC and GCCjan.nijtmans2019-09-101-7/+53
| | * | | | | execute.test: fix tests (if test started using -singleproc 1)sebres2019-09-161-1/+2
| | * | | | | merge-markjan.nijtmans2019-09-130-0/+0
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Make test-cases (hopefully) work on Travis, e.g. by adding nonPortable marks ...jan.nijtmans2019-09-132-121/+140
| * | | | | | Fix Utf16ToUtfProc() (from TIP #548): If last code-point is higher surrogate,...jan.nijtmans2019-09-161-3/+9
| * | | | | | TIP #548 implementation: Support `wchar_t` conversion functions and deprecate...jan.nijtmans2019-09-1421-227/+341
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-135-54/+57
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-1220-176/+399
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-1026-190/+231
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-055-8/+11
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-037-33/+80
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-026-7/+10
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-291-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-2825-76/+183
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-2617-47/+119
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-152-5/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-1560-544/+541
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \