aboutsummaryrefslogtreecommitdiff
path: root/jim.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Reduce max nesting depth to 1000Steve Bennett1-1/+1
2010-10-15Make jim more reentrantSteve Bennett1-1/+2
2010-10-15Improvements to script internal repSteve Bennett1-0/+4
2010-10-15eventloop improvements and enhancementsSteve Bennett1-3/+2
2010-10-15Fix some eventloop bugsSteve Bennett1-0/+1
2010-10-15Make sure all static data is marked read-onlySteve Bennett1-1/+1
2010-10-15autoconf improvementsSteve Bennett1-4/+4
2010-10-15Add basic ipv6 support to JimSteve Bennett1-0/+1
2010-10-15Clean up the indentation messSteve Bennett1-0/+891
2010-10-15Use configure to create jim.hSteve Bennett1-873/+0
2010-10-15Improve stack trace handlingSteve Bennett1-1/+2
2010-10-15Code cleanups, mostly formattingSteve Bennett1-1/+1
2010-10-15Documentation, build system updatesSteve Bennett1-14/+2
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-2/+3
2010-10-15Implement TIP #288Steve Bennett1-5/+7
2010-10-15Allow catch to specify what is caughtSteve Bennett1-0/+9
2010-10-15Simplify and speed up exprSteve Bennett1-0/+4
2010-10-15Many improvements, bug fixesSteve Bennett1-4/+11
2010-10-15Fix many problem with expr evaluationSteve Bennett1-1/+1
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