summaryrefslogtreecommitdiffstats
path: root/tests/basic.test
Commit message (Expand)AuthorAgeFilesLines
* [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-021-0/+15
|\
| * [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-021-0/+15
| |\
| | * Add testdgp2017-09-021-0/+15
* | | Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-11/+11
|/ /
* | 3605719,3605720 Test independence. Thanks Rolf Ade for patches.dgp2013-02-251-2/+12
|\ \ | |/
| * 3605719,3605720 Test independence. Thanks Rolf Ade for patches.dgp2013-02-251-2/+12
* | For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fixdgp2013-01-301-9/+9
|\ \ | |/
| * For Parse/eval, select modernizations from Patrick Fradin.dgp2013-01-301-9/+9
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-3/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-3/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-3/+0
| | * * generic/tclCmdMZ.c: Corrected broken trace reversal logic indgp2007-06-271-1/+5
| | * * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard):dgp2005-03-181-4/+2
| | * * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-101-1/+19
| | * * tests/compile.test (compile-12.4): Backport test for Bug 1001997.dgp2004-10-261-1/+21
| | * * generic/tclMain.c (Tcl_Main, StdinProc): Append newline onlydgp2004-07-281-3/+2
| | * * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62dgp2004-03-011-1/+10
| | * * tests/basic.test: Made several tests more robust to thedgp2004-02-251-26/+34
| | * Corrected error message for grammar and spelling.dkf2003-05-051-2/+2
* | | * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simpledgp2009-09-171-3/+5
* | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-2/+2
|/ /
* | Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-3/+3
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-72/+72
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-2/+2
* | Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each testdgp2006-01-181-5/+13
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limitdgp2005-03-181-4/+2
* | * tests/basic.test (basic-26.3): new testMiguel Sofer2005-02-111-2/+21
* | * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-101-1/+19
* | * tests/basic.test: Updated functional (not testing) uses ofdgp2004-11-181-8/+14
* | * tests/basic.test: Added missing constraints.dgp2004-10-261-3/+3
* | * tests/basic.test (49.*): New tests for TCL_EVAL_GLOBAL.dgp2004-09-291-1/+21
* | * generic/tclBasic.c: Removed internal routines TclInvoke,dgp2004-09-271-11/+2
* | overlooked update to tests.dgp2004-03-291-3/+2
* | * tests/basic.test: Made several tests more robust to thedgp2004-02-251-26/+34
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-17/+324
* | * tests/async.test: Added several tests that demonstrate Tcldgp2003-07-241-1/+6
* | Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-251-62/+2
* | Corrected error message for grammar and spelling.dkf2003-05-051-2/+2
* | * README: Bumped version number ofdgp2003-03-041-2/+2
|/
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-1/+5
* finalization and test fixesvincentdarley2003-02-041-5/+5
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-101-19/+13
* fixed [Bug 575817]Miguel Sofer2002-07-041-15/+20
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-6/+6
* Fix for bugs #549607 & #549610: testsuite failures for filenames with spaces.Miguel Sofer2002-05-071-4/+4
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-081-6/+8
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-291-1/+42
* avoid exceptional returns at level 0 [Bug 219181]Miguel Sofer2002-03-271-1/+15