aboutsummaryrefslogtreecommitdiff
path: root/jim.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-21Add copyright notice within jim.c & jim.h to acknowledge Jim's license.chi1-1/+2
2005-03-21Add the [scan] command and the Jim_ScanString function + tests.chi1-3/+6
2005-03-19[finalize] command and relative C API added (SS).antirez1-1/+5
2005-03-17Objects hash function changed.antirez1-1/+3
2005-03-17[source] command added.antirez1-2/+2
2005-03-17The interactive prompt can now used to type/paste multi line scripts.antirez1-4/+5
2005-03-16[env] modified to just be able to read a specified var nameantirez1-3/+2
2005-03-16Added interpreter pointer to the command delete proc.patthoyts1-3/+4
2005-03-15A first version of [info complete].antirez1-1/+3
2005-03-14'iterator' argument modified to 'iter' for C++ STL safety.antirez1-2/+2
2005-03-14more fixes to allow inclusion of jim.h into C++ programs.antirez1-4/+6
2005-03-14Some change to make jim.h more C++ friendly, still not workingantirez1-4/+9
2005-03-13Max nesting depth modified to 10000antirez1-2/+2
2005-03-12Added the ability to compile with -DJIM_ANSIC to use only ANSI-Cantirez1-2/+2
2005-03-12Added the Jim_FreeNewObj() macro to free objects with refcount == 0antirez1-1/+10
2005-03-11static variables supportantirez1-4/+6
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