Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tzdata to 2019b | jan.nijtmans | 2019-07-30 | 9 | -656/+377 |
| | |||||
* | Enable testcases on Visual Studio builds. Disable some test-cases on Travis, ↵ | jan.nijtmans | 2019-07-29 | 3 | -11/+15 |
| | | | | which are known to fail. | ||||
* | Fix this Travis build problems on Win32: ↵ | jan.nijtmans | 2019-07-26 | 2 | -9/+9 |
| | | | | [https://travis-ci.org/tcltk/tcl/jobs/562935948]. Also, use _read/_write on Windows whenever possible, as read/write is deprecated there. | ||||
* | Increase timeout a little bit, making it less likely that this test failes ↵ | jan.nijtmans | 2019-07-26 | 1 | -2/+2 |
| | | | | in a Travis environment. | ||||
* | small amend (normalize hex in all evalFlags) | sebres | 2019-07-24 | 1 | -4/+4 |
| | |||||
* | cherrypick timerate-loop-opti--discard-result | sebres | 2019-07-24 | 4 | -20/+63 |
| | |||||
* | Fix travis build | jan.nijtmans | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | Add Windows build, and Linux full debug build to Travis. No test runs yet, ↵ | jan.nijtmans | 2019-07-19 | 1 | -7/+72 |
| | | | | because some of them are still failing. | ||||
* | Add xcode11 to Travis builds. Sort platform/compiler versions from high to low. | jan.nijtmans | 2019-07-16 | 1 | -18/+25 |
|\ | |||||
| * | Fix travis build for xcode 9/10/11 | jan.nijtmans | 2019-07-15 | 1 | -5/+5 |
| | | |||||
| * | Add experimental xcode11 build steps to travis. Also sort different ↵ | jan.nijtmans | 2019-07-13 | 1 | -23/+30 |
| | | | | | | | | gcc/xcode versions from high to low | ||||
* | | tests-perf suite: fix several tests expecting different output result ↵ | sebres | 2019-07-15 | 2 | -11/+20 |
|/ | | | | (convert result) | ||||
* | 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! | ||||
* | close fork | sebres | 2019-07-12 | 2 | -3198/+2925 |
|\ | |||||
| * | 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. | ||||
* | | 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) | ||||
* | | 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 |
| |\ | |/ |/| | |||||
* | | 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) | ||||
| * | 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 |
| |\ | |/ |/| | |||||
* | | 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 | 1 | -4/+4 |
| | | | | | | | | | | modification date. Only fixed for x64, because for x86 it isn't possible without breaking API compatibility. | ||||
| * | 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 |
|/ | |||||
* | Avoid valgrind issues with "uninitialized memory" | dgp | 2019-07-01 | 1 | -0/+1 |
| | |||||
* | 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) | ||||
* | nmakehlp: fixed const qualifier | sebres | 2019-06-25 | 1 | -1/+1 |
| | |||||
* | fixed build with MSVC 6.0 | sebres | 2019-06-25 | 4 | -14/+17 |
| | |||||
* | Use mp_init_set() in stead of mp_init_set_int() when the constant is ↵ | jan.nijtmans | 2019-06-15 | 1 | -4/+4 |
| | | | | sufficiently small. This is slightly better optimized. | ||||
* | Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflict | jan.nijtmans | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | General improvements to the expr manpage | dkf | 2019-06-10 | 1 | -15/+65 |
| | |||||
* | Remove declarations that are never defined. | dgp | 2019-06-10 | 1 | -18/+0 |
| | |||||
* | Update some libtommath functions to the latest trunk versions. Small step ↵ | jan.nijtmans | 2019-05-29 | 16 | -684/+603 |
| | | | | | forward in the upgrade to (upcoming) libtommath 1.2. Advantage: simplify Tcl code accessing those functions. | ||||
* | Eliminate a set of libtommath-related files that don't do anything. There's ↵ | jan.nijtmans | 2019-05-28 | 72 | -44659/+0 |
| | | | | no sense in it, keeping track of those files in the Tcl repository. | ||||
* | Fix "make dist" for the README -> README.md renaming | jan.nijtmans | 2019-05-27 | 1 | -1/+1 |
| | |||||
* | Missing keyword: "static" | jan.nijtmans | 2019-05-24 | 2 | -4/+4 |
| | |||||
* | fixes typo ("net" instead of outdated term "nett") | sebres | 2019-05-24 | 4 | -10/+10 |
| | |||||
* | timerate: be more precise using unsigned wide (for total execution time), ↵ | sebres | 2019-05-21 | 1 | -18/+21 |
| | | | | avoid signed vs unsigned comparison warning (if compiled with VS). | ||||
* | small amend (no cast needed) | sebres | 2019-05-21 | 1 | -1/+1 |
| |