Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/interp.test: | stanton | 1999-02-03 | 1 | -6/+6 |
| | | | | | | * generic/tclInterp.c (DeleteAlias): Changed to use Tcl_DeleteCommandFromToken so we handle renames properly. This avoids senseless panic. [Bug: 736] | ||||
* | * generic/tclProc.c: | stanton | 1999-02-03 | 1 | -39/+155 |
| | | | | | | | | | | | | | | | | | | | | | | * generic/tclNamesp.c: * generic/tclInt.h: * generic/tclCmdIL.c: * generic/tclBasic.c: * generic/tclVar.c: Applied patch from Viktor Dukhovni to rationalize TCL_LEAVE_ERR_MSG behavior when creating variables. * generic/tclVar.c: Fixed bug in namespace tail computation. Fixed bug where upvar could resurrect a namespace variable whose namespace had been deleted. * generic/tclCompile.c (TclCompileExprCmd): Eliminated yet another bogus optimization in expression compilation. * generic/tclCompile.c (CompileExprWord): Fixed exception stack overflow bug caused by missing statement. [Bug: 928] * generic/tclIOCmd.c: * generic/tclBasic.c: Objectified the "open" command. [Bug: 1113] | ||||
* | lint | stanton | 1999-02-02 | 2 | -9/+9 |
| | |||||
* | * generic/tclCompile.c (CompileExprWord): Fixed exception stack | stanton | 1999-02-02 | 1 | -1/+10 |
| | | | | overflow bug caused by missing statement. [Bug: 928] | ||||
* | added pkg and pkg1 to list of files to copy to the current working dir, if | hershey | 1998-12-07 | 1 | -2/+2 |
| | | | | the cwd is not tk8.0/tests | ||||
* | Added test file | welch | 1998-12-04 | 1 | -0/+15 |
| | |||||
* | Updated all and defs to work more smoothly with nightly tests. | hershey | 1998-12-04 | 3 | -31/+41 |
| | | | | | Check for existence of "testgetplatform" command before calling it in fCmd.test file--this command is only in tcltest interps. | ||||
* | * tclWinSock.c (CreateSocket, TcpAccept): Windows NT creates | stanton | 1998-12-04 | 1 | -1/+213 |
| | | | | | sockets so they are inheritable by default. Turn off this bit so sockets aren't kept open by exec'ed processes. [Bug: 892] | ||||
* | all file can now be run from any working dir. | hershey | 1998-11-19 | 1 | -8/+57 |
| | |||||
* | Added test cases for new pkg_mkIndex -load case | welch | 1998-11-12 | 2 | -64/+43 |
| | |||||
* | Fixed quoting of { in an info complete test case. | welch | 1998-11-11 | 1 | -2/+2 |
| | |||||
* | Fixed some tests which were failing on the Mac because of path differences. ↵ | jingham | 1998-11-10 | 2 | -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 test | welch | 1998-11-03 | 1 | -2/+10 |
| | |||||
* | fixed test that got stale on Windows | stanton | 1998-11-03 | 1 | -2/+5 |
| | |||||
* | cleaned up test suite so most of the tests pass on Windows | stanton | 1998-11-02 | 10 | -40/+55 |
| | |||||
* | Overhaul of pkg_mkIndex | welch | 1998-10-30 | 1 | -59/+18 |
| | |||||
* | Fixed the Tcl_NotifyChannel bug, plus added a test case for it. | welch | 1998-10-30 | 1 | -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 suite | escoffon | 1998-10-17 | 15 | -0/+739 |
| | |||||
* | Added fix to list processing in tclNotify that could cause events to be dropped. | rjohnson | 1998-10-14 | 1 | -1/+9 |
| | | | | Added test to intetp test suite. | ||||
* | Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passed | rjohnson | 1998-10-13 | 1 | -1/+2 |
| | | | | | | in 0 elements. Despite what docs said. Also updated a few copyright notices. | ||||
* | Fixed bug in "lsort -dictionary" that caused problems when comparing | rjohnson | 1998-10-13 | 1 | -11/+14 |
| | | | | numbers that started with 0. | ||||
* | Fixed bug in "info complete" - it did not handle NULLs correctly. | rjohnson | 1998-10-13 | 1 | -1/+7 |
| | |||||
* | Minor changes in test file & C style. | rjohnson | 1998-10-06 | 1 | -1/+7 |
| | |||||
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 1 | -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. | escoffon | 1998-09-30 | 2 | -3/+26 |
| | | | | Added SHLIB_PATH to the list of special macros to ignore. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 102 | -103/+103 |
| | |||||
* | Added test for namespace import fix | welch | 1998-08-10 | 1 | -0/+17 |
| | |||||
* | Removed DOS-EOLs. | suresh | 1998-08-07 | 1 | -52/+52 |
| | |||||
* | Marked EINTR tests nonPortable | welch | 1998-08-06 | 1 | -2/+2 |
| | |||||
* | Changed the alarm test | surles | 1998-08-06 | 1 | -7/+19 |
| | |||||
* | Added test that verifies the EINTR bug has been fixed. | surles | 1998-08-04 | 1 | -1/+8 |
| | |||||
* | checks for existence of test commands | hershey | 1998-07-28 | 1 | -6/+23 |
| | |||||
* | checks for existence of test commands | hershey | 1998-07-28 | 3 | -3/+31 |
| | |||||
* | check for test commands before running tests. | hershey | 1998-07-28 | 1 | -0/+4 |
| | |||||
* | Initial revision | welch | 1998-07-24 | 2 | -0/+107 |
| | |||||
* | Updated core w/ Micheals latest changes. | surles | 1998-07-24 | 1 | -4/+4 |
| | |||||
* | fixed bug in socket-9.3 {testing EOF stickyness} | hershey | 1998-07-24 | 1 | -12/+12 |
| | |||||
* | Initial revision | rjohnson | 1998-07-21 | 1 | -0/+161 |
| | |||||
* | Implemented tests for the internal C routines: TclInsertAccessProc(), | suresh | 1998-07-13 | 1 | -35/+221 |
| | | | | | TclDeleteAccessProc(), TclInsertOpenFileChannelProc(), TclDeleteOpenFileChannel(). | ||||
* | plugin updates | welch | 1998-06-27 | 2 | -16/+47 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-25 | 1 | -0/+10 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-18 | 8 | -9/+132 |
| | |||||
* | remove tmp file | stanton | 1998-06-18 | 1 | -0/+1 |
| | |||||
* | Initial revision | stanton | 1998-06-17 | 1 | -0/+66 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-15 | 1 | -1/+12 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-09 | 1 | -0/+45 |
| | |||||
* | Initial revision | suresh | 1998-06-04 | 1 | -0/+100 |
| | |||||
* | added test for windows bug | stanton | 1998-05-27 | 1 | -0/+28 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 98 | -0/+40308 |