| Commit message (Expand) | Author | Age | Files | Lines |
* | On win32, include <inttypes.h> if available, just as on UNIX. | jan.nijtmans | 2019-11-11 | 1 | -5/+11 |
|
|
* | cmdMZ.test: solved timing issues (too slow machines, debug builds, etc) | sebres | 2019-11-06 | 1 | -14/+17 |
|
|
* | More patches from Debian | jan.nijtmans | 2019-10-31 | 4 | -7/+8 |
|
|
* | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 3 | -0/+19 |
|
|
* | Add additional (dummy) stub entries in the libtommath stubtable | jan.nijtmans | 2019-10-24 | 3 | -0/+83 |
|
|
* | Bump to dde 1.4.2 and registry 1.3.4. | dgp | 2019-10-21 | 9 | -19/+19 |
|
|
* | Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi... | jan.nijtmans | 2019-10-15 | 5 | -5/+125 |
|
|
* | Update (fossil's) ignore-glob and (git's) .gitignore | jan.nijtmans | 2019-10-11 | 2 | -0/+10 |
|
|
* | Don't bother to install wine, when we are not going to run it anyway. | jan.nijtmans | 2019-10-10 | 1 | -40/+2 |
|
|
* | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 6 | -11/+11 |
|
|
* | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD... | jan.nijtmans | 2019-10-02 | 2 | -2/+190 |
|
|
* | Correct typo's in tcl.m4. Found by Kamil Rytarowski | jan.nijtmans | 2019-10-01 | 1 | -4/+4 |
|
|
* | amend to [fec0c17d39] - reduce max count of nested compiles to 1500 | sebres | 2019-09-26 | 1 | -3/+3 |
|
|
* | cherry-pick [f5b6b83de7] - namespace.test: add missing clean-up (allow repeti... | sebres | 2019-09-25 | 1 | -0/+1 |
|
|
* | Fix failing test-case iocmd-21.20 on Travis | jan.nijtmans | 2019-09-25 | 1 | -4/+3 |
|
|
* | Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC) | jan.nijtmans | 2019-09-25 | 1 | -13/+13 |
|
|
* | (cherry-pick): Update TZ info to tzdata2019c. | jan.nijtmans | 2019-09-25 | 13 | -158/+308 |
|
|
* | Modify registry/dde such that they no longer need to be compiled with -DUNICO... | jan.nijtmans | 2019-09-20 | 4 | -219/+289 |
|
|
* | Add 32-bit Windows builds, both with MSVC and GCC, to Travis. | jan.nijtmans | 2019-09-16 | 6 | -232/+295 |
|\ |
|
| * | try xcode 10.3 | jan.nijtmans | 2019-09-15 | 1 | -1/+1 |
|
|
| * | Merge 8.5 | jan.nijtmans | 2019-09-13 | 5 | -383/+361 |
| |\
| |/
|/| |
|
* | | Make test-cases (hopefully) work on Travis, e.g. by adding nonPortable marks ... | jan.nijtmans | 2019-09-13 | 2 | -121/+140 |
|
|
* | | Add knownMsvcBug restriction to chanio-20.5, because it sometimes hangs in a ... | jan.nijtmans | 2019-09-13 | 1 | -221/+178 |
|
|
* | | windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_... | sebres | 2019-09-12 | 3 | -44/+46 |
|
|
| * | Merge 8.5. Mark a few more tests nonPortable (for 8.5, not to be merged to 8.6!) | jan.nijtmans | 2019-09-12 | 4 | -17/+68 |
| |\
| |/
|/| |
|
* | | partially cherrypick of [ecf524bce0], bug-fec0c17d39-8.6-limit: ultimate fix ... | sebres | 2019-09-11 | 2 | -12/+63 |
|
|
| * | Merge 8.5 | jan.nijtmans | 2019-09-11 | 18 | -269/+284 |
| |\
| |/
|/| |
|
* | | windows, close [7de2d722bd]: prefer temp file to check owner and reown it bef... | sebres | 2019-09-11 | 1 | -2/+22 |
|
|
* | | Use "package provide Tcl" consistantly, in stead of either "package present T... | jan.nijtmans | 2019-09-11 | 3 | -9/+9 |
|
|
* | | Don't use constraints like unixOrPc anymore, use unixOrWin (for example) | jan.nijtmans | 2019-09-10 | 12 | -133/+142 |
|
|
* | | Backport some improvements to tm.tcl (mostly comments). | jan.nijtmans | 2019-09-10 | 4 | -126/+112 |
|
|
| * | Run all test-cases with -verbose sbtel, so we can see which test-case actuall... | jan.nijtmans | 2019-09-10 | 1 | -20/+15 |
|
|
| * | Add 32-bit (Windows-x86) builds to travis, both with MSVC and GCC | jan.nijtmans | 2019-09-10 | 1 | -7/+53 |
|/ |
|
* | Move &crosstest up in .travis.yml | jan.nijtmans | 2019-09-09 | 1 | -6/+6 |
|
|
* | 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 | 2 | -37/+45 |
|
|
* | Add --enable-threads to Windows/GCC (native) builds. This is - most likely - ... | jan.nijtmans | 2019-09-07 | 1 | -3/+3 |
|
|
* | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul... | jan.nijtmans | 2019-09-07 | 5 | -23/+26 |
|\ |
|
| * | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ... | jan.nijtmans | 2019-09-06 | 4 | -22/+25 |
|
|
* | | if frameName (actual level) does not contain a real level (#0 or 1) historica... | sebres | 2019-09-06 | 2 | -4/+9 |
|
|
* | | fix bad level (if specified argument is not a level at all) | sebres | 2019-09-06 | 1 | -0/+1 |
|
|
* | | cherry-pick [b87d2183ca]: test cases covering bug [775ee88560]: segfault in u... | sebres | 2019-09-06 | 2 | -0/+21 |
|
|
* | | Fix configure script (re-generated with a modified autoconf-2.59, in which th... | jan.nijtmans | 2019-09-06 | 2 | -38/+70 |
|/ |
|
* | amend to [4718b41c56]: check size of st_mtime instead of time_t in constraint | sebres | 2019-09-05 | 2 | -2/+7 |
|
|
* | Backout last commit: Looks like it causes test-failures in event.test on Wind... | jan.nijtmans | 2019-09-03 | 1 | -2/+1 |
|
|
* | Missing TCL_GLOBAL_ONLY flag in VwaitVarProc(): vwait always references globa... | jan.nijtmans | 2019-09-02 | 1 | -1/+2 |
|
|
* | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs... | jan.nijtmans | 2019-09-02 | 2 | -2/+3 |
|
|
* | compile.test: reduce count of nested scripts to 1000 in debug case (seems to ... | sebres | 2019-08-30 | 1 | -2/+2 |
|
|
* | add test cases covering nested compilation bug [fec0c17d39] (8.5 is not affec... | sebres | 2019-08-29 | 1 | -0/+31 |
|
|
* | One more knownMsvcBug marker (seen in Travis). Properly export ::tcltest::tes... | jan.nijtmans | 2019-08-27 | 2 | -1/+2 |
|
|