summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-06-264-16/+12
|\
| * merge 8.6dgp2018-06-264-16/+12
| |\
| | * Restore lost tests.dgp2018-06-264-15/+11
* | | merge 8.7jan.nijtmans2018-06-2513-56/+113
|\ \ \ | |/ /
| * | merge 8.6jan.nijtmans2018-06-2513-56/+113
| |\ \ | | |/
| | * Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli...jan.nijtmans2018-06-251-1/+1
| | * Fix for [3592747]: Let TclNRTailcallEval handle namespace problems.pooryorick2018-06-241-0/+20
| | * Add a test for no generation of a string representation when comparing with thepooryorick2018-06-231-0/+9
| | * Add another suppress rule for valgrind, factor test code intopooryorick2018-06-228-28/+34
| | * Suppress more valgrind "still reachable" reports and ensure that threads arepooryorick2018-06-211-20/+36
| | * Add valgrind suppression for dlopen and ensure that processes are reaped inpooryorick2018-06-201-0/+7
| | * Remove recent auto_path modification in tests/all.tcl and suppress morepooryorick2018-06-201-15/+5
| | * new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrindpooryorick2018-06-192-10/+15
* | | Merge 8.7jan.nijtmans2018-06-242-4/+31
|\ \ \ | |/ /
| * | Fix "string tolower" and friends for handling unpaired surrogates correctly. ...jan.nijtmans2018-06-241-0/+15
| * | Merge 8.6. And add more documentation and test-cases regarding the behavior o...jan.nijtmans2018-06-182-4/+16
| |\ \ | | |/
| | * Avoid valgrind "still reachable" reports stemming from early termination ofpooryorick2018-06-181-11/+29
| | * Plug leak in TclSetEnv.pooryorick2018-06-181-4/+4
* | | merge 8.7jan.nijtmans2018-06-172-167/+235
|\ \ \ | |/ /
| * | merge 8.6jan.nijtmans2018-06-171-167/+232
| |\ \ | | |/
| | * Remove dependencies between tests in env.test.pooryorick2018-06-172-167/+236
| | * Add tests/tcltests.tcl as a place to store common code for tests.pooryorick2018-06-161-0/+3
| | * new packagepooryorick2018-06-164-11/+30
| * | Add tests/tcltests.tcl as a place to store common code for tests.pooryorick2018-06-161-0/+3
* | | merge 8.7jan.nijtmans2018-06-154-11/+30
|\ \ \ | |/ /
| * | new packagepooryorick2018-06-154-11/+30
* | | merge 8.7dgp2018-06-132-12/+23
|\ \ \ | |/ /
| * | merge 8.6dgp2018-06-131-2/+0
| |\ \ | | |/
| | * merge 8.5dgp2018-06-131-2/+0
| | |\
| | | * Stop creating a stray child process.dgp2018-06-131-2/+0
| * | | Avoid valgrind "still reachable" reports stemming from early termination ofpooryorick2018-06-131-10/+23
* | | | merge 8.7dgp2018-06-121-8/+4
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2018-06-121-8/+4
| |\ \ \ | | |/ /
| | * | merge 8.5dgp2018-06-121-8/+4
| | |\ \ | | | |/
| | | * [860a9f1945] Remove test safe-8.8; Mac OS 9 tests are no longer useful.dgp2018-06-121-8/+4
| * | | Give tests more time to finish since valgrind slows things down considerably.pooryorick2018-06-071-7/+12
* | | | Give tests more time to finish since valgrind slows things down considerably.pooryorick2018-06-071-7/+12
* | | | TIP 500: Private Methods and Variables in TclOOdkf2018-06-031-1/+744
|\ \ \ \ | |/ / /
| * | | merge core-8-branchdkf2018-06-025-13/+13
| |\ \ \
| * | | | Add sensible behaviour with export and unexport of private methods.dkf2018-05-271-0/+32
| * | | | Corrections for a number of small things to align with TIPdkf2018-05-191-1/+87
| * | | | Make [info object methods] and [info class methods] work right.dkf2018-05-151-0/+36
| * | | | Make sure that [self call] reports useful info.dkf2018-05-141-0/+27
| * | | | Correct results from unknown method handler.dkf2018-05-131-0/+139
| * | | | Make [info vars] aware of private variable resolution.dkf2018-05-131-0/+40
| * | | | Merge core-8-branchdkf2018-05-132-16/+267
| |\ \ \ \
| * | | | | Make the 'varname' method know about private variables.dkf2018-05-071-0/+34
| * | | | | Corrections to test names.dkf2018-05-061-4/+4
| * | | | | Fix up instance privates.dkf2018-05-061-0/+44
| * | | | | merge 8.7dkf2018-05-0510-32/+272
| |\ \ \ \ \