aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-12-12Make sure exec.test cleans up betterSteve Bennett1-10/+13
2011-12-12Update some tests for latest Tcl8.6b2Steve Bennett2-8/+6
2011-12-12Restore the environment after tests/exec2.testSteve Bennett1-0/+4
2011-12-12Add test of tcl::prefix from a namespaceSteve Bennett1-0/+7
2011-12-12Add support for lightweight namespacesSteve Bennett2-1/+494
2011-12-12Remove error message rewriting for aliasesSteve Bennett1-1/+1
2011-12-12Add constraints for tests which need utf-8Steve Bennett1-6/+6
2011-12-08Add support for tcl::prefix as an optional extensionSteve Bennett1-0/+149
2011-12-08utf-8 case folding may change encoded lengthSteve Bennett1-0/+4
2011-12-02Extend UTF-8 support past the BMPSteve Bennett2-1/+20
2011-12-02Reduce some delays in testsSteve Bennett2-3/+3
2011-12-01Minor changes for Tcl compatibilitySteve Bennett2-3/+3
2011-11-30Add [info alias]Steve Bennett1-0/+9
2011-11-28Implement [alias] in CSteve Bennett2-9/+6
2011-11-28Commands, not just procs can be localSteve Bennett1-4/+7
2011-11-28Implement [string replace]Steve Bennett1-0/+3
2011-11-28Add support for [string totitle]Steve Bennett1-0/+13
2011-11-28Fix list escaping of leading #Steve Bennett1-0/+481
2011-11-25Minor message changes to match Tcl 8.6Steve Bennett4-280/+335
2011-11-25Add [info statics]Steve Bennett1-0/+6
2011-11-18Don't allow upvar to a higher levelSteve Bennett1-0/+5
2011-11-18Improvements to variable caching and resolutionSteve Bennett1-0/+20
2011-11-10More tcltest compatibilitySteve Bennett1-0/+5
2011-11-10regex: counts were not all being clearedSteve Bennett1-0/+6
2011-11-10regex: add support for non-capturing parenthesesSteve Bennett1-0/+8
2011-11-09Fix some dict unset casesSteve Bennett1-0/+24
2011-11-09List with # only needs braces for first elementSteve Bennett1-0/+2
2011-11-09Fix a parsing bug for quoted orphan $Steve Bennett1-0/+8
2011-10-21Tcl 8.6 can run most tailcall testsSteve Bennett1-2/+3
2011-10-21Return from tailcall should be passed throughSteve Bennett1-0/+13
2011-10-21Source location for test which does "return"Steve Bennett1-1/+1
2011-10-10Simplify the way unicode case mapping is doneSteve Bennett1-0/+4
2011-09-24Fix script ignored string rep after list operationSteve Bennett1-0/+8
2011-09-12Trim the size of the boostrap jimsh sourceSteve Bennett1-1/+1
2011-09-12Implement full [exec] on mingw/msysSteve Bennett2-11/+11
2011-08-22Allow -returnCodes to use numbers as well as namesSteve Bennett1-1/+1
2011-08-18Add support for BSD makeSteve Bennett1-2/+1
2011-08-01dict unset should not return error on missing last keySteve Bennett1-0/+5
2011-07-18Don't add a local proc context in source and evalSteve Bennett1-10/+2
2011-07-13Setup auto_path directly in tests/testing.tclSteve Bennett2-1/+3
2011-07-12Fix some [file join] casesSteve Bennett1-0/+18
2011-07-08Fix missing expr error message with || and &&Steve Bennett1-0/+5
2011-07-08Make list to string conversion more Tcl compatibleSteve Bennett1-2/+2
2011-07-08Better proc optional arg handlingSteve Bennett1-0/+15
2011-07-07Make an array test more reliableSteve Bennett1-1/+1
2011-06-29Mark tests which require utf-8 supportSteve Bennett2-4/+4
2011-06-10Add some missing test dependenciesSteve Bennett2-1/+3
2011-06-10Clear out vars before testSteve Bennett1-0/+1
2011-06-10Slightly more efficient proc testSteve Bennett1-3/+3
2011-06-10Implement the [binary] commandSteve Bennett2-0/+1744