summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-023-6/+7
* Merge 8.6jan.nijtmans2019-08-2818-53/+58
|\
| * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-2821-60/+65
* | merge 8.6sebres2019-08-272-12/+39
|\ \ | |/
| * 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
| |/
* | Merge 8.6jan.nijtmans2019-08-231-1/+1
|\ \ | |/
| * 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
* | | Make zipfsFilesystem static (as the name - not starting with Tcl - suggests)....jan.nijtmans2019-08-151-4/+2
* | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-08-1543-485/+486
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-08-1427-129/+129
| |\ \ \
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-1751-529/+530
* | | | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ...jan.nijtmans2019-08-141-10/+4
| |/ / / |/| | |
* | | | Remove "register" keyword in various places. Also add some type-casts to help...jan.nijtmans2019-08-145-14/+13
* | | | Make dateMeridian variable type MERIDIAN (an enum) in stead of int.jan.nijtmans2019-08-122-21/+21
* | | | Two places where "char *" is actually better than "void *", since that's the ...jan.nijtmans2019-08-041-2/+2
* | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-025-13/+6
* | | | Merge 8.6jan.nijtmans2019-07-311-6/+6
|\ \ \ \ | | |/ / | |/| |
| * | | 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
* | | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-307-10/+10
* | | | Eliminate "register" keyword usage from all header-files (and also correspond...jan.nijtmans2019-07-256-32/+32
* | | | merge 8.6sebres2019-07-243-17/+25
|\ \ \ \ | |/ / /
| * | | 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
* | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-239-57/+57
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2019-07-162-30/+28
|\ \ \ | |/ /
| * | Two missing "const" designations, in Dtrace configurationjan.nijtmans2019-07-151-2/+2
| * | Fix [7d7038d415b345d5]: tcl is not LTO readyjan.nijtmans2019-07-152-28/+26
* | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-122-2/+10
|\ \ \ | |/ /
| * | 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
* | | Merge 8.6jan.nijtmans2019-07-052-14/+14
|\ \ \ | |/ /