summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5jan.nijtmans2019-09-101-1/+1
|\
* \ Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-072-11/+5
|\ \ | |/
| * Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-072-11/+5
| |\
| | * Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ...jan.nijtmans2019-09-062-11/+5
* | | merge 8.5sebres2019-09-061-2/+7
|\ \ \ | |/ /
| * | if frameName (actual level) does not contain a real level (#0 or 1) historica...sebres2019-09-061-3/+8
| * | fix bad level (if specified argument is not a level at all)sebres2019-09-061-0/+1
| |/
* | Backout [87d28ec30a29e3ce]: Looks like it causes test-failures in event.test ...jan.nijtmans2019-09-031-2/+1
|\ \ | |/
| * Backout last commit: Looks like it causes test-failures in event.test on Wind...jan.nijtmans2019-09-031-2/+1
* | Merge 8.5jan.nijtmans2019-09-021-1/+2
|\ \ | |/
| * Missing TCL_GLOBAL_ONLY flag in VwaitVarProc(): vwait always references globa...jan.nijtmans2019-09-021-1/+2
* | fixes bug [fec0c17d39] (regression firstly introduced in [bf171b6b51]): stack...sebres2019-08-291-18/+29
|\ \
| * | closes [fec0c17d39]: fixed stack overflow (followed by SF) by compilation of ...sebres2019-08-291-18/+29
* | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-2821-60/+65
|/ /
* | closes [fa6bf38d07]: integrate bug-fa6bf38d07-v2sebres2019-08-272-12/+39
|\ \
| * | small amend: be sure checkInterp is set if entering back the code marked as T...sebres2019-08-271-2/+2
| * | simplification, use the same "fixed" (and faster) code for INST_EVAL_STKsebres2019-08-271-11/+6
| * | fixes [fa6bf38d07]: command invocation (NRE callback to TEBCResume) caused by...sebres2019-08-271-9/+20
| * | added tests covering bug [fa6bf38d07]sebres2019-08-271-0/+21
|/ /
* | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
|\ \ | |/
| * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
* | Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr...jan.nijtmans2019-08-023-3/+4
* | Merge 8.5jan.nijtmans2019-07-311-6/+6
|\ \ | |/
| * (cherry-pick from core-8-branch): Replace memcpy() calls with memmove() to av...jan.nijtmans2019-07-311-4/+4
* | Merge 8.5jan.nijtmans2019-07-301-6/+6
|\ \ | |/
| * Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job...jan.nijtmans2019-07-261-6/+6
* | merge 8.5sebres2019-07-241-1/+1
|\ \ | |/
| * small amend (normalize hex in all evalFlags)sebres2019-07-241-4/+4
* | merge 8.5 (reintegrate, no functional changes)sebres2019-07-241-1/+1
|\ \ | |/
| * cherrypick timerate-loop-opti--discard-resultsebres2019-07-243-16/+24
* | small amend with a comment about the optimizationsebres2019-07-231-0/+5
* | fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and ...sebres2019-07-232-3/+10
* | better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" in...sebres2019-07-233-16/+12
* | Two missing "const" designations, in Dtrace configurationjan.nijtmans2019-07-151-2/+2
* | Fix [7d7038d415b345d5]: tcl is not LTO readyjan.nijtmans2019-07-152-28/+26
* | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-122-2/+10
|\ \ | |/
| * little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW...jan.nijtmans2019-07-101-12/+15
| * win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-101-1/+1
| * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-082-7/+12
* | Merge 8.5jan.nijtmans2019-07-081-9/+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 predef...sebres2019-07-081-3/+13
* | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificati...jan.nijtmans2019-07-052-14/+14
|\ \ | |/
| * Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificat...jan.nijtmans2019-07-051-4/+4
* | Avoid valgrind issues with uninitialized memorydgp2019-07-011-0/+1
|\ \ | |/
| * Avoid valgrind issues with "uninitialized memory"dgp2019-07-011-0/+1
* | Trying to fix C4761 warning with VC++ 6.0jan.nijtmans2019-06-291-1/+1
* | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
* | Merge 8.5jan.nijtmans2019-06-266-17/+17
|\ \ | |/
* | Makef tclTomMath.h work with VC++ 6.0jan.nijtmans2019-06-251-0/+4