summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Record that [Bug 2898722] is lurking.dkf2010-01-101-12/+51
* * generic/tclPathObj.c (TclPathPart): Correct inconsistency betweendgp2010-01-051-1/+16
* * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-032-2/+50
* [Bug 2923613]: Make the safer [source] handle a [return] at the end of thedkf2009-12-301-1/+12
* [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-292-254/+270
* Handle completely invalid input to the decode methods [Bug 2922555]patthoyts2009-12-291-6/+15
* [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-1/+3
* Correct failing testdkf2009-12-281-2/+2
* Slight improvement of test so it shouldn't block forever if it failsdkf2009-12-281-2/+6
* [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-281-81/+21
* [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort].dkf2009-12-221-1/+7
* Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-8/+8
* * generic/tclBasic.c: Fix for bad cmd resolution by coroutinesMiguel Sofer2009-12-191-1/+11
* Upgrade to Safe Base's handling of [glob] to be more permissive with thedkf2009-12-161-1/+36
* Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed.dgp2009-12-091-2/+2
* * generic/tclCmdIL.c: Fix of [Bug #2910094] by akuMiguel Sofer2009-12-071-1/+19
* Plug memory leak. [Bug 2910044]dkf2009-12-071-1/+66
* oops - test error due to deletion of now not-created namespaceMiguel Sofer2009-12-061-6/+1
* clear old junk in tests/coroutine.test:Miguel Sofer2009-12-061-41/+1
* * tests/tailcall.test: remove some old unused crud; improved theMiguel Sofer2009-12-051-27/+28
* * generic/tclBasic.c: Fixed things so that you can tailcallMiguel Sofer2009-12-051-1/+18
* Fix [Bug 2906841] and a few other smaller issues.dkf2009-12-031-262/+301
* Match the version-bump of TclOO.dkf2009-11-271-2/+2
* [Bug 2903811]: Remove unneeded restrictions on usefully calling thedkf2009-11-271-1/+34
* Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011]dkf2009-11-241-1/+18
* [Bug 2893771] Teach [file stat] to handle locked files.patthoyts2009-11-241-11/+16
* * tests/fCmd.test (fCmd-30.1): Changed registry location of theKevin B Kenny2009-11-231-2/+2
* Test constraint 2000orNewer should only be true on Windows platformdgp2009-11-231-2/+2
* #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to makenijtmans2009-11-231-6/+17
* a bit of cleanupdgp2009-11-201-5/+5
* Test-case for fixed [Bug 2849797]nijtmans2009-11-192-12/+13
* Fix [Bug 2891171]: URL checking too strict when using multiple question marks...nijtmans2009-11-181-2/+2
* Revert mistaken commitdgp2009-11-165-47/+25
* (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-166-27/+50
* * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-1/+32
* Cleanup directories that have been set chmod 000.patthoyts2009-11-101-10/+30
* * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().andreas_kupries2009-11-101-2/+2
* * tests/info.test: Resolve ambiguous resolution of variableandreas_kupries2009-11-091-2/+2