| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Backport two knownMsvcBug markers, which hit us (again) on Travis. | jan.nijtmans | 2019-08-27 | 1 | -7/+9 |
|
|
* | Fix [3947fcf7]: Current .gitattributes settings might not allow switching bra... | jan.nijtmans | 2019-08-26 | 1 | -4/+6 |
|\ |
|
| * | Attempt to fix [3947fcf7]: Current .gitattributes settings might not allow sw... | jan.nijtmans | 2019-08-23 | 1 | -4/+5 |
|
|
| * | merge 8.6 | sebres | 2019-08-20 | 1 | -10/+10 |
| |\ |
|
| | * | merge 8.5 | sebres | 2019-08-20 | 1 | -10/+10 |
| | |\ |
|
| * | \ | merge 8.6: conflicts resolved, fix mingw build, closes [40d5ff2a0e], etc | sebres | 2019-08-19 | 1 | -18/+26 |
| |\ \ \
| | |/ / |
|
| | * | | merge 8.5: restore merge point, fix mingw build, closes [40d5ff2a0e], etc | sebres | 2019-08-19 | 1 | -19/+27 |
| | |\ \ |
|
| * | | | | Make zipfsFilesystem static (as the name - not starting with Tcl - suggests).... | jan.nijtmans | 2019-08-15 | 1 | -4/+2 |
|
|
| * | | | | Merge 8.6 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bug | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
|
|
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-08-15 | 43 | -485/+486 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-14 | 58 | -270/+464 |
| | |\ \ \ \ |
|
| | * | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 63 | -558/+559 |
|
|
| * | | | | | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ... | jan.nijtmans | 2019-08-14 | 3 | -20/+14 |
| | |/ / / /
| |/| | | | |
|