Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | please don't put experimental build steps in the main branches, as long as ↵ | jan.nijtmans | 2019-07-13 | 1 | -19/+0 |
|\ | | | | | | | they don't work! | ||||
| * | please don't put experimental build steps in the main branches, as long as ↵ | jan.nijtmans | 2019-07-13 | 1 | -19/+0 |
| | | | | | | | | they don't work! | ||||
* | | merge point | sebres | 2019-07-12 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | close fork | sebres | 2019-07-12 | 2 | -3198/+2925 |
| |\ | |||||
* | \ | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵ | sebres | 2019-07-12 | 9 | -3116/+3449 |
|\ \ \ | |/ / | | | | | | | tcl8.6), conflicts resolved, etc | ||||
| * | | integrate branch bug-4718b41c56, closes [4718b41c56] | sebres | 2019-07-12 | 9 | -6/+105 |
| |\ \ | |||||
| | * | | little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or ↵ | jan.nijtmans | 2019-07-10 | 2 | -22/+22 |
| | | | | | | | | | | | | | | | | | | | | __MINGW_USE_VC2005_COMPAT interchangably. Put some more remarks, making it more clear what the effect of this is. | ||||
| | * | | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵ | sebres | 2019-07-10 | 6 | -8/+54 |
| | | | | | | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T) | ||||
| | * | | fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT ↵ | sebres | 2019-07-08 | 5 | -10/+63 |
| | | | | | | | | | | | | | | | | supporting 64-bit time_t) | ||||
* | | | | Merge 8.5 | jan.nijtmans | 2019-07-12 | 2 | -3305/+3112 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Leave out travis tests for MSVC, until test-cases are fixed. | jan.nijtmans | 2019-07-12 | 2 | -3198/+2925 |
| |/ / | | | | | | | Revert generated configure script to use original autoconf version. | ||||
* | | | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC. | dkf | 2019-07-10 | 2 | -3149/+3357 |
|\ \ \ | |/ / | |||||
| * | | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC. | dkf | 2019-07-10 | 3 | -2980/+3272 |
| |\ \ | | |/ | |/| | |||||
| | * | merge core-8-5-branch | dkf | 2019-07-10 | 1 | -8/+4 |
| | |\ | | |/ | |/| | |||||
| | * | More tweaking to work around YAML parsing issues and fix an irrelevant test ↵ | dkf | 2019-07-09 | 2 | -20/+24 |
| | | | | | | | | | | | | failure with static builds on Windows | ||||
| | * | Tweak the build a bit more, and use YAML a bit better | dkf | 2019-07-08 | 1 | -60/+46 |
| | | | |||||
| | * | Updated win/configure to use current version of autoconf | dkf | 2019-07-07 | 1 | -2925/+3172 |
| | | | |||||
| | * | Merge 8.5 | jan.nijtmans | 2019-07-05 | 1 | -4/+4 |
| | |\ | |||||
| | * | | The next round of trying to get Windows builds working | dkf | 2019-07-05 | 1 | -9/+18 |
| | | | | |||||
| | * | | Might as well try direct gcc on Windows too. | dkf | 2019-07-04 | 1 | -0/+12 |
| | | | | |||||
| | * | | More tinkering with the build. Can override scripts in the matrix, but need ↵ | dkf | 2019-07-04 | 1 | -30/+75 |
| | | | | | | | | | | | | | | | | magic to find nmake. | ||||
| | * | | There are no cats in America, and no tabs in YAML files | dkf | 2019-07-03 | 1 | -2/+2 |
| | | | | |||||
| | * | | So... you can't directly override a script in the matrix section of .travis.yml | dkf | 2019-07-02 | 1 | -4/+3 |
| | | | | |||||
| | * | | This is a trial of doing a classic Windows build-and-test on Travis | dkf | 2019-07-01 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge 8.5 | jan.nijtmans | 2019-07-08 | 1 | -9/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Simplify previous commit: Just always use Tcl_WideInt | jan.nijtmans | 2019-07-08 | 1 | -18/+4 |
| | | | | |||||
| * | | | amend to [c14252171d]: fixes [4718b41c56] for x64 (and x86 with 64-bit ↵ | sebres | 2019-07-08 | 1 | -3/+13 |
| | |/ | |/| | | | | | | | predefined time_t resp. CRT library) | ||||
* | | | Merge 8.5 | jan.nijtmans | 2019-07-05 | 1 | -16/+32 |
|\ \ \ | |/ / | |||||
| * | | Add "name" entries to travis build configuration | jan.nijtmans | 2019-07-05 | 1 | -16/+32 |
| | | | |||||
* | | | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in ↵ | jan.nijtmans | 2019-07-05 | 2 | -14/+14 |
|\ \ \ | |/ / | | | | | | | modification date. Only fixed for x64, because for x86 it isn't possible without breaking API compatibility | ||||
| * | | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in ↵ | jan.nijtmans | 2019-07-05 | 1 | -4/+4 |
| |/ | | | | | | | | | modification date. Only fixed for x64, because for x86 it isn't possible without breaking API compatibility. | ||||
* | | Tcl_ObjectDeleted was only partially documented. Oops. | dkf | 2019-07-03 | 1 | -2/+16 |
| | | |||||
* | | Update TZ info to tzdata2019b. | José Ignacio Marín | 2019-07-02 | 9 | -656/+377 |
| | | |||||
* | | Avoid valgrind issues with uninitialized memory | dgp | 2019-07-01 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Avoid valgrind issues with "uninitialized memory" | dgp | 2019-07-01 | 1 | -0/+1 |
| | | |||||
* | | Trying to fix C4761 warning with VC++ 6.0 | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
| | | |||||
* | | winFCmd.test: fixes EXDEV related constraint and paths in test cases ↵ | sebres | 2019-06-27 | 1 | -20/+25 |
| | | | | | | | | (covering move/rename across devices) | ||||
* | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c | jan.nijtmans | 2019-06-27 | 1 | -1/+1 |
| | | |||||
* | | UNEXEC win/tclWinFile.c | jan.nijtmans | 2019-06-26 | 1 | -0/+0 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2019-06-26 | 12 | -48/+48 |
|\ \ | |/ | |||||
| * | Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵ | jan.nijtmans | 2019-06-26 | 9 | -35/+34 |
| | | | | | | | | tests-pref/* among other the same in multiple branches) | ||||
* | | Makef tclTomMath.h work with VC++ 6.0 | jan.nijtmans | 2019-06-25 | 1 | -0/+4 |
| | | |||||
* | | restore userenv, used in 8.6 | sebres | 2019-06-25 | 1 | -0/+1 |
| | | |||||
* | | merge 8.5 | sebres | 2019-06-25 | 3 | -8/+14 |
|\ \ | |/ | |||||
| * | nmakehlp: fixed const qualifier | sebres | 2019-06-25 | 1 | -1/+1 |
| | | |||||
| * | fixed build with MSVC 6.0 | sebres | 2019-06-25 | 4 | -14/+17 |
| | | |||||
* | | Squelch C4244 warning on any MSVC compiler. | jan.nijtmans | 2019-06-25 | 1 | -3/+5 |
| | | |||||
* | | closes [f8a33ce3db5d8cc2]: Tcl_Exit uses system exit as fallback if ↵ | sebres | 2019-06-21 | 1 | -9/+14 |
| | | | | | | | | Tcl-subsystems are not (yet) initialized (or initialization fails). | ||||
* | | [6bdadfba7d] Stop crash with multi-lappend and failing writes | dkf | 2019-06-20 | 2 | -8/+52 |
| | | |||||
* | | [8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch. | dgp | 2019-06-17 | 2 | -5/+22 |
|\ \ |