summaryrefslogtreecommitdiffstats
path: root/linkedlist.c
Commit message (Collapse)AuthorAgeFilesLines
* enhanced linkedList class, new method to get count, new method to execute aRainer Gerhards2007-08-021-0/+44
| | | | user-supplied function on all members
* shuffeled code in cfline() to prepare for a better system of processing theRainer Gerhards2007-08-011-1/+1
| | | | selector_t linked list
* omfile.c now uses the new table-driven cfsysline systemRainer Gerhards2007-07-311-2/+0
|
* - got the basic code in place to create an in-memory list of cfsyslineRainer Gerhards2007-07-311-3/+17
| | | | handlers (omfile.c used as testing case) -- not yet in active code
* prepared cfsysline.c for integration into output modulesRainer Gerhards2007-07-311-2/+7
|
* added some more functions to linkedList classRainer Gerhards2007-07-311-2/+77
|
* added a generic linked list object (files linkedlist.h/c)Rainer Gerhards2007-07-311-0/+119