aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-02-28literal sharing re-enabled after the Jim_DuplicateObj() fix.antirez1-2/+0
2005-02-28Fixed a bug in Jim_DuplicateObj()antirez1-1/+3
2005-02-28Jim_Alloc/Free now really exported.antirez2-6/+61
2005-02-27Jim_Alloc/Free exported to extensions.antirez2-4/+5
2005-02-27const added to Jim_NewStringObjantirez3-2/+16
2005-02-27make clean now deletes *.dll tooantirez1-1/+1
2005-02-27documentation changes, makefile modified to build jim-win32.dllantirez2-2/+31
2005-02-27other minor chage about 64bit printf modiferantirez1-2/+4
2005-02-27mingw compilation fixesantirez1-19/+28
2005-02-27warning about win32 dlopen wrapper suppressed with no-operation code.antirez1-0/+1
2005-02-27aritymin/aritymax information no longer used for C-coded commands.antirez7-64/+78
2005-02-27win32 test extensiona added (thanks to Pat Thoyts)antirez1-0/+42
2005-02-27more tests and a fix for [lindex $a $a $a] sharing hell.antirez2-9/+367
2005-02-27more testsantirez2-6/+491
2005-02-27Pat's patch for [load] on win32!antirez4-52/+126
2005-02-27More test and fixes to pass this tests, mainly about upvar.antirez3-16/+133
2005-02-27Now there is implicit subst in expr's strings like expr {"foo $i" eq $bar}.antirez3-30/+221
2005-02-27Fixed a bug in the parsing of <backslash><newline>. Now it'santirez3-1/+7
2005-02-27Clemens patch for macros sanity applied.antirez2-23/+21
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-26Makefile.vc with unix line endingsantirez1-0/+64
2005-02-26removed to add it again without DOS line endingsantirez1-64/+0
2005-02-26Pat's patch about callframe id type, strtoll casting and errno applied.antirez3-9/+6
2005-02-26Clemem's patch fixing expressions containing newlines parsing.antirez2-3/+157
2005-02-26Initial revisionantirez13-0/+10237