Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | * library/tcltest/tcltest.tcl: Accept underscores and colons in | dgp | 2007-09-11 | 1 | -3/+3 |
| | | | | | | | * library/tcltest/pkgIndex.tcl: constraint names. Properly handle constraint expressions that return non-numeric boolean results like "false". Bump to tcltest 2.3b1. [Bug 1772989; RFE 1071322] * tests/info.test: Disable fragile tests. | ||||
* | Convert [info] into an ensemble command. | dkf | 2007-06-12 | 1 | -226/+227 |
| | |||||
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | * win/configure: * README: Bump version number to 8.5a7 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * generic/tclParse.c: Disable and remove the ALLOW_EXPAND sections * tests/info.test: that continued to support the deprecated * tests/mathop.test: {expand} syntax. Updated the few remaining users of that syntax in the test suite. | ||||
* | * tests/info.test: add !singleTestInterp constraint to tests that fail | das | 2006-12-17 | 1 | -16/+16 |
| | | | | when running testsuite with -singleproc 1. [Bug 1605269] | ||||
* | adjust tcltest.tcl line numbers in info-22.8 & info-23.6 that changed by ↵ | das | 2006-12-10 | 1 | -3/+3 |
| | | | | last tcltest.tcl commit. | ||||
* | TIP#299 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -2/+2 |
| | |||||
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -5/+630 |
| | | | | | | | | | | | | | | | | | | | | | * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompCmds.c: * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclIOUtil.c: * generic/tclInt.h: * generic/tclInterp.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclProc.c: * tests/compile.test: * tests/info.test: * tests/platform.test: * tests/safe.test: | ||||
* | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp | dkf | 2006-10-31 | 1 | -5/+3 |
| | | | | structure. | ||||
* | * tests/info.test (info-9.11-12): tests for [Bug 1577492] | Miguel Sofer | 2006-10-24 | 1 | -1/+20 |
| | | | | * tests/apply.test (apply-4.3-5): tests for [Bug 1574835] | ||||
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -9/+5 |
| | |||||
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -5/+9 |
| | | | | other developers | ||||
* | * tests/compExpr-old.test: Updated testmathfunctions constraint | dgp | 2006-04-06 | 1 | -2/+2 |
| | | | | | | | | | | * tests/compExpr.test: to post-TIP-232 world. * tests/expr-old.test: * tests/expr.test: * tests/info.test: * tests/indexObj.test: Corrected other test errors revealed by * tests/upvar.test: testing outside the tcltest application. | ||||
* | TIP#237 introduced a new function, entier, so add it to the list of functions. | dkf | 2005-10-10 | 1 | -5/+4 |
| | |||||
* | implementation for TIP #255, expr min/max | hobbs | 2005-09-29 | 1 | -3/+3 |
| | |||||
* | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 1 | -2/+15 |
| | |||||
* | TIP#229 implementation | dkf | 2005-05-30 | 1 | -1/+2 |
| | |||||
* | TIP#182 IMPLEMENTATION [Patch 1165062] | dgp | 2005-05-25 | 1 | -3/+3 |
| | | | | | | | * doc/mathfunc.n: New built-in math function bool(). * generic/tclBasic.c: * tests/expr.test: * tests/info.test: | ||||
* | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new | dgp | 2004-11-24 | 1 | -1/+9 |
| | | | | * tests/info.test (info-19.6): trivial matching branch [Bug 1072654] | ||||
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -1/+5 |
| | |||||
* | Massive test cleanup; all tests are run, and constraints are used where ↵ | dkf | 2004-05-19 | 1 | -4/+2 |
| | | | | necessary. | ||||
* | Changed test back to what it used to be in 7.* now that [set] counts as a | dkf | 2004-05-17 | 1 | -6/+2 |
| | | | | real command once again. :^) | ||||
* | Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 1 | -5/+5 |
| | |||||
* | * Updated the instructions on running and adding to the test suite. | dgp | 2002-07-01 | 1 | -2/+1 |
| | | | | | Also updated several tests, mostly to correctly create and destroy any temporary files in the [temporaryDirectory] of tcltest. | ||||
* | Removed assumptions that [makeFile] creates files in the current dir. | dkf | 2002-06-11 | 1 | -9/+9 |
| | |||||
* | Duplicate test number... | dkf | 2002-06-11 | 1 | -2/+2 |
| | |||||
* | Fix for [info locals] bug #567386; added compile functions for | Miguel Sofer | 2002-06-11 | 1 | -1/+3 |
| | | | | [global], [upvar] and [variable]. | ||||
* | [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 |
| | |||||
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -3/+3 |
| | | | | | 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. | ||||
* | Changes from TIP#15 "Functions to List and Detail Math Functions" | dkf | 2001-05-30 | 1 | -10/+28 |
| | |||||
* | * tests/info.test: | hobbs | 2000-05-27 | 1 | -3/+20 |
| | | | | | | | | * doc/info.n: * generic/tclIOUtil.c (Tcl_EvalFile): * generic/tclCmdIL.c (InfoScriptCmd): added ability to set the info script return value [info script ?newFileName?]. This will be beneficial for virtual file system programs. [Bug: 4225] | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | added test for [info body] bytecompiled object bug | hobbs | 2000-01-21 | 1 | -1/+16 |
| | |||||
* | * tests/info.test: | hobbs | 2000-01-12 | 1 | -1/+59 |
| | | | | | | | | | | | * generic/tclCmdIL.c: fixed 'info procs ::namesp::*' behavior (Dejong) * tests/unixFCmd.test: * unix/tclUnixFCmd.c: added support for symbolic permissions setting in SetPermissionsAttribute (file attr $file -perm ...) [Bug: 3970] * tests/utf.test: fixed test that allowed \8 as octal value | ||||
* | * tests/info.test: | hobbs | 1999-12-12 | 1 | -18/+17 |
| | | | | | | | | | | * tests/parseOld.test: * generic/tclCmdAH.c: * generic/tclProc.c: changed Tcl_UplevelObjCmd (uplevel) and Tcl_EvalObjCmd (eval) to use TCL_EVAL_DIRECT in the single arg case as well, to take advantage of potential pure list input optimization. This means that it won't get byte compiled though, which should be acceptable. | ||||
* | * unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5. | redman | 1999-07-31 | 1 | -2/+2 |
| | | | | | | | Patch from James Dennett. [Bug: 2450] * tests/info.test: Enable test for tclParse.c change (info complete). | ||||
* | Removed patch for bug 2382, for info complete. | redman | 1999-07-23 | 1 | -4/+4 |
| | |||||
* | Applied patch for info complete. [Bug: 2382] | redman | 1999-07-22 | 1 | -1/+7 |
| | |||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | fixed error in test reported by procheck | surles | 1999-05-28 | 1 | -2/+2 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -156/+77 |
| | |||||
* | Fixed quoting of { in an info complete test case. | welch | 1998-11-11 | 1 | -2/+2 |
| | |||||
* | Fixed bug in "info complete" - it did not handle NULLs correctly. | rjohnson | 1998-10-13 | 1 | -1/+7 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-18 | 1 | -0/+14 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+576 |