summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-1/+61
* * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidatehobbs2007-12-092-2/+12
* Forgot to adjust tests to take into account safeness of [unload]dkf2007-12-081-3/+3
* * tests/stack.test: made the tests for stack overflow not careMiguel Sofer2007-12-051-5/+22
* Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed.dkf2007-12-051-1/+10
* Make two-arg switch work reliably (and actually as documented!) [Bug 1836519]dkf2007-12-031-187/+180
* Extra channel tests to check for no -eofcharpatthoyts2007-11-281-1/+10
* * doc/chan.n: "Fix" the limitation on channel -eofchardgp2007-11-271-1/+7
* * generic/tclIORChan.c: Fixed a problem with reflectedandreas_kupries2007-11-241-3/+3
* * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data forhobbs2007-11-231-1/+5
* Turn the [string] command into a real compiled ensemble.dkf2007-11-232-8/+8
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-3/+3
* Flag shimmering bug found in [string range].dkf2007-11-221-1/+6
* * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-203-28/+39
* Fix accidentally damaged testsdkf2007-11-191-13/+5
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-162-4/+4
* * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler.dgp2007-11-151-1/+6
* * tests/chanio.test: New file. This is essentially a duplicate ofandreas_kupries2007-11-142-2/+7465
* Make some tests clearer on failure by using tcltest2 featuresdkf2007-11-131-22/+16
* * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-121-0/+76
* * generic/tclTest.c (TestSetCmd2):Miguel Sofer2007-11-031-1/+8
* \u0000 is ASCII! [Bug 1808258]dkf2007-11-011-4/+4
* * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-1516-135/+131
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-111-1/+7
* * library/tcltest/tcltest.tcl: Accept underscores and colons indgp2007-09-111-3/+3
* * doc/package.n: Restored the functioning ofdgp2007-09-111-7/+13
* * doc/package.n: Restored the document parallel syntax of thedgp2007-09-101-8/+8
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-095-52/+45
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-091-3/+4
* Fix [Bug 1786481]dkf2007-09-081-1/+43
* * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl'sdgp2007-09-071-1/+40
* * generic/tclResult.c (Tcl_GetReturnOptions): Take care that adgp2007-09-071-2/+2
* * tests/lindex.test (lindex-17.[01]): Added code to detect theKevin B Kenny2007-09-031-1/+23
* * library/clock.tcl (ParseClockScanFormat): Modified code to allowKevin B Kenny2007-08-251-1/+40
* * generic/tclExecute.c (TclExecuteByteCode): Added code to handleKevin B Kenny2007-08-251-2/+122
* * generic/tclCompExpr.c: Register literals found in expressionsdgp2007-08-241-1/+24
* * generic/tclMain.c: Corrected the logic of dropping the lastdgp2007-08-211-1/+30
* thread-4.4: clear ::errorInfo in the thread as a message is left here from in...patthoyts2007-08-211-2/+2
* Fix [Bug 1773127]dkf2007-08-151-1/+22
* * generic/tclBasic.c: Use fully qualified variable names fordgp2007-08-142-4/+5
* * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fixdas2007-08-141-1/+11
* * generic/tclExecute.c: Provide DECACHE/CACHE protection to thedgp2007-08-131-1/+13
* * generic/tclExecute.c (INST_STORE_ARRAY):Miguel Sofer2007-08-091-1/+17
* * generic/tclExecute.c: Corrected improper use of bignum argumentsdgp2007-08-081-1/+5
* * tests/parseExpr.test: Update source file name of expr parser code.dgp2007-08-061-3/+3
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-2/+2
* * generic/tclCompExpr.c: More commentary.dgp2007-07-161-1/+92
* * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-271-1/+5
* * generic/tclBasic.c (TEOvI): Made sure that leaveMiguel Sofer2007-06-211-2/+2
* * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-151-28/+47