aboutsummaryrefslogtreecommitdiff
path: root/test.tcl
AgeCommit message (Expand)AuthorFilesLines
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