aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-12-11Add support for lsort -realSteve Bennett1-1/+10
2013-12-09Fix aio close from non-global namespaceSteve Bennett1-0/+11
2013-11-28Add basic support for [format %b]Steve Bennett1-0/+16
2013-11-28Fix dict/list shimmering with embedded nullsSteve Bennett1-0/+8
2013-11-11Properly respect backslashes in commentsSteve Bennett1-0/+15
2013-11-07file copy -force handles identical source/targetSteve Bennett1-0/+5
2013-09-19Build on platforms without isasciiSteve Bennett1-0/+6
2013-08-28Re-add missing tests from 45e938f7Steve Bennett1-0/+15
2013-08-19Add floating point support for [binary]Steve Bennett3-1759/+2467
2013-08-19Support nulls in [exec] immediate redirectionSteve Bennett1-0/+3
2013-08-02Correct file handler should be deletedSteve Bennett1-1/+1
2013-07-22Ensure that signals can break vwaitSteve Bennett2-0/+12
2013-02-15Fix [string replace] replacing single charSteve Bennett1-0/+50
2012-09-24Fix binary scan for too-few bytes.Vadim Zborovskii1-0/+15
2012-09-22Add tests for the glob commandSteve Bennett1-0/+131
2012-09-11Add support for string {equal,compare} -lengthSteve Bennett1-15/+8
2012-09-06Fix conversion of numbers >= 2^31Steve Bennett1-0/+3
2012-08-18Fix a dict/list shimmering bugSteve Bennett1-0/+3
2012-08-07Remove octal literals with a leading 0 (TIP #114)Steve Bennett7-15/+54
2012-02-17subst -noc should substitute vars inside bracketsSteve Bennett1-0/+6
2011-12-16Fix double to string on mingwunknown1-46/+46
2011-12-16Fix some tests so they run on mingwSteve Bennett3-11/+13
2011-12-13More test speedupsSteve Bennett4-135/+66
2011-12-12Strip leading & from proc error messagesSteve Bennett3-9/+9
2011-12-12Add support for [apply]Steve Bennett2-0/+235
2011-12-12Tcl8.6 compatible error messagesSteve Bennett1-5/+2
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