aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-03[string map ?-nocase? ...] implemented. tests added.antirez1-0/+89
2005-03-03Missing functions exportedantirez1-0/+5
2005-03-03RegisterCoreCommands now exported (broken in the last commit)antirez1-0/+1
2005-03-03interactive prompt output binary safe (using fwrite instead of printf).antirez1-2/+3
2005-03-03[string repeat] implemented.antirez1-0/+16
2005-03-03Made exporting of symbols to the API less error proneantirez1-76/+77
2005-03-03changes to the reference system. Now references string repantirez1-17/+50
2005-03-03const removed from Jim_GetString().antirez1-8/+8
2005-03-03Applied patches 363 and 366 for const correctness to the win32 modules and ji...patthoyts1-190/+251
2005-03-03Exported the double object type to the API.patthoyts1-0/+3
2005-03-02Moved the internal rep accessor macros and Jim_FreeIntRep into the header aspatthoyts1-12/+0
2005-03-02one more benchmarkantirez1-6/+1
2005-03-02shell and library splitted. Now jim.c contains only theantirez1-2/+15
2005-03-02binary safe JimStringCompare and thus [string compare].antirez1-7/+48
2005-03-02binary safe JimStringMatch()antirez1-21/+44
2005-03-02fix for [ Bug #3513 ] Jim crashed after dict sugar substitution in stringantirez1-7/+10
2005-03-02JIM_LL_MODIFIER is now called JIM_WIDE_MODIFIERantirez1-14/+14
2005-03-02non local literal sharing disabled.antirez1-8/+37
2005-03-02Improved the [time] resolution on windows.patthoyts1-0/+7
2005-03-01A lot of changes to functions names of jim.c/h to reflectantirez1-185/+187
2005-03-01Indentation style changed to the new Jim standardantirez1-6207/+6206
2005-03-01removed a C99-ismantirez1-1/+1
2005-03-01many string match tests added.antirez1-1/+6
2005-03-01Fix to Jim_StringMatch. Still not embedded nuls safe.antirez1-5/+12
2005-03-01Clemens's patch for foreach speed/memusage.antirez1-19/+27
2005-03-01Change in design of the Jim STUBS system.antirez1-26/+30
2005-02-28Foreach command! Thanks to Clemens.antirez1-2/+71
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.antirez1-6/+55
2005-02-27Jim_Alloc/Free exported to extensions.antirez1-4/+0
2005-02-27const added to Jim_NewStringObjantirez1-1/+1
2005-02-27other minor chage about 64bit printf modiferantirez1-2/+4
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.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