aboutsummaryrefslogtreecommitdiff
path: root/jim.h
AgeCommit message (Expand)AuthorFilesLines
2010-12-21Bump version to 0.70Steve Bennett1-1/+1
2010-12-15Fix an object sharing bug for arraysSteve Bennett1-0/+2
2010-11-24Add support for [dict] size, merge, withSteve Bennett1-0/+3
2010-11-17For ctype macros, cast to unsigned charSteve Bennett1-0/+2
2010-11-17Add UTF-8 support to JimSteve Bennett1-8/+8
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-1/+1
2010-11-08Don't hardcode /lib/jimSteve Bennett1-5/+0
2010-10-30Allow extensions to be built/installed as modulesSteve Bennett1-34/+21
2010-10-30Determine platform_tcl() settings with configureSteve Bennett1-0/+8
2010-10-29Update version to 0.64Steve Bennett1-1/+1
2010-10-20Add support for 'dict keys'Steve Bennett1-0/+1
2010-10-15Licence wording updates.Steve Bennett1-2/+0
2010-10-15Fix -Wshadow warningsSteve Bennett1-2/+2
2010-10-15Portability fixesSteve Bennett1-0/+3
2010-10-15Remove dependence of jim core on stderrSteve Bennett1-1/+1
2010-10-15Add install target to MakefileSteve Bennett1-1/+1
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