aboutsummaryrefslogtreecommitdiff
path: root/jim.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-02shell and library splitted. Now jim.c contains only theantirez1-4/+22
2005-03-02Can now create and relese objects and use ole32.invoke to call propert get on...patthoyts1-1/+1
2005-03-02JIM_LL_MODIFIER is now called JIM_WIDE_MODIFIERantirez1-3/+7
2005-03-01A lot of changes to functions names of jim.c/h to reflectantirez1-2/+13
2005-03-01Indentation style changed to the new Jim standardantirez1-234/+234
2005-03-01Added fledgling COM support for Win32. Unicode object and a Ole32 object typespatthoyts1-0/+5
2005-03-01Change in design of the Jim STUBS system.antirez1-103/+131
2005-02-28Jim_Alloc/Free now really exported.antirez1-0/+6
2005-02-27Jim_Alloc/Free exported to extensions.antirez1-0/+5
2005-02-27const added to Jim_NewStringObjantirez1-1/+2
2005-02-27mingw compilation fixesantirez1-19/+28
2005-02-27aritymin/aritymax information no longer used for C-coded commands.antirez1-2/+1
2005-02-27Pat's patch for [load] on win32!antirez1-27/+27
2005-02-27More test and fixes to pass this tests, mainly about upvar.antirez1-1/+1
2005-02-27Clemens patch for macros sanity applied.antirez1-19/+17
2005-02-26Pat's patch about callframe id type, strtoll casting and errno applied.antirez1-1/+1
2005-02-26Initial revisionantirez1-0/+650