| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 2 | -3/+3 |
|
|
* | | | | | | | | | | | | | | Merge 8.6 and fix Travis build on Windows | jan.nijtmans | 2019-09-27 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-09-26 | 3 | -54/+54 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | Merge 8.5 | jan.nijtmans | 2019-09-25 | 2 | -53/+53 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC) | jan.nijtmans | 2019-09-25 | 1 | -13/+13 |
|
|
* | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 4 | -11/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus... | jan.nijtmans | 2019-09-20 | 3 | -9/+7 |
|
|
| * | | | | | | | | | | | | | 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 |
|
|
| * | | | | | | | | | | | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 10 | -66/+52 |
| | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ... | jan.nijtmans | 2019-09-19 | 15 | -287/+318 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 12 | -345/+347 |
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
* | | | | | | | | | | Remove unneeded knownMsvcBug testconstraint definition | jan.nijtmans | 2019-09-13 | 1 | -1/+1 |
|
|
* | | | | | | | | | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makef... | sebres | 2019-09-12 | 2 | -42/+40 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
| | | | | | | | | /
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| * | | | | | | | | windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_... | sebres | 2019-09-12 | 2 | -43/+43 |
|
|
* | | | | | | | | | Merge 8.5 | jan.nijtmans | 2019-09-09 | 2 | -1/+7 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Final touch to make everything work for 8.5: | jan.nijtmans | 2019-09-09 | 2 | -4/+4 |
|
|
| * | | | | | | | | dde and registry extension should be compiled with -DUNICODE -D_UNICODE. | jan.nijtmans | 2019-09-08 | 1 | -1/+9 |
|
|
* | | | | | | | | | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul... | jan.nijtmans | 2019-09-07 | 2 | -11/+20 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul... | jan.nijtmans | 2019-09-07 | 2 | -11/+20 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ... | jan.nijtmans | 2019-09-06 | 2 | -11/+20 |
|
|
* | | | | | | | | | | merge 8.5 (no functional changes on tclProc, it was already fixed there - onl... | sebres | 2019-09-06 | 1 | -10/+12 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / |
|
| * | | | | | | | | | Fix configure script (re-generated with a modified autoconf-2.59, in which th... | jan.nijtmans | 2019-09-06 | 1 | -10/+12 |
| |/ / / / / / / / |
|
* | | | | | | | | | Simplify searching for tcl86.lib (and related files): First search for the on... | jan.nijtmans | 2019-09-06 | 1 | -15/+9 |
|
|
* | | | | | | | | | Fix [579a05fb34] (partly): b) tcltest file has mismatched version number. | jan.nijtmans | 2019-09-06 | 1 | -2/+2 |
|
|
* | | | | | | | | | merge 8.5 | sebres | 2019-09-05 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | amend to [4718b41c56]: check size of st_mtime instead of time_t in constraint | sebres | 2019-09-05 | 1 | -1/+6 |
|
|
* | | | | | | | | | Fix [4718b41c56]: windows x86 & x64: file mtime overflows in modification dat... | jan.nijtmans | 2019-09-05 | 1 | -1/+1 |
|
|
* | | | | | | | | | When using Tcl 8.7 headers, don't worry about threaded-allocator mismatch any... | jan.nijtmans | 2019-09-04 | 1 | -3/+3 |
|
|
* | | | | | | | | | windows (mingw build): fix debug recognition (::tcl_platform(debug)), no debu... | sebres | 2019-09-02 | 2 | -2/+2 |
|
|
* | | | | | | | | | Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate win/uni... | jan.nijtmans | 2019-09-02 | 2 | -3289/+3122 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs... | jan.nijtmans | 2019-09-02 | 1 | -1/+2 |
|
|
* | | | | | | | | | Bug fix 889065786b. Add stubs related flags when compiling extension stubs. | apnadkarni | 2019-08-29 | 1 | -3/+3 |
|
|
* | | | | | | | | | Starting with Tcl 8.7, TCL_THREADS is 1 by default. Adapt rules.vc for that. | jan.nijtmans | 2019-08-29 | 1 | -5/+5 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -0/+1 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 2 | -2/+2 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 2 | -2/+2 |
|
|
* | | | | | | | merge 8.5 | sebres | 2019-08-20 | 1 | -10/+10 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | win/Makefile.in: small amend normalizing test-dependencies | sebres | 2019-08-20 | 1 | -7/+7 |
|
|
| * | | | | | | Prevent misleading message: | jan.nijtmans | 2019-08-20 | 1 | -2/+2 |
|
|
* | | | | | | | merge 8.5: restore merge point, fix mingw build, closes [40d5ff2a0e], etc | sebres | 2019-08-19 | 1 | -19/+27 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | win/Makefile.in: partially cherry-picked 8.6th version (and normalized to be ... | sebres | 2019-08-19 | 1 | -117/+126 |
|
|
* | | | | | | | Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr... | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
|
|
* | | | | | | | Merge 8.5 | jan.nijtmans | 2019-07-30 | 1 | -3/+3 |
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | / /
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job... | jan.nijtmans | 2019-07-26 | 1 | -3/+3 |
|
|
| * | | | | | close fork | sebres | 2019-07-12 | 1 | -3172/+2925 |
| |\ \ \ \ \ |
|
* | | | | | | | Fix Travis Static/Debug builds on Windows. Als group Clang builds together. | jan.nijtmans | 2019-07-24 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6... | sebres | 2019-07-12 | 6 | -3114/+3419 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | integrate branch bug-4718b41c56, closes [4718b41c56] | sebres | 2019-07-12 | 6 | -4/+75 |
| |\ \ \ \ \ |
|
| | * | | | | | little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW... | jan.nijtmans | 2019-07-10 | 1 | -10/+7 |
|
|