summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix failing test-case iocmd-21.20 on Travisjan.nijtmans2019-09-251-4/+3
* Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC)jan.nijtmans2019-09-251-13/+13
* (cherry-pick): Update TZ info to tzdata2019c.jan.nijtmans2019-09-2513-158/+308
* Modify registry/dde such that they no longer need to be compiled with -DUNICO...jan.nijtmans2019-09-204-219/+289
* Add 32-bit Windows builds, both with MSVC and GCC, to Travis. jan.nijtmans2019-09-166-232/+295
|\
| * try xcode 10.3jan.nijtmans2019-09-151-1/+1
| * Merge 8.5jan.nijtmans2019-09-135-383/+361
| |\ | |/ |/|
* | Make test-cases (hopefully) work on Travis, e.g. by adding nonPortable marks ...jan.nijtmans2019-09-132-121/+140
* | Add knownMsvcBug restriction to chanio-20.5, because it sometimes hangs in a ...jan.nijtmans2019-09-131-221/+178
* | windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_...sebres2019-09-123-44/+46
| * Merge 8.5. Mark a few more tests nonPortable (for 8.5, not to be merged to 8.6!)jan.nijtmans2019-09-124-17/+68
| |\ | |/ |/|
* | partially cherrypick of [ecf524bce0], bug-fec0c17d39-8.6-limit: ultimate fix ...sebres2019-09-112-12/+63
| * Merge 8.5jan.nijtmans2019-09-1118-269/+284
| |\ | |/ |/|
* | windows, close [7de2d722bd]: prefer temp file to check owner and reown it bef...sebres2019-09-111-2/+22
* | Use "package provide Tcl" consistantly, in stead of either "package present T...jan.nijtmans2019-09-113-9/+9
* | Don't use constraints like unixOrPc anymore, use unixOrWin (for example)jan.nijtmans2019-09-1012-133/+142
* | Backport some improvements to tm.tcl (mostly comments). jan.nijtmans2019-09-104-126/+112
| * Run all test-cases with -verbose sbtel, so we can see which test-case actuall...jan.nijtmans2019-09-101-20/+15
| * Add 32-bit (Windows-x86) builds to travis, both with MSVC and GCCjan.nijtmans2019-09-101-7/+53
|/
* Move &crosstest up in .travis.ymljan.nijtmans2019-09-091-6/+6
* Final touch to make everything work for 8.5:jan.nijtmans2019-09-092-4/+4
* dde and registry extension should be compiled with -DUNICODE -D_UNICODE.jan.nijtmans2019-09-082-37/+45
* Add --enable-threads to Windows/GCC (native) builds. This is - most likely - ...jan.nijtmans2019-09-071-3/+3
* Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-075-23/+26
|\
| * Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ...jan.nijtmans2019-09-064-22/+25
* | if frameName (actual level) does not contain a real level (#0 or 1) historica...sebres2019-09-062-4/+9
* | fix bad level (if specified argument is not a level at all)sebres2019-09-061-0/+1
* | cherry-pick [b87d2183ca]: test cases covering bug [775ee88560]: segfault in u...sebres2019-09-062-0/+21
* | Fix configure script (re-generated with a modified autoconf-2.59, in which th...jan.nijtmans2019-09-062-38/+70
|/
* amend to [4718b41c56]: check size of st_mtime instead of time_t in constraintsebres2019-09-052-2/+7
* Backout last commit: Looks like it causes test-failures in event.test on Wind...jan.nijtmans2019-09-031-2/+1
* Missing TCL_GLOBAL_ONLY flag in VwaitVarProc(): vwait always references globa...jan.nijtmans2019-09-021-1/+2
* Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-022-2/+3
* compile.test: reduce count of nested scripts to 1000 in debug case (seems to ...sebres2019-08-301-2/+2
* add test cases covering nested compilation bug [fec0c17d39] (8.5 is not affec...sebres2019-08-291-0/+31
* One more knownMsvcBug marker (seen in Travis). Properly export ::tcltest::tes...jan.nijtmans2019-08-272-1/+2
* Backport two knownMsvcBug markers, which hit us (again) on Travis.jan.nijtmans2019-08-271-7/+9
* Fix [3947fcf7]: Current .gitattributes settings might not allow switching bra...jan.nijtmans2019-08-261-4/+6
|\
| * Attempt to fix [3947fcf7]: Current .gitattributes settings might not allow sw...jan.nijtmans2019-08-231-4/+5
| * merge 8.6sebres2019-08-201-10/+10
| |\
| | * merge 8.5sebres2019-08-201-10/+10
| | |\
| * | \ merge 8.6: conflicts resolved, fix mingw build, closes [40d5ff2a0e], etcsebres2019-08-191-18/+26
| |\ \ \ | | |/ /
| | * | merge 8.5: restore merge point, fix mingw build, closes [40d5ff2a0e], etcsebres2019-08-191-19/+27
| | |\ \
| * | | | Make zipfsFilesystem static (as the name - not starting with Tcl - suggests)....jan.nijtmans2019-08-151-4/+2
| * | | | Merge 8.6jan.nijtmans2019-08-151-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bugjan.nijtmans2019-08-151-1/+1
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-08-1543-485/+486
| |\ \ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2019-08-1458-270/+464
| | |\ \ \ \
| | * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-1763-558/+559
| * | | | | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ...jan.nijtmans2019-08-143-20/+14
| | |/ / / / | |/| | | |