summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix [Bug 2704302]dkf2009-03-241-1/+26
* Fix [Bug 2673163]dkf2009-03-241-59/+54
* removed extra cleanupTests callMiguel Sofer2009-03-211-5/+1
* forgot one file :}Miguel Sofer2009-03-211-2/+25
* * tclInt.h: commentsMiguel Sofer2009-03-211-2/+88
* * tests/nre.test: [foreach] has been NR-enabled for a while, theMiguel Sofer2009-03-211-2/+2
* * generic/tclBasic.c: Fix for (among others) [Bug 2699087]Miguel Sofer2009-03-211-3/+13
* * generic/tclExecute.c: proper fix for [Bug 2415422]. ReenabledMiguel Sofer2009-03-211-1/+18
* * generic/tclExecute.c: fix both test and code for tailcallMiguel Sofer2009-03-211-3/+5
* * tests/stringObj.test: Test stringObj-6.9 checks thatdgp2009-03-211-1/+7
* * tests/tailcall.test: slightly improved testsMiguel Sofer2009-03-211-5/+27
* * generic/tcl.h:Miguel Sofer2009-03-192-400/+458
* Move the implementation of [try] from Tcl to C. Not yet bytecoded.dkf2009-03-091-13/+13
* Fix bug 2662434dkf2009-03-041-1/+4
* Revert commits of 20080723. Those were speed tests, that are inherently brit...ferrieux2009-02-222-19/+2
* * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+7
* * generic/tclStringObj.c: Factor out common GrowStringBuffer().dgp2009-02-171-2/+2
* * generic/tclTestObj.c: Replace the [teststringobj ualloc] testingdgp2009-02-161-3/+3
* * generic/tclStringObj.c: Added protections from invalid memorydgp2009-02-161-1/+35
* Fix tricky point that meant it was next to impossible to extend [oo::define].dkf2009-02-121-1/+20
* Fix [Bug 2568434]dkf2009-02-051-38/+30
* * generic/tclInterp.c: Reverted the conversion of [interp] into andgp2009-02-022-18/+21
* improved test fixesdgp2009-01-301-13/+7
* Fix [Bug 2006888]dkf2009-01-291-46/+45
* * generic/tclInterp.c: Convert the [interp] command into adgp2009-01-292-16/+19
* Fix [Bug 2519474]dkf2009-01-291-1/+13
* Fix [Bug 2531577]dkf2009-01-271-1/+22
* Move [throw] implementation into C.dkf2009-01-131-1/+16
* Fix [Bug 1558654]dkf2009-01-091-14/+4
* Generate errorcodes for more cases.dkf2009-01-086-147/+126
* Narrow the focus of a failing test so that it succeeds (by only testing thatdkf2009-01-071-2/+2
* * tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjTypedgp2009-01-061-13/+26
* Fix [Bug 2006879]dkf2009-01-061-2/+2
* Fix [Bug 2489836]dkf2009-01-061-1/+17
* Fix [Bug 2481109]dkf2009-01-061-3/+8
* Added a test, correct a dumb blunder.dkf2009-01-051-2/+18
* make test case work, correct date of commit in ChangeLogKevin B Kenny2009-01-031-2/+3
* * library/clock.tcl (tcl::clock::add): Fixed error message formattingKevin B Kenny2009-01-031-1/+9
* fix 64bit test failuresdas2008-12-211-5/+5
* * tests/io.test: Add missing [close $f] to io-73.2.dgp2008-12-191-4/+7
* * tests/chanio.test: Add missing [removeFile] cleanups.dgp2008-12-191-5/+11
* * tests/chanio.test: Replaced [chan event] handlers thatdgp2008-12-191-5/+11
* * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf):andreas_kupries2008-12-181-9/+9
* Converted 'if 0' into 'knownBug' constraintsdkf2008-12-181-242/+80
* Compressing and decompressing channel transformation support.dkf2008-12-181-6/+31
* Temporarily disable half-close test because of issue in tcltest cleanupferrieux2008-12-181-3/+3
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-183-10/+85
* Fix [Bug 2433936]dkf2008-12-172-118/+34
* Added tests for [throw] and [try].dkf2008-12-161-41/+563
* Fi [Bug 2431847]dkf2008-12-151-1/+7