aboutsummaryrefslogtreecommitdiff
path: root/jim.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Improvements to 'scan'Steve Bennett1-0/+1
2010-10-15Implement 'array' in CSteve Bennett1-1/+5
2010-10-15Improve expression supportSteve Bennett1-3/+3
2010-10-15Bugs, features and testsSteve Bennett1-1/+6
2010-10-15Bugs and testsSteve Bennett1-0/+1
2010-10-15Implement some new featuresSteve Bennett1-1/+9
2010-10-15Simplify use of eventloopSteve Bennett1-1/+1
2010-10-15Fix crash in substoharboe1-1/+2
2010-10-15Remove declarations for some functions which are goneSteve Bennett1-5/+0
2010-10-15Convert package to use jim-subcmdSteve Bennett1-6/+5
2010-10-15Lots of improvementsSteve Bennett1-6/+15
2010-10-15More static extension stuffSteve Bennett1-0/+1
2010-10-15Add file and exec (along with subcmd support)Steve Bennett1-174/+126
2010-10-15Split package and load out of jim.cSteve Bennett1-0/+2
2010-10-15Strip out unneeded junk from JimSteve Bennett1-593/+127
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett1-123/+146
2010-06-07ecos: eCos has 64 bit integersØyvind Harboe1-2/+2
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