Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: a recent change effectively disabled error messages | Rainer Gerhards | 2008-04-18 | 1 | -0/+13 |
| | |||||
* | completed better modularity of runtime | Rainer Gerhards | 2008-04-17 | 1 | -0/+20 |
| | | | | | | | | | | - 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 "glblModPath" variable inside global data pool | Rainer Gerhards | 2008-04-17 | 1 | -0/+3 |
| | | | | (but still as a variable, not part of glbl object) | ||||
* | modularization work | Rainer Gerhards | 2008-04-17 | 1 | -3/+23 |
| | | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it | ||||
* | prevented segfault during runtime library init phase | Rainer Gerhards | 2008-04-16 | 1 | -0/+15 |
| | |||||
* | provided ability to initialize the runtime | Rainer Gerhards | 2008-04-16 | 1 | -0/+166 |