Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge 8.7 | jan.nijtmans | 2018-06-24 | 10 | -29/+98 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ↵ | jan.nijtmans | 2018-06-24 | 7 | -12/+49 | |
| | | | | | | | | | | | | | | | | | | | | Also add test-cases for those situations. Various typo's in comments. | |||||
| | * | | Merge 8.6. And add more documentation and test-cases regarding the behavior ↵ | jan.nijtmans | 2018-06-18 | 7 | -17/+49 | |
| | |\ \ | | | |/ | | | | | | | | | of Tcl_UniCharToUtf() | |||||
| | | * | Fix [53cad613d8]: TIP 389 implementation makes Tk tests font-4.12 and ↵ | jan.nijtmans | 2018-06-18 | 3 | -7/+18 | |
| | | | | | | | | | | | | | | | | font-4.15 fail. One more situation in which high surrogate causes problem | |||||
| | | * | Unbreak build on Windows (and - most likely - some other platforms too) | jan.nijtmans | 2018-06-18 | 1 | -3/+2 | |
| | | | | ||||||
| | | * | Avoid valgrind "still reachable" reports stemming from early termination of | pooryorick | 2018-06-18 | 1 | -11/+29 | |
| | | | | | | | | | | | | threads. | |||||
| | | * | Full cleanup of env cache when in a PURIFY build. | pooryorick | 2018-06-18 | 1 | -1/+9 | |
| | | | | ||||||
| | | * | Plug leak in TclSetEnv. | pooryorick | 2018-06-18 | 2 | -4/+8 | |
| | | | | ||||||
| * | | | merge 8.7 | jan.nijtmans | 2018-06-17 | 3 | -167/+241 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 8.6 | jan.nijtmans | 2018-06-17 | 2 | -167/+238 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fix [53cad613d8a4de166e680f09a6c6399ebddbc17c|53cad613d8]: TIP 389 ↵ | jan.nijtmans | 2018-06-17 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | implementation makes Tk tests font-4.12 and font-4.15 fail. (Fix it in 8.6 too, for benefit of androwish) | |||||
| | | * | Remove dependencies between tests in env.test. | pooryorick | 2018-06-17 | 2 | -167/+236 | |
| | | | | ||||||
| | | * | Add tests/tcltests.tcl as a place to store common code for tests. | pooryorick | 2018-06-16 | 1 | -0/+3 | |
| | | | | ||||||
| | | * | new package | pooryorick | 2018-06-16 | 4 | -11/+30 | |
| | | | | | | | | | | | | | | | | tcltests exclude some exec.test tests when running under valgrind | |||||
| | * | | Add tests/tcltests.tcl as a place to store common code for tests. | pooryorick | 2018-06-16 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Add in basic github meta-files to reduce problems with issues being filed ↵ | dkf | 2018-06-16 | 2 | -0/+6 | |
| |\ \ \ | | |/ / | | | | | | | | | where we don't see them. | |||||
| | * | | Add in basic github meta-files to reduce problems with issues being filed ↵ | dkf | 2018-06-16 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | where we don't see them. | |||||
* | | | | Change signature of Tcl_GetRange() to use size_t. Merge trunk. | jan.nijtmans | 2018-06-16 | 20 | -79/+110 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 8.7 | jan.nijtmans | 2018-06-15 | 5 | -17/+36 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 8.6 | jan.nijtmans | 2018-06-15 | 1 | -1/+6 | |
| | |\ \ | | | |/ | ||||||
| | | * | merge 8.5 | jan.nijtmans | 2018-06-15 | 1 | -1/+6 | |
| | | |\ | ||||||
| | | | * | Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. ↵ | jan.nijtmans | 2018-06-15 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | Add FreeBSD (closes [d6d60efd35]) and OpenBSD 8.5 paths | |||||
| | * | | | new package | pooryorick | 2018-06-15 | 4 | -11/+30 | |
| | | | | | | | | | | | | | | | | | | | | tcltests exclude some exec.test tests when running under valgrind | |||||
| * | | | | Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. | stu | 2018-06-15 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | Add FreeBSD (closes [d6d60efd35]) and OpenBSD 8.6 paths. | |||||
* | | | | | Merge trunk. Some more size_t additions in parameters/fields | jan.nijtmans | 2018-06-14 | 48 | -643/+2548 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 8.7 | dgp | 2018-06-13 | 2 | -12/+23 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 8.6 | dgp | 2018-06-13 | 1 | -2/+0 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | merge 8.5 | dgp | 2018-06-13 | 1 | -2/+0 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Stop creating a stray child process. | dgp | 2018-06-13 | 1 | -2/+0 | |
| | | | | | ||||||
| | * | | | Avoid valgrind "still reachable" reports stemming from early termination of | pooryorick | 2018-06-13 | 1 | -10/+23 | |
| | | | | | | | | | | | | | | | threads. | |||||
| * | | | | Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless absolutely necessary. | stu | 2018-06-13 | 1 | -11/+13 | |
| | | | | | | | | | | | | | | | | | | | | Closes RFE [0ac9d06895]. Permits better constraining of Tcl/tclsh via OpenBSD's pledge(2) or similar mechanisms. | |||||
| * | | | | merge 8.7 | dgp | 2018-06-12 | 1 | -8/+4 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 8.6 | dgp | 2018-06-12 | 1 | -8/+4 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | merge 8.5 | dgp | 2018-06-12 | 1 | -8/+4 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | [860a9f1945] Remove test safe-8.8; Mac OS 9 tests are no longer useful. | dgp | 2018-06-12 | 1 | -8/+4 | |
| | | | | | ||||||
| | * | | | merge-mark (Unicode 11.0 beta was already here, and there were not changed ↵ | jan.nijtmans | 2018-06-09 | 0 | -0/+0 | |
| | |\ \ \ | | | |/ / | | | | | | | | | | | in the final version) | |||||
| | | * | | Merge 8.5 (= update Unicode data to Unicode version 11.0) | jan.nijtmans | 2018-06-09 | 2 | -954/+984 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Update all Unicode tables to Unicode version 11.0 | jan.nijtmans | 2018-06-09 | 2 | -954/+984 | |
| | | | | | ||||||
| | | | * | Update to latest tzdata (backported from 8.6) | jan.nijtmans | 2018-06-09 | 92 | -3461/+3467 | |
| | | | | | ||||||
| | | * | | merge 8.5 (empty merge point, no functional changes, because does not affect ↵ | sebres | 2018-06-08 | 0 | -0/+0 | |
| | | |\ \ | | | | |/ | | | | | | | | | | | 8.6) | |||||
| | | | * | resolves some warnings by compiling with new gcc-versions (>= 7.x): | sebres | 2018-06-08 | 2 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | - '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] - passing argument 1 of 'Tcl_CreateExitHandler' from incompatible pointer type [-Wincompatible-pointer-types] | |||||
| * | | | | merge 8.7 | jan.nijtmans | 2018-06-08 | 1 | -13/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | re-generate configure script (where does --runstatedir come from? | jan.nijtmans | 2018-06-08 | 1 | -13/+1 | |
| | | | | | ||||||
| | * | | | Give tests more time to finish since valgrind slows things down considerably. | pooryorick | 2018-06-07 | 1 | -7/+12 | |
| | | | | | ||||||
| | * | | | amend to [eeefdb44cf]: fixes missing install path (closes [593aa7c421]) for ↵ | sebres | 2018-06-05 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | mingw/*nix | |||||
| * | | | | Give tests more time to finish since valgrind slows things down considerably. | pooryorick | 2018-06-07 | 1 | -7/+12 | |
| | | | | | ||||||
| * | | | | merge 8.7 | sebres | 2018-06-05 | 4 | -7/+68 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | re-autoconfigure with v.2.69 | sebres | 2018-06-05 | 1 | -42/+24 | |
| | | | | | ||||||
| | * | | | merge 8.6 | sebres | 2018-06-05 | 4 | -6/+85 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | merge 8.5 | sebres | 2018-06-04 | 4 | -6/+85 | |
| | | |\ \ | | | | |/ |