Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Reference to correct Bug #number. | jan.nijtmans | 2012-08-06 | 7 | -10/+18 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | Fix warning in winDde.c, and more test-cases using Unicode characters | |||||
| | * | | | | | | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 5 | -5/+5 | |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||||
| | | * | | | | | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 5 | -5/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!) | dkf | 2012-08-05 | 2 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 21 | -671/+730 | |
| | | | | | | | | ||||||
| * | | | | | | | Unbreak. | stwo | 2012-08-04 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | more result generation conversion | dkf | 2012-08-04 | 5 | -45/+49 | |
| | | | | | | | | ||||||
| * | | | | | | | Reduce the amount of ifdeffery somewhat by requiring at least OSX Tiger. That's | dkf | 2012-08-04 | 1 | -174/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now everyone we care to support, given that the version after is now not supported by Apple... | |||||
| * | | | | | | | more result generation conversion | dkf | 2012-08-04 | 9 | -286/+310 | |
| | | | | | | | | ||||||
| * | | | | | | | more result generation conversion | dkf | 2012-08-03 | 18 | -260/+294 | |
| | | | | | | | | ||||||
| * | | | | | | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 28 | -595/+742 | |
| | | | | | | | | ||||||
* | | | | | | | | merge trunk | jan.nijtmans | 2012-08-02 | 95 | -495/+821 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | 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 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / |