summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed quoting of { in an info complete test case.welch1998-11-111-2/+2
|
* Fixed some tests which were failing on the Mac because of path differences. ↵jingham1998-11-102-15/+26
| | | | Added a test to the resource tests to cover the but I fixed. Fixed the stat test commands - the mac files were getting a leading :, which the test commands did not expect
* Fixed timeout-related HTTP testwelch1998-11-031-2/+10
|
* fixed test that got stale on Windowsstanton1998-11-031-2/+5
|
* cleaned up test suite so most of the tests pass on Windowsstanton1998-11-0210-40/+55
|
* Overhaul of pkg_mkIndexwelch1998-10-301-59/+18
|
* Fixed the Tcl_NotifyChannel bug, plus added a test case for it.welch1998-10-301-1/+26
| | | | | | Simply replaced Tcl_RegisterChannel/UnregisterChannel with Tcl_Preserve/Tcl_Release was all it took. Chanels are already "eventually freed"
* Added the pkg_mkIndex test suiteescoffon1998-10-1715-0/+739
|
* Added fix to list processing in tclNotify that could cause events to be dropped.rjohnson1998-10-141-1/+9
| | | | Added test to intetp test suite.
* Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passedrjohnson1998-10-131-1/+2
| | | | | | in 0 elements. Despite what docs said. Also updated a few copyright notices.
* Fixed bug in "lsort -dictionary" that caused problems when comparingrjohnson1998-10-131-11/+14
| | | | numbers that started with 0.
* Fixed bug in "info complete" - it did not handle NULLs correctly.rjohnson1998-10-131-1/+7
|
* Minor changes in test file & C style.rjohnson1998-10-061-1/+7
|
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-051-1/+131
| | | | | | | representation contains both a Proc struct and its associated ByteCode. Updated tclProc.c::TclCreateProc to take procbody instances as the body argument, for future support of compiler extensions. Added the "procbodytest" package for testing all this stuff.
* Added tests/stack.test, to test recursion limits.escoffon1998-09-302-3/+26
| | | | Added SHLIB_PATH to the list of special macros to ignore.
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-14102-103/+103
|
* Added test for namespace import fixwelch1998-08-101-0/+17
|
* Removed DOS-EOLs.suresh1998-08-071-52/+52
|
* Marked EINTR tests nonPortablewelch1998-08-061-2/+2
|
* Changed the alarm testsurles1998-08-061-7/+19
|
* Added test that verifies the EINTR bug has been fixed.surles1998-08-041-1/+8
|
* checks for existence of test commandshershey1998-07-281-6/+23
|
* checks for existence of test commandshershey1998-07-283-3/+31
|
* check for test commands before running tests.hershey1998-07-281-0/+4
|
* Initial revisionwelch1998-07-242-0/+107
|
* Updated core w/ Micheals latest changes.surles1998-07-241-4/+4
|
* fixed bug in socket-9.3 {testing EOF stickyness}hershey1998-07-241-12/+12
|
* Initial revisionrjohnson1998-07-211-0/+161
|
* Implemented tests for the internal C routines: TclInsertAccessProc(),suresh1998-07-131-35/+221
| | | | | TclDeleteAccessProc(), TclInsertOpenFileChannelProc(), TclDeleteOpenFileChannel().
* plugin updateswelch1998-06-272-16/+47
|
* *** empty log message ***stanton1998-06-251-0/+10
|
* *** empty log message ***stanton1998-06-188-9/+132
|
* remove tmp filestanton1998-06-181-0/+1
|
* Initial revisionstanton1998-06-171-0/+66
|
* *** empty log message ***stanton1998-06-151-1/+12
|
* *** empty log message ***stanton1998-06-091-0/+45
|
* Initial revisionsuresh1998-06-041-0/+100
|
* added test for windows bugstanton1998-05-271-0/+28
|
* Initial revisionrjohnson1998-03-2698-0/+40308