summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update tzdata to 2019bjan.nijtmans2019-07-309-656/+377
|
* Enable testcases on Visual Studio builds. Disable some test-cases on Travis, ↵jan.nijtmans2019-07-293-11/+15
| | | | which are known to fail.
* Fix this Travis build problems on Win32: ↵jan.nijtmans2019-07-262-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.nijtmans2019-07-261-2/+2
| | | | in a Travis environment.
* small amend (normalize hex in all evalFlags)sebres2019-07-241-4/+4
|
* cherrypick timerate-loop-opti--discard-resultsebres2019-07-244-20/+63
|
* Fix travis buildjan.nijtmans2019-07-201-1/+1
|
* Add Windows build, and Linux full debug build to Travis. No test runs yet, ↵jan.nijtmans2019-07-191-7/+72
| | | | because some of them are still failing.
* Add xcode11 to Travis builds. Sort platform/compiler versions from high to low.jan.nijtmans2019-07-161-18/+25
|\
| * Fix travis build for xcode 9/10/11jan.nijtmans2019-07-151-5/+5
| |
| * Add experimental xcode11 build steps to travis. Also sort different ↵jan.nijtmans2019-07-131-23/+30
| | | | | | | | gcc/xcode versions from high to low
* | tests-perf suite: fix several tests expecting different output result ↵sebres2019-07-152-11/+20
|/ | | | (convert result)
* please don't put experimental build steps in the main branches, as long as ↵jan.nijtmans2019-07-131-19/+0
| | | | they don't work!
* close forksebres2019-07-122-3198/+2925
|\
| * Leave out travis tests for MSVC, until test-cases are fixed.jan.nijtmans2019-07-122-3198/+2925
| | | | | | Revert generated configure script to use original autoconf version.
* | integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-129-6/+105
|\ \ | |/ |/|
| * little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or ↵jan.nijtmans2019-07-102-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 ↵sebres2019-07-106-8/+54
| | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T)
| * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT ↵sebres2019-07-085-10/+63
| | | | | | | | supporting 64-bit time_t)
* | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC.dkf2019-07-103-2980/+3272
|\ \ | |/ |/|
| * merge core-8-5-branchdkf2019-07-101-8/+4
| |\ | |/ |/|
* | Simplify previous commit: Just always use Tcl_WideIntjan.nijtmans2019-07-081-18/+4
| |
* | amend to [c14252171d]: fixes [4718b41c56] for x64 (and x86 with 64-bit ↵sebres2019-07-081-3/+13
| | | | | | | | predefined time_t resp. CRT library)
| * More tweaking to work around YAML parsing issues and fix an irrelevant test ↵dkf2019-07-092-20/+24
| | | | | | | | failure with static builds on Windows
| * Tweak the build a bit more, and use YAML a bit betterdkf2019-07-081-60/+46
| |
| * Updated win/configure to use current version of autoconfdkf2019-07-071-2925/+3172
| |
| * Merge 8.5jan.nijtmans2019-07-051-4/+4
| |\ | |/ |/|
* | Add "name" entries to travis build configurationjan.nijtmans2019-07-051-16/+32
| |
* | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in ↵jan.nijtmans2019-07-051-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 workingdkf2019-07-051-9/+18
| |
| * Might as well try direct gcc on Windows too.dkf2019-07-041-0/+12
| |
| * More tinkering with the build. Can override scripts in the matrix, but need ↵dkf2019-07-041-30/+75
| | | | | | | | magic to find nmake.
| * There are no cats in America, and no tabs in YAML filesdkf2019-07-031-2/+2
| |
| * So... you can't directly override a script in the matrix section of .travis.ymldkf2019-07-021-4/+3
| |
| * This is a trial of doing a classic Windows build-and-test on Travisdkf2019-07-011-0/+6
|/
* Avoid valgrind issues with "uninitialized memory"dgp2019-07-011-0/+1
|
* Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵jan.nijtmans2019-06-269-35/+34
| | | | tests-pref/* among other the same in multiple branches)
* nmakehlp: fixed const qualifiersebres2019-06-251-1/+1
|
* fixed build with MSVC 6.0sebres2019-06-254-14/+17
|
* Use mp_init_set() in stead of mp_init_set_int() when the constant is ↵jan.nijtmans2019-06-151-4/+4
| | | | sufficiently small. This is slightly better optimized.
* Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflictjan.nijtmans2019-06-111-1/+1
|
* General improvements to the expr manpagedkf2019-06-101-15/+65
|
* Remove declarations that are never defined.dgp2019-06-101-18/+0
|
* Update some libtommath functions to the latest trunk versions. Small step ↵jan.nijtmans2019-05-2916-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.nijtmans2019-05-2872-44659/+0
| | | | no sense in it, keeping track of those files in the Tcl repository.
* Fix "make dist" for the README -> README.md renamingjan.nijtmans2019-05-271-1/+1
|
* Missing keyword: "static"jan.nijtmans2019-05-242-4/+4
|
* fixes typo ("net" instead of outdated term "nett")sebres2019-05-244-10/+10
|
* timerate: be more precise using unsigned wide (for total execution time), ↵sebres2019-05-211-18/+21
| | | | avoid signed vs unsigned comparison warning (if compiled with VS).
* small amend (no cast needed)sebres2019-05-211-1/+1
|