summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel offs...ferrieux2010-06-022-6/+6
* Fix computation of [uplevel] offsets in TIP 341.ferrieux2010-05-312-6/+6
* Fix filesystem-5.1 test failure on CYGWINnijtmans2010-05-311-1/+1
* * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]:dkf2010-05-281-1/+18
* optParse.tcl: eliminate ';' at line end, bump to v0.4.6nijtmans2010-05-271-2/+2
* optParse.tcl: Don't generate spaces at the end of a line.nijtmans2010-05-272-26/+26
* Also check the reverse path of dict->list EIAS violation.ferrieux2010-05-201-1/+2
* Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 (dkf)...ferrieux2010-05-191-1/+2
* Fix the problems I introduced inadvertently:dkf2010-04-301-14/+23
* * tests/coroutine.test: testing coroutine arguments after [yield]:Miguel Sofer2010-04-301-1/+26
* * generic/tclCompCmdsSZ.c (TclSubstCompile): If the first token doesdkf2010-04-081-3/+17
* TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-056-15/+49
* * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-023-5/+46
* * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round ofKevin B Kenny2010-04-021-5/+5
* [FRQ 2974744]: share exception codes (ObjType?):nijtmans2010-03-313-17/+17
* TIP #362 IMPLEMENTATIONdkf2010-03-301-4/+49
* * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] sodgp2010-03-241-1/+4
* * generic/tclOOInfo.c (InfoObjectMethodTypeCmd)dkf2010-03-241-7/+9
* * tests/async.test (async-4.*): Reduce obscurity of these tests bydkf2010-03-241-36/+32
* Make error message in "try" implementationnijtmans2010-03-231-3/+3
* * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-181-1/+25
* Fix silly error in bytecode generation for [try].dkf2010-03-181-6/+55
* [Bug 2971921]: Corrected jump so that it doesn't skip into the middledkf2010-03-181-1/+23
* * generic/tclIORTrans.c (ReflectInput, ReflectOutput,andreas_kupries2010-03-171-2/+91
* * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieuxandreas_kupries2010-03-091-1/+77
* Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion.dkf2010-03-041-1/+25
* Added test case for empty table in ::prefixferrieux2010-03-011-1/+4
* [Bug 2818131] further tests added to cover use of mismatched zlib algorithmspatthoyts2010-02-261-2/+76
* Fix some nasties with handling duplicate keys in list->dict->list conversions.dkf2010-02-241-3/+15
* Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-1/+13
* * tests/regexp.test: Add test cases back ported frommdejong2010-02-211-1/+111
* Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-1/+7
* Fix [Bug 2950259] so that deleting an object by killing its namespace willdkf2010-02-151-8/+52
* add tests for explicit backslash zero as argument to list commandmdejong2010-02-121-1/+21
* [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode.dkf2010-02-111-1/+4
* Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlinesdkf2010-02-111-25/+279
* Two more hash-iteration-order assumptions bite the dustdkf2010-02-101-3/+3
* Remove assumption of ordered results from [info procs]dkf2010-02-101-2/+2
* Fix tests with known dependencies on hash iteration order.dkf2010-02-073-10/+15
* More consistency in errorcode generation.dkf2010-02-051-2/+2
* minor maintenancedkf2010-02-041-3/+8
* Make [array get] work again with a trivial pattern.dkf2010-02-041-3/+8
* Turned the [array] command into a true ensemble. Test changes indicate somedkf2010-02-021-6/+6
* [Bug 2944404] Be careful in case an object deletes itself in its destructor.dkf2010-02-021-1/+17
* Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset]dkf2010-02-021-5/+29
* Improvements to destructor handling.dkf2010-01-281-1/+111
* Improve error code generation from some of the tailcall-related bits of TEBC.dkf2010-01-221-21/+42
* * generic/tclCompile.h: NRE-enable direct eval on BC spoilageMiguel Sofer2010-01-211-1/+23
* [Bug 2932421]: Make [format] less likely to smash intreps.dkf2010-01-181-7/+10
* * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-2/+2