Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 28 | -595/+742 |
| | |||||
* | Fix Bug #3545367: DDE test failures | jan.nijtmans | 2012-08-02 | 2 | -18/+28 |
| | | | | It turns out that "dde poke" had the same bug, unfortunately we cannot make a test-case for that. Also modified more test-cases to use unicode variable names, so we can more reliably detect this | ||||
* | Fix Bug #3545367: DDE test failures | jan.nijtmans | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | add coffbase for sample | jan.nijtmans | 2012-07-31 | 1 | -1/+2 |
|\ | |||||
| * | add coffbase for sample | jan.nijtmans | 2012-07-31 | 1 | -1/+2 |
| |\ | |||||
| | * | add coffbase for sample | jan.nijtmans | 2012-07-31 | 1 | -1/+2 |
| | | | |||||
* | | | oops | jan.nijtmans | 2012-07-31 | 1 | -1/+1 |
| | | | |||||
* | | | add thread to coffbase.txt, so the thread extension can use it | jan.nijtmans | 2012-07-31 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | add thread to coffbase.txt, so the thread extensions can use it | jan.nijtmans | 2012-07-31 | 1 | -1/+9 |
| |\ \ | | |/ | |||||
| | * | add thread to coffbase.txt, so the thread extensions can use it | jan.nijtmans | 2012-07-31 | 1 | -1/+17 |
| | | | |||||
* | | | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integer | dkf | 2012-07-31 | 4 | -22/+35 |
| | | | | | | | | | objects. | ||||
* | | | small cosmetic fixes | dkf | 2012-07-31 | 1 | -182/+182 |
| | | | |||||
* | | | import small refactoring from TclOO package codebase | dkf | 2012-07-31 | 1 | -8/+24 |
| | | | |||||
* | | | [Frq 3544967] Missing objectfiles in static lib | jan.nijtmans | 2012-07-31 | 4 | -54/+45 |
|\ \ \ | |||||
| * | | | same fore Makefile.infrq_3544967 | jan.nijtmans | 2012-07-18 | 2 | -46/+31 |
| | | | | |||||
| * | | | FRQ-3544967: Missing objectfiles in static lib | jan.nijtmans | 2012-07-18 | 2 | -7/+12 |
| | | | | |||||
* | | | | add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 2 | -15/+60 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 2 | -87/+63 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 3 | -70/+272 |
| | | | | |||||
* | | | | event tests should continue to work with static Tcltest package | jan.nijtmans | 2012-07-30 | 1 | -5/+5 |
| | | | | |||||
* | | | | fix winPipe.test tests, when running with tcltest86.dll | jan.nijtmans | 2012-07-30 | 1 | -1/+12 |
| | | | | |||||
* | | | | fix event-tests running with tcltest86.dll | jan.nijtmans | 2012-07-30 | 1 | -2/+11 |
| | | | | |||||
* | | | | fix filesystem-7.1.x tests in install environment [3549770], as suggested by ↵ | jan.nijtmans | 2012-07-30 | 2 | -13/+16 |
| | | | | | | | | | | | | | | | | | | | | Twylite temporary workaround for winPipe failing tests (still work to do) | ||||
* | | | | unneeded variable | jan.nijtmans | 2012-07-30 | 1 | -1/+0 |
| | | | | |||||
* | | | | eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT ↵ | jan.nijtmans | 2012-07-30 | 3 | -64/+6 |
| | | | | | | | | | | | | | | | | environment variable now, which makes "exit" do the same thing. | ||||
* | | | | fix load-9.1 test case, when testing using tcltest86.dll | jan.nijtmans | 2012-07-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Less strictness about exactly which dll versions are tested | jan.nijtmans | 2012-07-30 | 3 | -7/+9 |
| | | | | |||||
* | | | | Fix various test when run outside of the build environment [3549770] | jan.nijtmans | 2012-07-30 | 4 | -12/+30 |
| | | | | |||||
* | | | | Add checks whether we are testing the right dll's | jan.nijtmans | 2012-07-30 | 2 | -1/+7 |
| | | | | |||||
* | | | | fix info.test tests | jan.nijtmans | 2012-07-30 | 1 | -10/+7 |
| | | | | |||||
* | | | | fix some comments | jan.nijtmans | 2012-07-29 | 2 | -4/+5 |
| | | | | |||||
* | | | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 67 | -13/+212 |
| | | | | | | | | | | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | | | | [Bug 3549770] Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 6 | -31/+28 |
|\ \ \ \ | |/ / / | |||||
| * | | | Bug [3549770]: Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 5 | -28/+17 |
| | | | | |||||
| * | | | [Bug 3549770] Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 4 | -17/+23 |
| | | | | |||||
* | | | | Support Unicode 6.2 (Add Turkish lira sign) | jan.nijtmans | 2012-07-27 | 3 | -2/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Support Unicode 6.2 (Add Turkish lira sign) | jan.nijtmans | 2012-07-27 | 3 | -2/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Support Unicode 6.2 (Add Turkish lira sign) | jan.nijtmans | 2012-07-27 | 3 | -2/+7 |
| | | | | |||||
* | | | | merge mark | dgp | 2012-07-27 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge release to dev | dgp | 2012-07-27 | 12 | -18/+40 |
| |\ \ \ | |||||
| | * \ \ | merge 8.5core_8_5_12core_8_5_12_rc | dgp | 2012-07-25 | 2 | -9/+14 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | merge 8.5 | dgp | 2012-07-25 | 1 | -0/+2 |
| | |\ \ \ | |||||
| | * \ \ \ | merge 8.5 | dgp | 2012-07-24 | 8 | -68/+76 |
| | |\ \ \ \ | |||||
| | * | | | | | Release note tidiness | dgp | 2012-07-17 | 2 | -1/+22 |
| | | | | | | | |||||
| | * | | | | | merge 8.5 | dgp | 2012-07-17 | 3 | -58/+232 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge 8.5 | dgp | 2012-07-16 | 4 | -7/+17 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge 8.5 | dgp | 2012-07-10 | 2 | -52/+127 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 10 | -15/+18 |
| | | | | | | | | | | |||||
* | | | | | | | | | | use forward slashes in $ROOT, whenever the path is handled by tclsh/tcltest | jan.nijtmans | 2012-07-26 | 1 | -12/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix TCL_LIBRARY value in "test-core" rule | ||||
* | | | | | | | | | | merge 8.5 | dgp | 2012-07-25 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |