Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 8.7 | dgp | 2018-06-26 | 4 | -16/+12 |
|\ | |||||
| * | merge 8.6 | dgp | 2018-06-26 | 4 | -16/+12 |
| |\ | |||||
| | * | Restore lost tests. | dgp | 2018-06-26 | 4 | -15/+11 |
| | | | |||||
* | | | merge 8.7 | jan.nijtmans | 2018-06-25 | 13 | -56/+113 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | jan.nijtmans | 2018-06-25 | 13 | -56/+113 |
| |\ \ | | |/ | |||||
| | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate ↵ | jan.nijtmans | 2018-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | handling). Fix various typo's | ||||
| | * | Fix for [3592747]: Let TclNRTailcallEval handle namespace problems. | pooryorick | 2018-06-24 | 1 | -0/+20 |
| | | | |||||
| | * | 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 | 8 | -28/+34 |
| | | | | | | | | | tests/tcltests.tcl, and constrained a some tests in the valgrind case. | ||||
| | * | Suppress more valgrind "still reachable" reports and ensure that threads are | pooryorick | 2018-06-21 | 1 | -20/+36 |
| | | | | | | | | | fully finalized in thread tests. | ||||
| | * | Add valgrind suppression for dlopen and ensure that processes are reaped in | pooryorick | 2018-06-20 | 1 | -0/+7 |
| | | | | | | | | | http11.test. | ||||
| | * | Remove recent auto_path modification in tests/all.tcl and suppress more | pooryorick | 2018-06-20 | 1 | -15/+5 |
| | | | | | | | | | valgrind reports. | ||||
| | * | new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrind | pooryorick | 2018-06-19 | 2 | -10/+15 |
| | | | | | | | | | now issues no "still reachable" reports for cmdAH.test. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2018-06-24 | 2 | -4/+31 |
|\ \ \ | |/ / | |||||
| * | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ↵ | jan.nijtmans | 2018-06-24 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | 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 | 2 | -4/+16 |
| |\ \ | | |/ | | | | | | | of Tcl_UniCharToUtf() | ||||
| | * | Avoid valgrind "still reachable" reports stemming from early termination of | pooryorick | 2018-06-18 | 1 | -11/+29 |
| | | | | | | | | | threads. | ||||
| | * | Plug leak in TclSetEnv. | pooryorick | 2018-06-18 | 1 | -4/+4 |
| | | | |||||
* | | | merge 8.7 | jan.nijtmans | 2018-06-17 | 2 | -167/+235 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | jan.nijtmans | 2018-06-17 | 1 | -167/+232 |
| |\ \ | | |/ | |||||
| | * | 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 |
| | | | |||||
* | | | merge 8.7 | jan.nijtmans | 2018-06-15 | 4 | -11/+30 |
|\ \ \ | |/ / | |||||
| * | | new package | pooryorick | 2018-06-15 | 4 | -11/+30 |
| | | | | | | | | | | | | tcltests exclude some exec.test tests when running under valgrind | ||||
* | | | 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. | ||||
* | | | | 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 |
| | | | | |||||
| * | | | Give tests more time to finish since valgrind slows things down considerably. | pooryorick | 2018-06-07 | 1 | -7/+12 |
| | | | | |||||
* | | | | Give tests more time to finish since valgrind slows things down considerably. | pooryorick | 2018-06-07 | 1 | -7/+12 |
| | | | | |||||
* | | | | TIP 500: Private Methods and Variables in TclOO | dkf | 2018-06-03 | 1 | -1/+744 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge core-8-branch | dkf | 2018-06-02 | 5 | -13/+13 |
| |\ \ \ | |||||
| * | | | | Add sensible behaviour with export and unexport of private methods. | dkf | 2018-05-27 | 1 | -0/+32 |
| | | | | | |||||
| * | | | | Corrections for a number of small things to align with TIP | dkf | 2018-05-19 | 1 | -1/+87 |
| | | | | | |||||
| * | | | | Make [info object methods] and [info class methods] work right. | dkf | 2018-05-15 | 1 | -0/+36 |
| | | | | | |||||
| * | | | | Make sure that [self call] reports useful info. | dkf | 2018-05-14 | 1 | -0/+27 |
| | | | | | |||||
| * | | | | Correct results from unknown method handler. | dkf | 2018-05-13 | 1 | -0/+139 |
| | | | | | |||||
| * | | | | Make [info vars] aware of private variable resolution. | dkf | 2018-05-13 | 1 | -0/+40 |
| | | | | | |||||
| * | | | | Merge core-8-branch | dkf | 2018-05-13 | 2 | -16/+267 |
| |\ \ \ \ | |||||
| * | | | | | Make the 'varname' method know about private variables. | dkf | 2018-05-07 | 1 | -0/+34 |
| | | | | | | |||||
| * | | | | | Corrections to test names. | dkf | 2018-05-06 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | Fix up instance privates. | dkf | 2018-05-06 | 1 | -0/+44 |
| | | | | | | |||||
| * | | | | | merge 8.7 | dkf | 2018-05-05 | 10 | -32/+272 |
| |\ \ \ \ \ |