aboutsummaryrefslogtreecommitdiff
path: root/jim.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-01Make jim.c clean enough to be able to build it with -pedantic onWojciech A. Koszek1-1/+3
2009-10-19Fix eCos compatiblity problems with autotools.oyvind1-3/+3
2009-10-082009-10-08 Øyvind Harboeoharboe1-145/+119
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-1/+2
2008-11-072008-11-06 Steve Bennett <steveb@workware.net.au>oharboe1-0/+1
2008-11-07 * jim.c, jim.h: Prevent infinite recursion if an unknown command isoharboe1-0/+2
2008-09-01 * jim.c, jim.h: more text formatting fixes, improved error messagesoharboe1-0/+7
2008-08-25 * jim.c, jim.h: name value pair and formatting fixesoharboe1-3/+335
2008-07-23Uwe Klein:oharboe1-0/+1
2008-07-21 * src/jim.c: very slightly improved error messages.oharboe1-1/+1
2008-07-17Switched core files to FreeBSD licenseoharboe1-16/+37
2008-07-07src/Jim.coharboe1-6/+27
2008-06-16 * retire CVS keyword expansion. Plays havoc with patches.oharboe1-2/+0
2007-01-31Fixed the stdio declarations to work on Windows and likely on Solaris.patthoyts1-5/+17
2006-11-06Jim_GetStdin/out/err API removed, now Jim-SetStdin/out/err returns the old va...antirez1-10/+11
2006-11-02Ability to configure file descriptors for standard input, output, error.antirez1-3/+20
2006-11-01Fix to expr parsing (now hex digits work as literals).antirez1-1/+4
2005-04-18First version of the Jim eventloop extension, exportingantirez1-1/+14
2005-04-10Fix for [return -code eval]antirez1-3/+3
2005-04-09Experimental verison of JIM_EVAL retcode in order to implementantirez1-1/+4
2005-04-06Shhhhh. Silenced a number of warnings when using MSVC.patthoyts1-2/+2
2005-04-06Generic API implementing the Stack data structure exported toantirez1-1/+27
2005-04-05.jimrc support (or jimrc.tcl). Minimal readline extension, just enoughantirez1-1/+4
2005-04-04Version marked as "0.51".antirez1-2/+2
2005-04-02[package require] + Makefile changes about libraries currently not working...antirez1-2/+3
2005-03-31Implemented the C API "background" for the packages system of Jim.antirez1-5/+16
2005-03-29A number of fix for commands optimizing a bit too much objectsantirez1-1/+8
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