aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-27aritymin/aritymax information no longer used for C-coded commands.antirez1-51/+43
2005-02-27more tests and a fix for [lindex $a $a $a] sharing hell.antirez1-9/+39
2005-02-27more testsantirez1-5/+5
2005-02-27Pat's patch for [load] on win32!antirez1-19/+80
2005-02-27More test and fixes to pass this tests, mainly about upvar.antirez1-15/+34
2005-02-27Now there is implicit subst in expr's strings like expr {"foo $i" eq $bar}.antirez1-29/+49
2005-02-27Fixed a bug in the parsing of <backslash><newline>. Now it'santirez1-0/+1
2005-02-27Clemens patch for macros sanity applied.antirez1-4/+4
2005-02-26ifcorecommand indented using Jim's source style.antirez1-14/+25
2005-02-26Pat <<< and >>> operators but converted to 32bit rotation.antirez1-0/+22
2005-02-26Pat's patch about callframe id type, strtoll casting and errno applied.antirez1-3/+1
2005-02-26Clemem's patch fixing expressions containing newlines parsing.antirez1-2/+3
2005-02-26Initial revisionantirez1-0/+8163