aboutsummaryrefslogtreecommitdiff
path: root/jim.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-10Boolean contstants in expr, `string is boolean` classificationNikita Borodikhin1-0/+4
2016-03-27Ensure declaration matches definition for Jim_CreateCommand - it was missing ...Evan Hunter1-2/+2
2016-03-27jim: Jim_ScriptIsComplete() now takes an objectSteve Bennett1-2/+3
2016-02-11jim.c,jim.h: fix typosSteve Bennett1-11/+6
2015-10-06Fix some spelling mistakesSteve Bennett1-4/+4
2015-08-09jim.h: fix a typoSvyatoslav Mishyn1-1/+1
2015-06-03chained tailcalls were not always being runSteve Bennett1-1/+0
2014-08-03Temporary file creation should respect $TMPDIRSteve Bennett1-0/+1
2014-01-21many comment changes, some small code changesSteve Bennett1-52/+33
2014-01-17fix encoding of all files to be utf-8, not latin1Steve Bennett1-1/+1
2014-01-15jim.h: fix Jim_GetHashEntryVal()Steve Bennett1-1/+1
2014-01-03tailcall: properly merge tailcall framesSteve Bennett1-1/+3
2013-12-21Implement more dict sub commandsSteve Bennett1-0/+1
2013-12-21allow hash tables to be randomiseSteve Bennett1-1/+2
2013-12-21tailcall should resolve command in current namespaceSteve Bennett1-0/+1
2013-12-09Fix aio close from non-global namespaceSteve Bennett1-3/+2
2013-08-23Unbreak shared build on Windows. Collect all version ids to auto.def.Vadim Zborovskii1-5/+0
2013-08-19Make Jim_IsBigEndian() publicSteve Bennett1-7/+1
2013-08-12Bump version to 0.75Steve Bennett1-1/+1
2013-07-22Make Jim_CheckSignal() a macroSteve Bennett1-0/+5
2013-07-22Update documentation and version to 0.74Steve Bennett1-1/+1
2013-07-22Ensure that signals can break vwaitSteve Bennett1-0/+1
2013-06-12Remove nonexistent function declarationEzequiel Garcia1-2/+0
2013-03-12Shuffle Jim_Obj to shrink it on 64bit (72 -> 64), removing holesLauri Kasanen1-2/+2
2012-03-13Fix a reference counting bugSteve Bennett1-0/+1
2011-12-12Add support for lightweight namespacesSteve Bennett1-0/+11
2011-12-12Remove error message rewriting for aliasesSteve Bennett1-2/+0
2011-12-09Make interactive getline/history API publicSteve Bennett1-0/+5
2011-12-08Add support for tcl::prefix as an optional extensionSteve Bennett1-0/+3
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