|
642bd3add6
|
GHC 6.6 includes the package name in symbol names. This means that loadPackage_ needs to know the package name. I added a loadPackage__ with a package name argument. I also added loadPackageFunction with is a convenience functions for loading a value from a package module. This is very useful in HaskellDB.
|
2007-08-29 14:26:57 +00:00 |
|
|
bc5726ccd2
|
Version handling wibbles.
|
2007-01-29 03:16:34 +00:00 |
|
|
afc53152e9
|
AltData is pure evil.
|
2006-01-25 10:49:40 +00:00 |
|
|
748afc256e
|
make lookupSymbol threadsafe, so loading doesn't block all threads on systems without an IO manager thread (win32)
|
2006-10-23 02:38:44 +00:00 |
|
|
3db2f02a2c
|
comments, retab
|
2005-12-25 23:43:27 +00:00 |
|
|
fc1a519459
|
Some debug ideas from bringert
|
2005-12-07 23:52:30 +00:00 |
|
|
a7991e8cb6
|
Refactored System.Plugins.Load.loadFunction
|
2005-09-13 16:54:28 +00:00 |
|
|
dfa37bb45f
|
Add some documentation
|
2005-09-08 07:06:12 +00:00 |
|
|
c336af2b0e
|
mv code back into src/. Kindly pointed out by Lemmih
|
2005-09-03 06:38:06 +00:00 |
|
|
90d780cff8
|
Partially improve the cabalisation
|
2005-09-03 03:10:04 +00:00 |
|
|
5d2b4db2a8
|
Unload loaded code if 'resolveObjs' fail.
Keeping the erroneous code in memory will leave the system in an unusable state.
|
2005-08-24 18:43:46 +00:00 |
|
|
46b07ed75c
|
Mv plugins -> src
|
2005-08-18 05:05:19 +00:00 |
|