summaryrefslogtreecommitdiffstats
path: root/runtime/cfsysline.c
Commit message (Collapse)AuthorAgeFilesLines
* clean compile on solarisRainer Gerhards2009-04-021-2/+2
|
* Merge branch 'v3-stable' into betaRainer Gerhards2008-09-021-5/+5
| | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-10/+10
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* 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