summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* merge updates from HEAD dgp2008-03-311-3/+3
* Rewrite to use tcltest2 better while getting rid of bugs/misfeatures.dkf2008-03-281-971/+1084
* Removed duplicated testspatthoyts2008-03-241-7/+1
* bug #1923966 - crash in binary format. Added tests for the above crash condit...patthoyts2008-03-241-1/+19
* Added more tests of regexp-mode compilation of the [switch] command. [Bug 185...dkf2008-03-211-1/+107
* Added workaround for [Bug 1905562]dkf2008-03-191-2/+3
* Correct the handling of stack space calculation (the jump pattern used wasdkf2008-03-161-1/+8
* Update test for corrected error messagedgp2008-03-141-2/+2
* * unix/Makefile.in (install-libraries): Bump http to 2.7hobbs2008-03-121-8/+8
* * library/http/http.tcl (http::geturl): add -method option to supporthobbs2008-03-121-2/+2
* improve darwin9 constraintdas2008-03-121-2/+3
* * macosx/GNUmakefile: fix quoting to allow paths todas2008-03-111-4/+4
* * tests/exec.test (exec-9.7): reduce timing sensitivitydas2008-03-112-4/+5
* * tests/fCmd.test (fCmd-9.4): skip on Darwin 9 (xfail).das2008-03-111-2/+6
* * generic/tclVar.c (TclDeleteNamespaceVars):Miguel Sofer2008-03-111-1/+17
* * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added errordgp2008-03-101-1/+64
* * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs()dgp2008-03-101-1/+19
* * tests/execute.test (execute-6.*): More tests checking thatdgp2008-03-071-17/+97
* * tests/execute.test (execute-6.*): More tests checking thatdgp2008-03-071-2/+81
* * tests/execute.test (6.3,4): Added tests for Bug 1899164].dgp2008-03-041-1/+19
* test added (did not fail previously, just to make sure it never does)Miguel Sofer2008-03-021-1/+18
* * doc/clock.n: Corrected minor indentation gaffe in theKevin B Kenny2008-02-271-1/+37
* * generic/tclUtil.c (TclReToGlob): fix the handling of the lasthobbs2008-02-261-0/+16
* add missing constraintdgp2008-02-131-2/+4
* eliminate duplicate test namesdgp2008-02-132-4/+4
* Fix [Bug 1891827]dkf2008-02-121-1/+7
* * generic/tclClock.c (ClockParseformatargsObjCmd):Kevin B Kenny2008-02-061-3/+7
* * generic/tclCmdIl.c (Tcl_LreverseObjCmd):Miguel Sofer2008-01-221-1/+4
* test for memory leakdgp2008-01-161-1/+20
* * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure todgp2008-01-101-1/+5
* * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannothobbs2007-12-232-1/+16
* * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994].Miguel Sofer2007-12-231-1/+4
* * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexphobbs2007-12-191-1/+36
* Fixes for problems created when processing regular expressions thatdkf2007-12-181-1/+10
* Fix for broken test on win2k with long machine namepatthoyts2007-12-141-2/+5
* merge stable branch onto HEADdgp2007-12-1344-44/+44
* * 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