aboutsummaryrefslogtreecommitdiff
path: root/jim-load.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-04aio: change to use unix io, not stdioSteve Bennett1-0/+1
2015-06-28typosSvyatoslav Mishyn1-1/+1
2014-05-29load: Fix memory leak on interp destroySteve Bennett1-0/+1
2014-01-15load: use AssocData to free load handlesSteve Bennett1-8/+14
2012-01-19Fix some warnings identified by iccSteve Bennett1-2/+3
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-2/+3
2011-09-12Remove all trailing whitespace in sourceSteve Bennett1-1/+1
2011-06-10Unload dlopen() handles on freeing interpreterSteve Bennett1-0/+26
2011-06-09Better handling of environ on Mac OS XSteve Bennett1-1/+8
2011-06-01Add Jim_String() macroSteve Bennett1-1/+1
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-1/+2
2010-11-03Simplify and document [load]Steve Bennett1-87/+38
2010-10-30Allow extensions to be built/installed as modulesSteve Bennett1-1/+3
2010-10-15Fix -Wshadow warningsSteve Bennett1-1/+1
2010-10-15Clean up some debuggingSteve Bennett1-1/+1
2010-10-15Reduce excessive stack usageSteve Bennett1-0/+1
2010-10-15Clean up the indentation messSteve Bennett1-16/+18
2010-10-15Fix dynamic loading of extensionsSteve Bennett1-4/+31
2010-10-15Improvements to jim configureSteve Bennett1-25/+3
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-4/+1
2010-10-15Implement some new featuresSteve Bennett1-1/+1
2010-10-15Lots of improvementsSteve Bennett1-0/+16
2010-10-15Split package and load out of jim.cSteve Bennett1-0/+118