aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-10Add TclX-compatible loop commandSteve Bennett1-0/+152
2011-06-09Revert regexp nested repeats from b34ab2f895Steve Bennett1-1/+2
2011-06-07Simplify/fix repeating matchesSteve Bennett1-25/+91
2011-06-05Fix simple * and + case for utf-8Steve Bennett1-0/+8
2011-06-04Make test error easier to readSteve Bennett1-0/+1
2011-06-04Fix utf8 char matching in character rangesSteve Bennett1-0/+8
2011-06-03Fix parsing bug introduced by 505ce9d7Steve Bennett1-7/+12
2011-06-03lsort test should produce reliable resultsSteve Bennett1-1/+5
2011-06-03Add non-greedy regexp supportSteve Bennett1-0/+39
2011-06-01Add [upcall] commandSteve Bennett1-0/+43
2011-06-01local procs now keep and restore previous defnSteve Bennett1-0/+36