K 10 svn:author V 5 harti K 8 svn:date V 27 2004-12-16T16:14:16.000000Z K 7 svn:log V 418 Instead of dynamically allocating list heads allocated them statically now that their size is only two pointers. This eliminates a lot of calls to Lst_Init and from there to malloc together with many calls to Lst_Destroy (in places where the list is obviously empty). This also reduces the chance to leave a list uninitilized so we can remove more NULL pointer checks and probably eliminates a couple of memory leaks. END