summaryrefslogtreecommitdiffstats
path: root/runtime/obj.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-4/+2
|
* message reception via TCP work againRainer Gerhards2008-04-241-1/+1
| | | | | | ... at least in some cases ;) I assume there are still a couple of bugs inside the code. But at least we have something from where we can continue to work on.
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+1
| | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things.
* moved files to the runtimeRainer Gerhards2008-04-161-0/+1336
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.