summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add 3 testcases for "dde poke", only active with --enable-symbolsjan.nijtmans2012-08-072-1/+75
| | | (we need a "dde poke" server for that, which is now built into tcldde14g.dll, but not in tcldde14.dll)
* A little more installer consistency tweaking.stwo2012-08-072-5/+5
|
* No need for install-sh to be executable.stwo2012-08-071-1/+0
|
* Installer consistency tweaks.stwo2012-08-062-4/+4
|
* fix two minor blunders, introduced by [1fb35ca910]jan.nijtmans2012-08-064-13/+3
| | | Only define _USE_32BIT_TIME_T for Tcl build, and only once.
* Reference to correct Bug #number. jan.nijtmans2012-08-067-10/+18
|\ | | | | Fix warning in winDde.c, and more test-cases using Unicode characters
| * Reference to correct Bug #numberjan.nijtmans2012-08-065-5/+5
| |\
| | * Reference to correct Bug #numberjan.nijtmans2012-08-065-5/+5
| | |
* | | Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!)dkf2012-08-052-2/+2
| | |
* | | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-0521-671/+730
| | |
* | | Unbreak.stwo2012-08-041-1/+1
| | |
* | | more result generation conversiondkf2012-08-045-45/+49
| | |
* | | Reduce the amount of ifdeffery somewhat by requiring at least OSX Tiger. That'sdkf2012-08-041-174/+78
| | | | | | | | | | | | now everyone we care to support, given that the version after is now not supported by Apple...
* | | more result generation conversiondkf2012-08-049-286/+310
| | |
* | | more result generation conversiondkf2012-08-0318-260/+294
| | |
* | | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-0328-595/+742
| | |
* | | Fix Bug #3545367: DDE test failuresjan.nijtmans2012-08-022-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 failuresjan.nijtmans2012-08-011-1/+1
| | |
* | | add coffbase for samplejan.nijtmans2012-07-311-1/+2
|\ \ \ | |/ /
| * | add coffbase for samplejan.nijtmans2012-07-311-1/+2
| |\ \ | | |/
| | * add coffbase for samplejan.nijtmans2012-07-311-1/+2
| | |
* | | oopsjan.nijtmans2012-07-311-1/+1
| | |
* | | add thread to coffbase.txt, so the thread extension can use itjan.nijtmans2012-07-311-0/+1
|\ \ \ | |/ /
| * | add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+9
| |\ \ | | |/
| | * add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+17
| | |
* | | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-314-22/+35
| | | | | | | | | objects.
* | | small cosmetic fixesdkf2012-07-311-182/+182
| | |
* | | import small refactoring from TclOO package codebasedkf2012-07-311-8/+24
| | |
* | | [Frq 3544967] Missing objectfiles in static libjan.nijtmans2012-07-314-54/+45
|\ \ \
| * | | same fore Makefile.infrq_3544967jan.nijtmans2012-07-182-46/+31
| | | |
| * | | FRQ-3544967: Missing objectfiles in static libjan.nijtmans2012-07-182-7/+12
| | | |
* | | | add -Q option from sampleextensionjan.nijtmans2012-07-312-15/+60
|\ \ \ \ | | |/ / | |/| |
| * | | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-312-87/+63
| |\ \ \ | | | |/ | | |/|
| | * | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-313-70/+272
| | | |
* | | | event tests should continue to work with static Tcltest packagejan.nijtmans2012-07-301-5/+5
| | | |
* | | | fix winPipe.test tests, when running with tcltest86.dlljan.nijtmans2012-07-301-1/+12
| | | |
* | | | fix event-tests running with tcltest86.dlljan.nijtmans2012-07-301-2/+11
| | | |
* | | | fix filesystem-7.1.x tests in install environment [3549770], as suggested by ↵jan.nijtmans2012-07-302-13/+16
| | | | | | | | | | | | | | | | | | | | Twylite temporary workaround for winPipe failing tests (still work to do)
* | | | unneeded variablejan.nijtmans2012-07-301-1/+0
| | | |
* | | | eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT ↵jan.nijtmans2012-07-303-64/+6
| | | | | | | | | | | | | | | | environment variable now, which makes "exit" do the same thing.
* | | | fix load-9.1 test case, when testing using tcltest86.dlljan.nijtmans2012-07-301-1/+1
| | | |
* | | | Less strictness about exactly which dll versions are testedjan.nijtmans2012-07-303-7/+9
| | | |
* | | | Fix various test when run outside of the build environment [3549770]jan.nijtmans2012-07-304-12/+30
| | | |
* | | | Add checks whether we are testing the right dll'sjan.nijtmans2012-07-302-1/+7
| | | |
* | | | fix info.test testsjan.nijtmans2012-07-301-10/+7
| | | |
* | | | fix some commentsjan.nijtmans2012-07-292-4/+5
| | | |
* | | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-2967-13/+212
| | | | | | | | | | | | | | | | combination with tcltest86.dll to do that (Windows only)
* | | | [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-286-31/+28
|\ \ \ \ | |/ / /
| * | | Bug [3549770]: Multiple test failures running tcltest outside build treejan.nijtmans2012-07-285-28/+17
| | | |
| * | | [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-284-17/+23
| | | |