summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-012-7/+125
* Fix [Bug 2954959] expr abs(-0.0) is -0.0nijtmans2010-02-221-2/+19
* Backport test to prove Tcl 8.4 is not buggy (2918610).dgp2010-01-051-1/+16
* (Backport) Fix [Bug 2891556] and improve test to detect similar manifestation...ferrieux2009-11-161-1/+2
* * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-1/+32
* Fixed a number of test issues for Vista and Win7.patthoyts2009-11-104-263/+330
* * tests/info.test: Resolve ambiguous resolution of variableandreas_kupries2009-11-091-2/+2
* Fix for [Bug 1565466]Joe Mistachkin2009-10-181-4/+7
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-12/+251
* regression testsdgp2009-08-211-1/+33
* another testdgp2009-08-191-1/+11
* test for 2806250dgp2009-08-181-1/+11
* nicer test failure modedgp2009-08-181-2/+2
* * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-171-1/+32
* * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-1/+19
* * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-131-1/+14
* * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-301-1/+34
* * tests/fileName.test: Tests for [Bug 2710920] to guard againstdgp2009-03-271-1/+13
* * generic/tclStringObj.c: Test stringObj-6.9 checks thatdgp2009-03-211-1/+7
* * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+8
* * tests/fileName.test: Revise new tests for portability to casedgp2008-08-141-4/+4
* * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-2/+40
* * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-111-5/+31
* * generic/tclBasic.c: Added missing release of extended commandandreas_kupries2008-07-281-82/+102
* * tests/info.test: Add !singleTestInterp constraint to various tests;das2008-07-251-27/+27
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-241-1/+86
* Contrain the new test to run only when tip280 is active.andreas_kupries2008-07-231-2/+2
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-12/+38
* * tests/binary.test: Corrected flawed tests revealed by a -debug 1dgp2008-06-202-10/+4
* * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on theandreas_kupries2008-06-161-15/+15
* reduce reg-33.14 space used to prevent stack segfaulthobbs2008-05-261-2/+2
* * tests/io.test (io-53.9): need to close chan before removing file.hobbs2008-05-261-1/+2
* * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-6/+6
* style revisions to latest commitdgp2008-04-172-10/+7
* * generic/tclCompExpr.c (CompileMathFuncCall): Addedandreas_kupries2008-04-171-1/+7
* * generic/tclIO.c (CopyData): Applied another patch by Alexandreandreas_kupries2008-04-152-2/+43
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreas_kupries2008-04-102-10/+38
* * tests/io.test (io-52.5): Removed '-size -1' from test, does notandreas_kupries2008-04-091-2/+2
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -sizeandreas_kupries2008-04-091-1/+7
* * tests/io.test (io-53.8,53.9,53.10): Backported das' fix of typoandreas_kupries2008-04-081-4/+4
* * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.andreas_kupries2008-04-071-1/+71
* * generic/tclIO.c (BUSY_STATE, CheckChannelErrors,andreas_kupries2008-04-071-1/+2
* * tests/io.test (io-53.9): Added testcase for [Bug 780533], basedandreas_kupries2008-04-041-3/+51
* * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] toandreas_kupries2008-04-031-1/+46
* Backported fix for #1923966patthoyts2008-03-241-1/+19
* * generic/tclTest.c: Backport the [testexprlongobj] testing command.dgp2008-03-071-1/+3
* * tests/execute.test (execute-6.8): Added tests checking thatdgp2008-03-071-2/+179
* Fixes for problems created when processing regular expressions thatdkf2007-12-181-1/+14
* * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flaghobbs2007-12-141-1/+22
* Prevent shimmering crash in [lsearch] when -exact and -integer/-real aredkf2007-12-051-1/+10