aboutsummaryrefslogtreecommitdiff
path: root/jim-package.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-04aio: change to use unix io, not stdioSteve Bennett1-0/+1
2023-06-21core: Display errors in a more "pythonesque" waySteve Bennett1-3/+0
2020-04-17package: add package names as an alias for package listSteve Bennett1-3/+12
2014-02-06package: fix corruption of versions string0.75Steve Bennett1-4/+3
2014-01-15package: simplification/code cleanupSteve Bennett1-72/+57
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-2/+1
2011-11-18Cleanup hash table interfacesSteve Bennett1-11/+8
2011-11-07Allow building with MSVC on windowsSteve Bennett1-1/+6
2011-11-07Remove use of designated initialisersSteve Bennett1-18/+27
2011-06-28Don't try to store an int into a (void *)Steve Bennett1-2/+2
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