aboutsummaryrefslogtreecommitdiff
path: root/jim.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-10lrange command (me)antirez1-1/+4
2005-03-09[linsert] command added (Clemens Hintze).antirez1-1/+4
2005-03-08Did some fix in jimsh.c, exported some more API function to setantirez1-1/+10
2005-03-08JIM_VERSION is to be an integer value which we present as MAJOR.MINOR topatthoyts1-4/+2
2005-03-08Added [info patchlevel] and setup argv0 and argv variables in jimsh.patthoyts1-2/+2
2005-03-07Faster procedure calls (obtained caching the hashtable, and withantirez1-2/+2
2005-03-07Refactored the [info] command and added body and version to the command.patthoyts1-6/+7
2005-03-06Fixed a race condition in the garbage collection code.antirez1-2/+2
2005-03-06Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez1-1/+4
2005-03-05Solved a problem with Jim_Length()antirez1-2/+3
2005-03-05Initial version of AIO (ANSI C I/O) extension added.antirez1-2/+6
2005-03-05delProc callback added to Jim_CreateCommand().antirez1-2/+5
2005-03-05Added Jim_GetAssocData api. This for permitting packages to register apatthoyts1-1/+12
2005-03-05removed strcasecmp() and isascii(). Now the Jim core is fullyantirez1-1/+5
2005-03-05[switch] command contributed by Clemens Hintze, modified toantirez1-3/+3
2005-03-04jim::libpath renamed into jim.libpath. Also there was a bug listedantirez1-1/+7
2005-03-04$id: ..$ strings addedantirez1-0/+2
2005-03-04Added JIM_NOTUSED macro. Macro used where appropriate.antirez1-0/+3
2005-03-04Use command line vars in the Makefile.patthoyts1-1/+1
2005-03-04more benchmarks. Initial size of hashtables modified.antirez1-1/+1
2005-03-03Missing functions exportedantirez1-0/+5
2005-03-03RegisterCoreCommands now exported (broken in the last commit)antirez1-0/+1
2005-03-03Made exporting of symbols to the API less error proneantirez1-77/+81
2005-03-03improtant fix! jim error message visualization was brokenantirez1-1/+1
2005-03-03changes to the reference system. Now references string repantirez1-1/+4
2005-03-03Fixed a minor typo introduced with const-safeness patch.antirez1-1/+1
2005-03-03const removed from Jim_GetString().antirez1-5/+5
2005-03-03Applied patches 363 and 366 for const correctness to the win32 modules and ji...patthoyts1-46/+64
2005-03-03Exported the double object type to the API.patthoyts1-0/+10
2005-03-02Moved the internal rep accessor macros and Jim_FreeIntRep into the header aspatthoyts1-0/+12
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