aboutsummaryrefslogtreecommitdiff
path: root/jim.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-08Make Jim_EvalObjList() publicSteve Bennett1-0/+1
2011-12-08Reduce # of different types in the Jim_Obj unionSteve Bennett1-15/+6
2011-12-02Prevent infinite recursion for eval, aliasSteve Bennett1-2/+5
2011-11-28Make Jim_ListJoin() publicSteve Bennett1-0/+2
2011-11-28Commands, not just procs can be localSteve Bennett1-4/+6
2011-11-28Shorten ref id, proc epoch to 32 bitsSteve Bennett1-8/+9
2011-11-18Create optimised Jim_String(), Jim_Length()Steve Bennett1-1/+1
2011-11-18Add a general purpose hashtable pattern matcherSteve Bennett1-0/+1
2011-11-18Cleanup hash table interfacesSteve Bennett1-4/+4
2011-11-18Improvements to hash table usage for dictsSteve Bennett1-2/+2
2011-11-01Bump version to 0.73Steve Bennett1-1/+1
2011-09-12Remove all trailing whitespace in sourceSteve Bennett1-12/+12
2011-09-12Bump version to 0.72Steve Bennett1-1/+1
2011-08-30Change Jim_EvalObjPrefix to accept arbitrary objectsAlexander Shpilkin1-1/+2
2011-08-03Fix commit cbeb3ea: unset missing array elementSteve Bennett1-1/+1
2011-07-29Add Jim_EvalSource() to replace Jim_Eval_Named()Steve Bennett1-2/+5
2011-07-29Switch to using Jim_Obj for filename trackingSteve Bennett1-4/+3
2011-07-08Better proc optional arg handlingSteve Bennett1-7/+13
2011-06-28Don't try to store an int into a (void *)Steve Bennett1-4/+7
2011-06-10Add --maintainer optionSteve Bennett1-1/+0
2011-06-10Unload dlopen() handles on freeing interpreterSteve Bennett1-0/+3
2011-06-10Always define strtoull as strtoul if no 64 bit intsSteve Bennett1-1/+1
2011-06-10Add TclX-compatible loop commandSteve Bennett1-2/+0
2011-06-09Better handling of environ on Mac OS XSteve Bennett1-0/+4
2011-06-09Use autosetup instead of autoconfSteve Bennett1-8/+0
2011-06-01Add [upcall] commandSteve Bennett1-0/+1
2011-06-01Use a union for Jim_Cmd fieldsSteve Bennett1-12/+21
2011-06-01local procs now keep and restore previous defnSteve Bennett1-0/+2
2011-06-01Add Jim_String() macroSteve Bennett1-0/+1
2011-05-23Remove some unused codeSteve Bennett1-1/+0
2011-05-18Rename more internal functionsSteve Bennett1-2/+3
2011-04-22[package require] should load at the global levelSteve Bennett1-0/+1
2011-04-22Simplify the accounting of call frame levelsSteve Bennett1-4/+3
2011-04-05Bump version to 0.71Steve Bennett1-1/+1
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