Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 10 | -18/+37 |
| | | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details | ||||
* | another fix for test trace-8.8 | dgp | 2001-11-21 | 1 | -1/+2 |
| | |||||
* | * corrected test trace-8.8 for Bug 219393 | dgp | 2001-11-21 | 1 | -2/+2 |
| | |||||
* | * tests/compile.test: added a test for bug [Bug 483309] | Miguel Sofer | 2001-11-19 | 1 | -1/+14 |
| | |||||
* | win fs fixes | vincentdarley | 2001-11-19 | 1 | -1/+4 |
| | |||||
* | Changes due to TIP#68; memory handling in variable traces is now correct! | dkf | 2001-11-19 | 1 | -1/+22 |
| | |||||
* | * tests/interp.test: | hobbs | 2001-11-16 | 1 | -1/+12 |
| | | | | | * generic/tclInterp.c (SlaveObjCmd): Corrected argument checking for '$interp alias|aliases|issafe'. [Patch #479560] (thoyts, hobbs) | ||||
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 1 | -2/+2 |
| | |||||
* | added lset tests and updated lindex tests for TIPs#22,33,45 by Kenny | hobbs | 2001-11-14 | 6 | -70/+1392 |
| | |||||
* | * tests/var.test: | dgp | 2001-11-09 | 1 | -1/+11 |
| | | | | | * generic/tclVar.c: Corrected bug in [global] when dealing with variable names matching :*. [Bug 480176] | ||||
* | win fs fixes | vincentdarley | 2001-10-29 | 1 | -1/+11 |
| | |||||
* | * tests/clock.test (clock-8.1): | hobbs | 2001-10-18 | 1 | -2/+11 |
| | | | | | | | * generic/tclDate.c (RelativeMonth): * generic/tclGetDate.y (RelativeMonth): corrected off-by-one-day error in clock scan with relative months and years during swing hours. [Bug #413397, Patch #414024] (lavana) | ||||
* | Small modif to tests/compile.test: better constraint handling for | Miguel Sofer | 2001-10-12 | 1 | -24/+21 |
| | | | | tests committed earlier today. | ||||
* | * tests/ioCmd.test: added catch around file removal, as Windows | hobbs | 2001-10-12 | 1 | -15/+3 |
| | | | | file locking throws errors. | ||||
* | (socket-7.2): corrected to work on Win2K | hobbs | 2001-10-12 | 1 | -6/+5 |
| | |||||
* | added removeFile for outdata | hobbs | 2001-10-12 | 1 | -1/+4 |
| | |||||
* | * tests/compile.test: new tests for [Bug 467523] | Miguel Sofer | 2001-10-12 | 1 | -2/+52 |
| | |||||
* | * Corrected restore of ::env(LANG). | dgp | 2001-10-10 | 1 | -2/+3 |
| | |||||
* | Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly... | dkf | 2001-09-28 | 1 | -1/+7 |
| | |||||
* | removed dependence on socket.test being run from same dir as remote.tcl, | dkf | 2001-09-20 | 1 | -2/+5 |
| | | | | which only now needs to be in the same dir as it. [Bug #219326] | ||||
* | improved skip reporting of missing commands | hobbs | 2001-09-20 | 2 | -66/+36 |
| | |||||
* | simplified error check for winFCmd-7.9 | hobbs | 2001-09-20 | 1 | -17/+6 |
| | |||||
* | added back deletion of "more" file | hobbs | 2001-09-19 | 1 | -1/+2 |
| | |||||
* | tests/winPipe.test: removed obsolete cat16 tests | hobbs | 2001-09-19 | 1 | -117/+3 |
| | |||||
* | * generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH - | hobbs | 2001-09-19 | 4 | -28/+92 |
| | | | | | | | | | | | Updated to Int1 instruction type and added special case to use INST_STR_EQ instead when no glob chars are specified in a static string. * tests/{for.test,foreach.test,if.test,while.test}: * generic/tclCompCmds.c (TclCompileForCmd, TclCompileForeachCmd, TclCompileIfCmd, TclCompileWhileCmd): Corrected the overaggressive compiling of loop bodies enclosed in ""s. [Bug #219166] (msofer) | ||||
* | test case for bug #461322 | hobbs | 2001-09-19 | 1 | -1/+10 |
| | |||||
* | TclNeedSpace is now UTF8-aware. (Bug #411825 from <arobert3434@users.sf.net>) | dkf | 2001-09-19 | 1 | -13/+11 |
| | |||||
* | fixed typo in socket-12.1 | hobbs | 2001-09-14 | 1 | -2/+2 |
| | |||||
* | * tests/ioCmd.test: Changed the computation of the result for | andreas_kupries | 2001-09-13 | 1 | -4/+21 |
| | | | | | | | | iocmd-8.1[123] so that the tests work for single- and multi-process execution of the testsuite. Depending on the choice of the user stdout is a tty or not and thus reports different channel options. Fixes [460993] reported by Don Porter. | ||||
* | Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the use | Miguel Sofer | 2001-09-13 | 1 | -1/+5 |
| | | | | of Tcl_EvalTokens, replaced by the new Tcl_EvalTokensStandard. | ||||
* | * Corrected tests to better isolate tests in | dgp | 2001-09-12 | 5 | -5/+10 |
| | | | | one file from influencing tests in other files. [Bug 460591] | ||||
* | reworked stack-2.1 to be impervious to interp state | hobbs | 2001-09-11 | 1 | -5/+7 |
| | |||||
* | Restored to original state from test restrictions ... | andreas_kupries | 2001-09-11 | 1 | -5/+1 |
| | |||||
* | * The changes below are a fix for [219253]. | andreas_kupries | 2001-09-11 | 3 | -100/+142 |
| | | | | | | | | | | | * tests/socket.test: Removed _most_ instances of hardwired port numbers for listening sockets. Remaining are the ports in all tests with constraint 'doTestsWithRemoteServer'. These seem to be designed for a more controlled environment and are usually skipped when running the testsuite. * tests/io.test: Removed all instances of hardwired port numbers for listening sockets. | ||||
* | * tests/stack.test: | hobbs | 2001-09-11 | 1 | -1/+9 |
| | | | | | * generic/tclInterp.c (AliasObjCmd): Check the numLevels to ensure that we aren't hitting some alias loop condition. [Bug #443184] | ||||
* | Bytecompiling noops [FQ #451441] | Miguel Sofer | 2001-09-10 | 1 | -1/+18 |
| | |||||
* | * tests/cmdAH.test: Modify cmdAH-20.5 and cmdAH-24.8 | mdejong | 2001-09-09 | 1 | -3/+5 |
| | | | | | to display the file atime or mtime results if the test fails. | ||||
* | * doc/http.n: noted -binary, charset and coding state keys. | hobbs | 2001-09-07 | 1 | -5/+11 |
| | | | | | | | | | | * tests/http.test: * library/http/pkgIndex.tcl: * library/http/http.tcl (geturl): correctly get charset parameter and convert text according to specified encoding (if known). RFC iso8859-1 is used by default. Also recognize Content-encoding to see if we should do binary translation. Added a CYA -binary switch for the cases that were missed. [Bug #219211 #219399] | ||||
* | * tests/ioUtil.test: changed to make better use of constraints and | hobbs | 2001-09-06 | 1 | -87/+81 |
| | | | | remove knownBug constraints that weren't valid. | ||||
* | * Updated test to support | dgp | 2001-09-06 | 1 | -5/+8 |
| | | | | | | newer HP-UX releases that properly report euc-jp as the system encoding for Japanese. Bug report and patch verification by Bob Techentin. [Bug 453883] | ||||
* | winFCmd.test fix | vincentdarley | 2001-09-05 | 1 | -6/+11 |
| | |||||
* | made [proc] check that formal args have simple names [Bug: 458548] | Miguel Sofer | 2001-09-04 | 1 | -1/+6 |
| | |||||
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 3 | -7/+48 |
| | |||||
* | * tests/compile.test: added compile-11.* interp result checks | hobbs | 2001-08-31 | 1 | -15/+42 |
| | | | | | | | | | * generic/tclUtil.c (TclGetIntForIndex): added Tcl_ResetResult before Tcl_AppendStringsToObj to prevent shared object crash when called from bcc instruction. The Tcl_Append* calls that append to the result object that are invoked by bcc insts must remember to call Tcl_ResetResult because the bcc doesn't do this for us. [Bug #456892] | ||||
* | filesystem | vincentdarley | 2001-08-30 | 2 | -10/+44 |
| | |||||
* | * Corrected | dgp | 2001-08-27 | 1 | -9/+3 |
| | | | | | | inconsistency between the search path for script libraries and the directory name $DISTNAME into which distributions built by 'make test' unpack. [Bug 455642] | ||||
* | * tests/stringComp.test: added string-1.3 | hobbs | 2001-08-25 | 1 | -1/+10 |
| | | | | | | | * generic/tclCompCmds.c (TclCompileStringCmd): changed to return TCL_OUT_LINE_COMPILE instead of TCL_ERROR when compiling and an unknown string method is called. This is necessary as the string command may be never called, or not until 'string' is redefined. | ||||
* | * Corrected expected result | dgp | 2001-08-24 | 1 | -2/+4 |
| | | | | to match Tcl's quirky construction of its init library path. | ||||
* | fs update | vincentdarley | 2001-08-23 | 1 | -1/+56 |
| | |||||
* | Small improvement in tests (constraint vs. conditionally run tests) | dkf | 2001-08-23 | 1 | -32/+15 |
| |