summaryrefslogtreecommitdiffstats
path: root/runtime/cfsysline.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2008-05-161-0/+2
| | | | | | | Conflicts: ChangeLog rfc3195d.c
* Merge branch 'beta'Rainer Gerhards2008-05-021-1/+3
| | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c
* added missing copyright statementsRainer Gerhards2008-04-241-0/+2
| | | | (thanks to Michael Biebl for noticing)
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+0
| | | | | | | | | | - 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.
* modularization workRainer Gerhards2008-04-171-0/+991
cleanup + created an abstract class for global data items and moved glblGetWorkDir to it