summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-09-2521-407/+449
|\
| * Merge 8.6jan.nijtmans2019-09-252-54/+54
| |\
| | * Merge 8.5jan.nijtmans2019-09-252-53/+53
| | |\
| | | * Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC)jan.nijtmans2019-09-251-13/+13
| * | | 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-199-20/+20
| |\ \ \ | | |/ /
| | * | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-1910-66/+52
| * | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-1911-160/+160
| |\ \ \ | | |/ /
| | * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-1812-345/+347
| | * | Remove unneeded knownMsvcBug testconstraint definitionjan.nijtmans2019-09-131-1/+1
| * | | TIP #548 implementation: Support `wchar_t` conversion functions and deprecate...jan.nijtmans2019-09-148-73/+101
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2019-09-132-42/+40
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.7jan.nijtmans2019-09-104-15/+35
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2019-09-054-5/+8
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2019-09-034-13/+19
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-021-0/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-291-4/+4
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-281-0/+1
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-263-25/+33
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ merge 8.6sebres2019-09-122-42/+40
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | / / | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | * | | | | | | | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makef...sebres2019-09-122-42/+40
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | | * | | | | | | | windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_...sebres2019-09-122-43/+43
| * | | | | | | | | | Merge 8.6jan.nijtmans2019-09-091-0/+6
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Merge 8.5jan.nijtmans2019-09-092-1/+7
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Final touch to make everything work for 8.5:jan.nijtmans2019-09-092-4/+4
| | | * | | | | | | | dde and registry extension should be compiled with -DUNICODE -D_UNICODE.jan.nijtmans2019-09-081-1/+9
| * | | | | | | | | | Merge 8.6. Remove 3 duplicate build-entries in .travis.ymljan.nijtmans2019-09-072-11/+20
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-072-11/+20
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-072-11/+20
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ...jan.nijtmans2019-09-062-11/+20
| | * | | | | | | | | | merge 8.5 (no functional changes on tclProc, it was already fixed there - onl...sebres2019-09-061-10/+12
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | Fix configure script (re-generated with a modified autoconf-2.59, in which th...jan.nijtmans2019-09-061-10/+12
| | | |/ / / / / / / /
| * | | | | | | | | | Fix build with "cl" using configure/make build system. It turns out that usin...jan.nijtmans2019-09-061-2/+2
| * | | | | | | | | | Merge 8.6jan.nijtmans2019-09-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Simplify searching for tcl86.lib (and related files): First search for the on...jan.nijtmans2019-09-061-15/+9
| | * | | | | | | | | Fix [579a05fb34] (partly): b) tcltest file has mismatched version number.jan.nijtmans2019-09-061-2/+2
| * | | | | | | | | | Merge 8.6jan.nijtmans2019-09-051-1/+6
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | merge 8.5sebres2019-09-051-1/+6
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | amend to [4718b41c56]: check size of st_mtime instead of time_t in constraintsebres2019-09-051-1/+6
| * | | | | | | | | Merge 8.6jan.nijtmans2019-09-051-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Fix [4718b41c56]: windows x86 & x64: file mtime overflows in modification dat...jan.nijtmans2019-09-051-1/+1
| * | | | | | | | | Merge 8.6jan.nijtmans2019-09-041-2/+5
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | When using Tcl 8.7 headers, don't worry about threaded-allocator mismatch any...jan.nijtmans2019-09-041-3/+3
| * | | | | | | | Merge 8.6jan.nijtmans2019-09-032-2/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | windows (mingw build): fix debug recognition (::tcl_platform(debug)), no debu...sebres2019-09-022-2/+2
| | * | | | | | Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate win/uni...jan.nijtmans2019-09-022-3289/+3122
| | |\ \ \ \ \ \ | | | |/ / / / /