Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made test encoding test understand platform differences. | rjohnson | 1999-07-07 | 1 | -3/+7 |
| | |||||
* | * doc/fconfigure.n: Clarified default buffering behavior for the | stanton | 1999-07-07 | 2 | -2/+8 |
| | | | | standard channels. [Bug: 2335] | ||||
* | New windows serial port driver. | redman | 1999-07-07 | 2 | -810/+491 |
| | | | | [Bug 1980 2217] | ||||
* | Marked two timing-dependent tests "nonPortable", | welch | 1999-07-07 | 1 | -3/+3 |
| | | | | but I really need to fix these (4.11 and 4.12) | ||||
* | Back-fitted notes about my recent changes | welch | 1999-07-07 | 1 | -0/+33 |
| | |||||
* | Fixed handling of connection timeouts. | welch | 1999-07-07 | 4 | -4/+16 |
| | |||||
* | Removed extra '\' characters at the beginning of the parseOld.test | jenn | 1999-07-06 | 1 | -2/+2 |
| | | | | | file that were causing "invalid command" messages whenever the test was run. | ||||
* | Added entries for 6/25/99 and 6/29/99 reflecting the addition of | jenn | 1999-07-06 | 1 | -0/+31 |
| | | | | the tcltest package and all changes associated with it. | ||||
* | Added entry re: 1999-06-23 changes that created re_syntax(n) page. | jpeek | 1999-07-06 | 1 | -0/+11 |
| | |||||
* | Fix missing declaration of tclStubs | redman | 1999-07-02 | 1 | -1/+2 |
| | |||||
* | Fix Tcl_GetStackedChannel declaration, the function | redman | 1999-07-02 | 2 | -5/+5 |
| | | | | returns a Tcl_Channel, not void. | ||||
* | Block out unix-only code for windows & mac. | redman | 1999-07-02 | 1 | -1/+3 |
| | |||||
* | Regen the stub files after changes in tcl.decls were made, but the | redman | 1999-07-02 | 1 | -14/+17 |
| | | | | stub files were not regenerated. | ||||
* | Temporarily disabling core file checking. | jenn | 1999-07-02 | 2 | -40/+78 |
| | |||||
* | Fixed lint found by Jim Ingham | welch | 1999-07-02 | 1 | -4/+5 |
| | |||||
* | Name change from Tcl_ReplaceChannel to Tcl_StackChannel | welch | 1999-07-02 | 4 | -124/+352 |
| | | | | Added new code that modifies the channel in place. | ||||
* | Name change from Tcl_ReplaceChannel to Tcl_StackChannel | welch | 1999-07-02 | 1 | -31/+38 |
| | |||||
* | Improved support for empty array names | welch | 1999-07-02 | 3 | -11/+16 |
| | |||||
* | Added hook points to the notifier | welch | 1999-07-02 | 1 | -1/+20 |
| | |||||
* | Added hook points to the notifier | welch | 1999-07-02 | 3 | -18/+57 |
| | | | | Updated Xt tests to use new Tcl_SetNotifier | ||||
* | Fixed package version number | welch | 1999-07-02 | 1 | -4/+4 |
| | |||||
* | Added hook points to the notifier | welch | 1999-07-02 | 1 | -1/+20 |
| | |||||
* | Added Tcl_SetNotifier and associated typedef. | welch | 1999-07-02 | 2 | -2/+52 |
| | | | | This lets you hook the notifier procs. | ||||
* | fix to call TclStat instead of TclpStat | redman | 1999-07-01 | 1 | -0/+6 |
| | |||||
* | Call TclStat instead of TclpStat in order to allow the | redman | 1999-07-01 | 2 | -13/+13 |
| | | | | stat hooks to work properly. | ||||
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 25 | -78/+78 |
| | | | | test harness uses instead of the old name (testConfig). | ||||
* | Updated for new package version number | welch | 1999-07-01 | 4 | -8/+8 |
| | |||||
* | Fix genstubs target. | redman | 1999-06-30 | 1 | -3/+6 |
| | |||||
* | Add TclHandle functions to the internal stub table. | redman | 1999-06-30 | 4 | -3291/+51 |
| | | | | Remove unused tclStubs.c file. | ||||
* | Removed call to obsolete AC_C_CROSS macro. | wart | 1999-06-30 | 1 | -2/+1 |
| | |||||
* | Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannel | welch | 1999-06-30 | 5 | -18/+371 |
| | | | | functions. | ||||
* | Updated http and ReplaceChannel man pages | welch | 1999-06-30 | 2 | -18/+50 |
| | |||||
* | Fixed -timeout bug to handle connections to dead servers properly. | welch | 1999-06-30 | 4 | -36/+268 |
| | | | | Added http::cleanup function | ||||
* | updated dde version from 1.0 to 1.1 | hershey | 1999-06-30 | 1 | -4/+3 |
| | |||||
* | Added a check to not rename incr unless it's been previously | jenn | 1999-06-30 | 1 | -4/+5 |
| | | | | renamed. | ||||
* | Added a check at the end of the test to not unset variables if | jenn | 1999-06-30 | 2 | -4/+8 |
| | | | | they don't exist. | ||||
* | Added flags -limitconstraints, -preservecore, -help, -file, -notfile, ↵ | jenn | 1999-06-29 | 7 | -216/+911 |
| | | | | | | | | | | -relateddir, and -asidefromdir to tcltest.tcl. Also added exported proc ::tcltest::getMatchingTestFiles to tcltest.tcl. Modified documentation to match and all.tcl to use the new functionality instead of implementing -file itself. Changed some test names in winPipe.test to remove duplicates. | ||||
* | Modified the last three tests to run with pcOnly constraint. | jenn | 1999-06-29 | 1 | -4/+4 |
| | |||||
* | Adopted Doc patch that changes "unknown_active" to "unknown_pending" | welch | 1999-06-29 | 1 | -3/+4 |
| | |||||
* | Applied patch from Peter Hardie (with modifications) to fix | redman | 1999-06-28 | 5 | -5/+54 |
| | | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note. | ||||
* | Documented 2 more files that need to be updated when the Tcl version | wart | 1999-06-28 | 1 | -1/+3 |
| | | | | number changes. | ||||
* | Fixed test suite to call $tcltest::tcltest instead of $::tcltest | redman | 1999-06-28 | 1 | -2/+2 |
| | | | | (for the name of the executable). | ||||
* | Updated versions to 8.2 and 8.2b1 where appropriate. | wart | 1999-06-28 | 2 | -34/+34 |
| | |||||
* | updated 8.1 to 8.2 | hershey | 1999-06-27 | 1 | -2/+2 |
| | |||||
* | Added poke command to dde. | redman | 1999-06-26 | 8 | -35/+96 |
| | | | | | | Changed dde package version to 1.1 Fixed makefile to install tcl8.2 library correctly Fixed dll names in pkgIndex files for dde and reg | ||||
* | Marked on of the string tests non-portable. IRIX thinks that | rjohnson | 1999-06-26 | 1 | -2/+6 |
| | | | | | .e1 is a valid double - the spec and most other UNIX systems do not think it's valid. | ||||
* | Fixed another bug in test suite... | rjohnson | 1999-06-26 | 1 | -1/+2 |
| | |||||
* | Fixed bug in all.tcl that caused "make test" not to work. The var | rjohnson | 1999-06-26 | 1 | -1/+3 |
| | | | | | | testsDirectory was getting the wrong value. It was set to the workingDir - but when running all.tcl it should be set to the same dir as all.tcl. | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 52 | -124/+125 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | Export functions for TclHandle | redman | 1999-06-26 | 1 | -5/+5 |
| |