summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * tests/basic.test: Added missing constraints.dgp2004-10-264-17/+16
* fixes for Bug 1054101Kevin B Kenny2004-10-261-1/+43
* Remove some of the contortions from cmdAH-8.45dkf2004-10-251-8/+10
* * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode):dgp2004-10-251-2/+2
* Flesh out tests and transform the TM manager API into an ensembledkf2004-10-251-8/+23
* Add *very* basic test suite for modules, and tighten up the doc styledkf2004-10-221-0/+40
* Make ensembles report shorter error traces that conceal more of how thedkf2004-10-221-7/+5
* * library/clock.tcl: Fixed a typo where the fallback time zoneKevin B Kenny2004-10-221-1/+23
* Stop losing result codes in [dict with] in some circumstancesdkf2004-10-191-1/+13
* TIP#217 implementationdkf2004-10-141-2/+8
* Fix things so we can pass our own test suite for TIP#212...dkf2004-10-081-6/+6
* Basic tests for TIPs #201 and #212dkf2004-10-082-2/+151
* update test for TIP 212dgp2004-10-081-2/+2
* filesystem generic/platform code splittingvincentdarley2004-10-072-9/+54
* * tests/clock.test (clock-34.*): Removed an antibug that forcedKevin B Kenny2004-10-041-9/+9
* Stop words starting with 'eq' or 'ne' from being subdivided by the expressiondkf2004-10-041-1/+9
* Modify the semantics of [dict set] to be what everyone expected them to bedkf2004-10-021-4/+4
* * tests/namespace.test (namespace-8.7): Another test for save/restoredgp2004-10-021-1/+8
* * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp2004-10-011-3/+3
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-303-3/+58
* * tests/subst.test (12.1-2): added tests for [Bug 1036649]Miguel Sofer2004-09-301-1/+16
* * 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
* fix to small filesystem bugsvincentdarley2004-09-273-12/+38
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-267-204/+170
* Fix spelling of test names...dkf2004-09-241-21/+21
* * generic/tclBasic.c: Corrections to the 2004-09-21 commitdgp2004-09-242-2/+33
* * generic/tclCmdMZ.c (TclProcessReturn): Support the -errorlinedgp2004-09-222-4/+17
* * generic/tclExecute.c (INST_START_CMD):Miguel Sofer2004-09-221-1/+31
* * generic/tclCompCmds.c: Tolerate [append] syntax errorsdgp2004-09-221-2/+16
* * tests/error.test (error-6.2,3): Added more tests to verifydgp2004-09-201-1/+10
* Some tests were non-portable, alas.dkf2004-09-191-3/+3
* Fix silly mistakes :} and make sure that the original bug is a test case.dkf2004-09-181-3/+4
* Make sure large shifts shift for real. [Bug 868467]dkf2004-09-181-1/+11
* * doc/interp.n:Miguel Sofer2004-09-141-5/+12
* Fix [Bug 1026903] by storing what ensemble the ensemble is cached for.dkf2004-09-131-1/+12
* * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad checkKevin B Kenny2004-09-111-1/+21
* tcltest-12.3-4 needed to have ::tcltest::loadScript set to empty in their -setupdavygrvy2004-09-111-1/+3
* One less crazy long/wide aunt in the attic [Bug 868489]dkf2004-09-101-1/+53
* fixed a bug where %z was always positive in :localtimeKevin B Kenny2004-09-101-1/+21
* Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-1/+45
* * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-1/+115
* * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-081-1/+5
* fixed clock-34.* to use same time zone on input and outputKevin B Kenny2004-09-081-9/+9
* * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug whereKevin B Kenny2004-09-081-1/+22
* * tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!)Kevin B Kenny2004-09-071-6/+6
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-7/+22
* two bugs fixed in filesystem docs and testsvincentdarley2004-08-311-2/+2
* Fix a crash caused by sharing in [string map]. [Bug 1018562]dkf2004-08-301-1/+5
* Fix old tests to check [namespace which] sanely...dkf2004-08-271-4/+5