Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added more thorough tests for handling of conversion to boolean. | dkf | 2002-04-26 | 1 | -1/+13 |
| | |||||
* | corrected constraint name for filename-12.1.4 to pcOnly from unixpcOnly | hobbs | 2002-04-22 | 1 | -2/+2 |
| | |||||
* | list/string indexes don't destroy wide int rep [Bug #526717] | dkf | 2002-04-19 | 1 | -1/+6 |
| | |||||
* | [Bug 545325 ] info level didn't report namespace eval. | Miguel Sofer | 2002-04-18 | 1 | -1/+6 |
| | |||||
* | Fixed Bug #545644; [info body] always gives a proper string now! | dkf | 2002-04-18 | 1 | -5/+13 |
| | |||||
* | fix for [Bug #542588], where "too large integers" were reported as | Miguel Sofer | 2002-04-18 | 1 | -1/+8 |
| | | | | "floating-point value" in [expr] error messages. | ||||
* | * Revised to run tests in a namespace, rather than | dgp | 2002-04-17 | 1 | -57/+72 |
| | | | | | use the useless and buggy [saveState] and [restoreState] commands of tcltest. Updated to use tcltest 2 as well. [Patch 544911] | ||||
* | * Revised to run tests in a namespace, rather than | dgp | 2002-04-16 | 1 | -330/+379 |
| | | | | | use the useless and buggy [saveState] and [restoreState] commands of tcltest. Updated to use tcltest 2 as well. [Patch 544546] | ||||
* | * Parts of fileSystem.test require tcltest 2. Added appropriate checks. | dgp | 2002-04-16 | 2 | -20/+45 |
| | |||||
* | * Increased timeout values so that tests have | dgp | 2002-04-15 | 1 | -8/+8 |
| | | | | time to successfully complete even on slow/busy machines. [Bug 523470] | ||||
* | Improved stack trace for TCL_BREAK and TCL_CONTINUE returns from procs. [Bug ↵ | Miguel Sofer | 2002-04-15 | 1 | -3/+5 |
| | | | | 536955]. | ||||
* | made bytecodes check for a catch before returning; the compiled [return] is ↵ | Miguel Sofer | 2002-04-15 | 1 | -1/+10 |
| | | | | otherwise non-catchable. [Bug 542588] | ||||
* | * Revised [tcltest::test] to return errors | dgp | 2002-04-15 | 1 | -21/+25 |
| | | | | | | | when called with invalid syntax and to accept exactly two arguments as documented. Improved error messages. [Bug 497446, Patch 513983] ***POTENTIAL INCOMPATIBILITY***: Incompatible with previous tcltest 2.* releases, found only in alpha releases of Tcl 8.4. | ||||
* | tests/ioCmd.test: fixed iocmd-8.15 to have mac and unixPc variants | hobbs | 2002-04-12 | 1 | -14/+21 |
| | |||||
* | fixed copyright notice | hobbs | 2002-04-10 | 1 | -2/+4 |
| | |||||
* | 2002-04-08 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-08 | 5 | -15/+21 |
| | | | | | | | | | | | | | | | | | | | * generic/tcl.h: no <sys/types.h> on mac. * mac/tclMacFile.c: minor fixes to Vince's changes from 03-24. * mac/tclMacOSA.c: * mac/tclMacResource.c: added missing Tcl_UtfToExternalDString conversions of resource file names. * mac/tclMacSock.c (TcpGetOptionProc): fixed bug introduced by Andreas on 02-25; changed strcmp's to strncmp's so that option comparison behaves like on other platforms. * mac/tcltkMacBuildSupport.sea.hqx (CW Pro6 changes): added support to allow Tk to hookup C library stderr/stdout to TkConsole. * tests/basic.test: * tests/cmdAH.test: * tests/encoding.test: * tests/fileSystem.test: * tests/ioCmd.test: fixed tests failing on mac: check for existence of [exec], changed some result strings. | ||||
* | * Corrected [subst] so that return codes | dgp | 2002-04-05 | 1 | -1/+13 |
| | | | | | | TCL_BREAK and TCL_CONTINUE returned by variable substitution have the same effect as when those codes are returned by command substitution. [Bug 536879] | ||||
* | fs ~ cache clear test | vincentdarley | 2002-04-03 | 1 | -0/+14 |
| | |||||
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc) | hobbs | 2002-03-29 | 1 | -1/+12 |
| | | | | | | | | | (TraceCommandProc, TclTraceCommandObjCmd): corrected potential double-free of traces on variables by flagging in Trace*Proc that it will free the var in case the eval wants to delete the var trace as well. [Bug #536937] Also converted Tcl_UntraceVar -> Tcl_UntraceVar2 and Tcl_Eval to Tcl_EvalEx in Trace*Proc for slight efficiency improvement. | ||||
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 1 | -1/+42 |
| | | | | | having influence over the wrong scope of Tcl_*Eval* calls. Patch from Miguel Sofer. Report from Jean-Claude Wippler. [Bug 219181] | ||||
* | avoid exceptional returns at level 0 [Bug 219181] | Miguel Sofer | 2002-03-27 | 1 | -1/+15 |
| | |||||
* | * Major code cleanup to deal with whitespace, | dgp | 2002-03-27 | 1 | -10/+10 |
| | | | | | coding conventions, and namespace issues, with several minor bugs fixed in the process. | ||||
* | * Added missing [after cancel]s. | dgp | 2002-03-27 | 1 | -3/+5 |
| | |||||
* | * Removed workarounds for Bug 495977. | dgp | 2002-03-25 | 1 | -63/+183 |
| | |||||
* | fixed typo and compiler warning in last commit; all tests now pass on unix | vincentdarley | 2002-03-24 | 1 | -1/+1 |
| | |||||
* | fs tests | vincentdarley | 2002-03-24 | 1 | -1/+3 |
| | |||||
* | fs tests | vincentdarley | 2002-03-24 | 1 | -1/+1 |
| | |||||
* | 4 fs fixes | vincentdarley | 2002-03-24 | 4 | -6/+197 |
| | |||||
* | adding test for [Bug 533758], fixed earlier today. | Miguel Sofer | 2002-03-23 | 1 | -3/+25 |
| | |||||
* | Fixed buffer overrun reported in 530320; luckily it is not likely to | dkf | 2002-03-15 | 1 | -1/+8 |
| | | | | | be exploitable in any meaningful way, but crashing Tcl instead of triggering an error still isn't good. | ||||
* | * Added the [interp recursionlimit] command to | dgp | 2002-03-07 | 1 | -23/+522 |
| | | | | | set/query the recursion limit of an interpreter. Proposal and implementation from Stephen Trier. [TIP 87, Patch 522849] | ||||
* | TIP#81 implementation, tests and docs | dkf | 2002-03-06 | 1 | -16/+84 |
| | |||||
* | * tests/io.test: | hobbs | 2002-03-04 | 2 | -7/+49 |
| | | | | | | | | | * tests/encoding.test: corrected iso2022 encoding results. added encoding-24.* * generic/tclEncoding.c (EscapeFromUtfProc): corrected output of escape codes as per RFC 1468. [Patch #474358] (taguchi) (TclFinalizeEncodingSubsystem): corrected potential double-free when encodings were finalized on exit. [Bug #219314, #524674] | ||||
* | corrected iso2022 return encoding escape | hobbs | 2002-03-02 | 1 | -2/+2 |
| | |||||
* | * tests/encoding.test: added encoding-23.* tests | hobbs | 2002-03-02 | 1 | -19/+73 |
| | | | | | | | * generic/tclIO.c (FilterInputBytes): reset the TCL_ENCODING_START flags in the ChannelState when using 'gets'. [Bug #523988] Also reduced the value of ENCODING_LINESIZE from 30 to 20 as this seems to improve the performance of 'gets' according to tclbench. | ||||
* | couple extra tests | hobbs | 2002-03-01 | 1 | -1/+11 |
| | |||||
* | * tests/socket.test (2.7): Accepted and applied patch for Tcl SF | andreas_kupries | 2002-02-27 | 1 | -3/+3 |
| | | | | | bug #523470 provided by Don Porter <dgp@users.sourceforge.net> to avoid timing problems in that test. | ||||
* | avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207] | Miguel Sofer | 2002-02-25 | 1 | -1/+13 |
| | |||||
* | * tests/regexpComp.test: updated regexp-11.[1-4] to match changes | hobbs | 2002-02-22 | 1 | -7/+7 |
| | | | | in regexp.test for new regsub syntax | ||||
* | updated safe-8.5 and safe-8.7 | hobbs | 2002-02-22 | 1 | -3/+7 |
| | |||||
* | Added TIP#76 implementation, docs + tests. | dkf | 2002-02-22 | 1 | -8/+20 |
| | |||||
* | Further changes to the TIP 72 patch to make it compile under VC++ | Kevin B Kenny | 2002-02-15 | 1 | -2/+2 |
| | |||||
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 11 | -179/+354 |
| | | | | | This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode. | ||||
* | Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and | Kevin B Kenny | 2002-02-10 | 1 | -1/+32 |
| | | | | Tcl_SetCommandInfoFromToken. (TIPs #32 and #79.) | ||||
* | * tests/scan.test: | hobbs | 2002-02-07 | 1 | -2/+13 |
| | | | | | | * generic/tclScan.c (Tcl_ScanObjCmd): corrected scan 0x... %x handling that didn't accept the 0x as a prelude to a base 16 number. [Bug #495213] | ||||
* | extra code coverage cases | hobbs | 2002-02-07 | 2 | -11/+37 |
| | |||||
* | added 10.18 and 10.19 extra tests | hobbs | 2002-02-07 | 1 | -1/+7 |
| | |||||
* | * tests/io.test: io-39.22 split into two tests, one platform | andreas_kupries | 2002-02-01 | 1 | -4/+18 |
| | | | | | dependent, the other not. -eofchar is not empty on the windows platform. | ||||
* | * tests/regexpComp.test: | hobbs | 2002-01-30 | 1 | -1/+21 |
| | | | | | * generic/tclCompCmds.c (TclCompileRegexpCmd): enhanced to support -nocase and -- options. | ||||
* | updated error-1.3 result that changed with string bc correction | hobbs | 2002-01-29 | 1 | -5/+3 |
| |