aboutsummaryrefslogtreecommitdiff
path: root/jim-package.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-01Add Jim_String() macroSteve Bennett1-4/+4
2011-04-22[package require] should load at the global levelSteve Bennett1-1/+1
2010-12-21All Jim source should include jimautoconf.hSteve Bennett1-0/+1
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-2/+2
2010-11-03Fix some problems with the packaging systemSteve Bennett1-36/+38
2010-10-15Clean up some debuggingSteve Bennett1-1/+1
2010-10-15Reduce excessive stack usageSteve Bennett1-0/+3
2010-10-15Clean up the indentation messSteve Bennett1-44/+42
2010-10-15Improve stack trace handlingSteve Bennett1-6/+3
2010-10-15Documentation, build system updatesSteve Bennett1-1/+1
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-11/+4
2010-10-15Many improvements, bug fixesSteve Bennett1-1/+1
2010-10-15Various general fixes and cleanupsSteve Bennett1-10/+10
2010-10-15aio fixesSteve Bennett1-1/+1
2010-10-15Bugs, features and testsSteve Bennett1-25/+32
2010-10-15Improve error handlingSteve Bennett1-1/+7
2010-10-15Implement some new featuresSteve Bennett1-2/+2
2010-10-15Fix some runtime errorsSteve Bennett1-2/+9
2010-10-15Convert package to use jim-subcmdSteve Bennett1-67/+100
2010-10-15Small improvementsSteve Bennett1-3/+6
2010-10-15Lots of improvementsSteve Bennett1-0/+72
2010-10-15Simplify package command to ignore versionsSteve Bennett1-237/+25
2010-10-15Split package and load out of jim.cSteve Bennett1-0/+349