Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Repair breakage in recent refactoring of env.test | dgp | 2018-08-08 | 1 | -5/+5 | |
| | | | | ||||||
* | | | | Fix harmless gcc warning | jan.nijtmans | 2018-08-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | ioTrans.test: fixed cleanup - avoids `error deleting "tempchanfile": ↵ | sebres | 2018-08-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | permission denied`: file seems to be locked/opened inside interp $idb | |||||
* | | | | Remove some actually dead code | jan.nijtmans | 2018-07-31 | 5 | -146/+9 | |
| | | | | ||||||
* | | | | amend after merge: 8.6th provide additionally an error-code (so missing ↵ | sebres | 2018-07-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | `errCode = "OVERFLOW"`) | |||||
* | | | | merge 8.5 - bug [d051b77fc1] fixed | sebres | 2018-07-26 | 2 | -0/+18 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | test cases added to cover width overflow by format (should cause limit exceeded) | sebres | 2018-07-26 | 1 | -0/+14 | |
| | | | | ||||||
| * | | | closes [d051b77fc18d7340]: fixed segfault by integer overflow (if width by ↵ | sebres | 2018-07-26 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | format like "%4000000000g" overflows to negative values by scan of length) | |||||
* | | | | amend to [d498578df4], still one test for [Bug ba921a8d98] with inplace by ↵ | sebres | 2018-07-26 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | subst inside string (compiled as "strcat" instruction) | |||||
* | | | | New test for [Bug ba921a8d98]. | dgp | 2018-07-26 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Add a note in the 'clock' man page about the interpretation of impossible ↵ | Kevin B Kenny | 2018-07-21 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | values on [clock scan] | |||||
* | | | | win: avoids warning by x64-build in function 'TclWinCPUID' - pointer targets ↵ | sebres | 2018-07-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | in passing argument 1 of '__cpuid' differ in signedness [-Wpointer-sign] (int* vs unsigned int*) | |||||
* | | | | win: fixes x64-build within gcc-compile runtime env for (mingw64, etc): ↵ | sebres | 2018-07-20 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | "$do64bit" may be "amd64|x64|yes", so it could find & copy wrong zlib.dll. | |||||
* | | | | win: fixed test-cases (see [525ccacaef]) running under windows outside of ↵ | sebres | 2018-07-16 | 1 | -6/+21 | |
| | | | | | | | | | | | | | | | | temp-folder | |||||
* | | | | merge 8.5 | sebres | 2018-07-12 | 1 | -1/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | win: closes [3f7af0e21e13f1f5] - avoid "permissions denied" by `file ↵ | sebres | 2018-07-12 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | delete`, if file stat (TclpObjStat) used internally in other worker, for example by usage of `file mkdir` etc. | |||||
* | | | | merge 8.5 | sebres | 2018-07-09 | 1 | -14/+20 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | closes [270f78ca95b642fb]: fix the race condition for `file mkdir` if some ↵ | sebres | 2018-07-09 | 1 | -14/+18 | |
| | | | | | | | | | | | | | | | | worker deletes directory immediately after the succeded create inside 3rd worker. | |||||
* | | | | tclDictObj.c:366: warning: dereferencing type-punned pointer will break ↵ | jan.nijtmans | 2018-07-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | strict-aliasing rules Prevent this warning, which gcc 4.4 (a.o.) gives on this construct. void pointers work well already in whatever assignment. | |||||
* | | | | Use a thread exit handler, and not a custom exit proc for package cleanup. | dgp | 2018-06-26 | 3 | -26/+8 | |
| | | | | ||||||
* | | | | Restore lost tests. | dgp | 2018-06-26 | 4 | -15/+11 | |
| | | | | ||||||
* | | | | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate ↵ | jan.nijtmans | 2018-06-25 | 6 | -27/+30 | |
| | | | | | | | | | | | | | | | | | | | | handling). Fix various typo's | |||||
* | | | | Fix for [3592747]: Let TclNRTailcallEval handle namespace problems. | pooryorick | 2018-06-24 | 2 | -7/+21 | |
| | | | | ||||||
* | | | | Add a test for no generation of a string representation when comparing with the | pooryorick | 2018-06-23 | 1 | -0/+9 | |
| | | | | | | | | | | | | empty string. | |||||
* | | | | Add another suppress rule for valgrind, factor test code into | pooryorick | 2018-06-22 | 9 | -28/+44 | |
| | | | | | | | | | | | | tests/tcltests.tcl, and constrained a some tests in the valgrind case. | |||||
* | | | | merge pyk-tcltest-exit | pooryorick | 2018-06-21 | 2 | -2/+3 | |
|\ \ \ \ | ||||||
| * | | | | Fix function signature of TclThreadTestFinalize. | pooryorick | 2018-06-21 | 2 | -2/+3 | |
| | | | | | ||||||
* | | | | | merge pyk-tcltest-exit | pooryorick | 2018-06-21 | 3 | -0/+24 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Add custom exit procedure for tcltests executable. | pooryorick | 2018-06-21 | 3 | -0/+24 | |
|/ / / / | ||||||
* | | | | Suppress more valgrind "still reachable" reports and ensure that threads are | pooryorick | 2018-06-21 | 2 | -37/+106 | |
| | | | | | | | | | | | | fully finalized in thread tests. | |||||
* | | | | Add valgrind suppression for dlopen and ensure that processes are reaped in | pooryorick | 2018-06-20 | 2 | -0/+17 | |
| | | | | | | | | | | | | http11.test. | |||||
* | | | | Remove recent auto_path modification in tests/all.tcl and suppress more | pooryorick | 2018-06-20 | 2 | -15/+25 | |
| | | | | | | | | | | | | valgrind reports. | |||||
* | | | | new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrind | pooryorick | 2018-06-19 | 4 | -11/+51 | |
| | | | | | | | | | | | | now issues no "still reachable" reports for cmdAH.test. | |||||
* | | | | 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 | |
| | | | | ||||||
* | | | | 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 | |||||
* | | | | 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 | |||||
* | | | | merge 8.5 | dgp | 2018-06-13 | 1 | -2/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Stop creating a stray child process. | dgp | 2018-06-13 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | 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 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 | |
| | | | |