summaryrefslogtreecommitdiff
path: root/test.tcl
Commit message (Expand)AuthorAge
* Update test.tcl for new regsub/regexp error messageSteve Bennett2010-10-15
* Add Jim_SetResultFormatted() for simplied messagesSteve Bennett2010-10-15
* Allow incr on unset variableSteve Bennett2010-10-15
* Bug fixes and featuresSteve Bennett2010-10-15
* Many improvements, bug fixesSteve Bennett2010-10-15
* Allow regsub to return the result as a stringSteve Bennett2010-10-15
* Source cleanups, typos, add testSteve Bennett2010-10-15
* Improvements to 'scan'Steve Bennett2010-10-15
* Implement some new featuresSteve Bennett2010-10-15
* Make unit tests work better with optional regexpSteve Bennett2010-10-15
* 2008-11-05 Steve Bennett <steveb@workware.net.au>oharboe2008-11-06
* [scope] command removed. Will be added later with the [let] name andantirez2005-04-05
* [info args] addedantirez2005-03-29
* The behaviour of [scope] modified a bit. Test updated accordingly.antirez2005-03-28
* [scope] command + testsantirez2005-03-28
* [range] command + testsantirez2005-03-24
* Modified test.tcl to report the list of failed tests at the end.antirez2005-03-21
* Add the [scan] command and the Jim_ScanString function + tests.chi2005-03-21
* Jim_GetIndex() bug fixed (SS)antirez2005-03-19
* [info level ?level?] fixed. Tests uncommented.antirez2005-03-15
* Fix about [rename] against procedures with statics.antirez2005-03-11
* lrange command (me)antirez2005-03-10
* [linsert] command added (Clemens Hintze).antirez2005-03-09
* Info exists + tests (Clemens Hintze).antirez2005-03-08
* A specializing version of [for] that appears able to match theantirez2005-03-06
* [switch] command contributed by Clemens Hintze, modified toantirez2005-03-05
* jim::libpath renamed into jim.libpath. Also there was a bug listedantirez2005-03-04
* $id: ..$ strings addedantirez2005-03-04
* Small README change to reflect LIBS Makefile var.antirez2005-03-04
* [split] command added + tests.antirez2005-03-04
* [string map ?-nocase? ...] implemented. tests added.antirez2005-03-03
* binary safe JimStringMatch()antirez2005-03-02
* removed a C99-ismantirez2005-03-01
* many string match tests added.antirez2005-03-01
* Foreach command! Thanks to Clemens.antirez2005-02-28
* more tests and a fix for [lindex $a $a $a] sharing hell.antirez2005-02-27
* more testsantirez2005-02-27
* More test and fixes to pass this tests, mainly about upvar.antirez2005-02-27
* Now there is implicit subst in expr's strings like expr {"foo $i" eq $bar}.antirez2005-02-27
* Clemem's patch fixing expressions containing newlines parsing.antirez2005-02-26
* Initial revisionantirez2005-02-26