summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tip-548jan.nijtmans2019-08-023-4/+13
|\
| * Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ...jan.nijtmans2019-08-023-7/+5
| |\
| | * Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-025-13/+6
| * | Merge 8.7. Some formatting.jan.nijtmans2019-08-021-2/+2
| |\ \ | | |/
* | | Protect Tcl_AToB() functions against NULL inputjan.nijtmans2019-08-011-0/+12
* | | wrong length in tclMain.c, and wrong #endifjan.nijtmans2019-08-012-4/+1
* | | Merge tip-548jan.nijtmans2019-08-015-19/+13
|\ \ \ | |/ /
| * | Merge 8.7. Documentation improvements and code cleanup. Approaching finish.jan.nijtmans2019-08-013-16/+10
| |\ \ | | |/
* | | Merge tip-548jan.nijtmans2019-08-0138-251/+260
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-08-0123-122/+130
| |\ \ | | |/
| | * 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.7jan.nijtmans2019-07-172-30/+28
| |\ \ \ \ | | |/ / /
| | * | | 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.7jan.nijtmans2019-07-132-2/+10
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-1110-61/+76
| * | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not o...jan.nijtmans2019-07-075-17/+19
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2019-07-052-14/+14
| | |\ \ \ | | | |/ /
| | | * | 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
| * | | | Fix UNIX/Mac buildjan.nijtmans2019-07-061-1/+1
| * | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-0510-108/+82
| * | | | Merge 8.7jan.nijtmans2019-07-047-43/+44
| |\ \ \ \ | | |/ / /
| | * | | Fix unitialized memory report from valgrinddgp2019-07-011-0/+1
| | |\ \ \ | | | |/ /
| | | * | Avoid valgrind issues with uninitialized memorydgp2019-07-011-0/+1
| | | |\ \ | | | | |/
| | | | * Avoid valgrind issues with "uninitialized memory"dgp2019-07-011-0/+1
| | * | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c...jan.nijtmans2019-06-305-42/+42
| | * | | Merge 8.6jan.nijtmans2019-06-291-1/+1
| | |\ \ \ | | | |/ /