aboutsummaryrefslogtreecommitdiff
path: root/test.tcl
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-2/+2
2010-10-15Allow incr on unset variableSteve Bennett1-2/+2
2010-10-15Bug fixes and featuresSteve Bennett1-18/+18
2010-10-15Many improvements, bug fixesSteve Bennett1-50/+50
2010-10-15Allow regsub to return the result as a stringSteve Bennett1-8/+8
2010-10-15Source cleanups, typos, add testSteve Bennett1-3/+5
2010-10-15Improvements to 'scan'Steve Bennett1-600/+0
2010-10-15Implement some new featuresSteve Bennett1-0/+140
2010-10-15Make unit tests work better with optional regexpSteve Bennett1-13/+20
2008-11-062008-11-05 Steve Bennett <steveb@workware.net.au>oharboe1-1/+576
2005-04-05[scope] command removed. Will be added later with the [let] name andantirez1-1/+3
2005-03-29[info args] addedantirez1-1/+23
2005-03-28The behaviour of [scope] modified a bit. Test updated accordingly.antirez1-7/+7
2005-03-28[scope] command + testsantirez1-3/+57
2005-03-24[range] command + testsantirez1-1/+94
2005-03-21Modified test.tcl to report the list of failed tests at the end.antirez1-2/+7
2005-03-21Add the [scan] command and the Jim_ScanString function + tests.chi1-1/+602
2005-03-19Jim_GetIndex() bug fixed (SS)antirez1-16/+20
2005-03-15[info level ?level?] fixed. Tests uncommented.antirez1-38/+39
2005-03-11Fix about [rename] against procedures with statics.antirez1-1/+16
2005-03-10lrange command (me)antirez1-1/+73
2005-03-09[linsert] command added (Clemens Hintze).antirez1-1/+90
2005-03-08Info exists + tests (Clemens Hintze).antirez1-1/+242
2005-03-06A specializing version of [for] that appears able to match theantirez1-1/+398
2005-03-05[switch] command contributed by Clemens Hintze, modified toantirez1-66/+310
2005-03-04jim::libpath renamed into jim.libpath. Also there was a bug listedantirez1-1/+1
2005-03-04$id: ..$ strings addedantirez1-0/+9
2005-03-04Small README change to reflect LIBS Makefile var.antirez1-0/+36
2005-03-04[split] command added + tests.antirez1-0/+68
2005-03-03[string map ?-nocase? ...] implemented. tests added.antirez1-0/+49
2005-03-02binary safe JimStringMatch()antirez1-93/+0
2005-03-01removed a C99-ismantirez1-1/+17
2005-03-01many string match tests added.antirez1-0/+207
2005-02-28Foreach command! Thanks to Clemens.antirez1-0/+173
2005-02-27more tests and a fix for [lindex $a $a $a] sharing hell.antirez1-0/+328
2005-02-27more testsantirez1-1/+486
2005-02-27More test and fixes to pass this tests, mainly about upvar.antirez1-0/+98
2005-02-27Now there is implicit subst in expr's strings like expr {"foo $i" eq $bar}.antirez1-1/+161
2005-02-26Clemem's patch fixing expressions containing newlines parsing.antirez1-1/+154
2005-02-26Initial revisionantirez1-0/+720