LIST, a list of Publib modules
Lars Wirzenius, lars.wirzenius@helsinki.fi
"@(#)publib-framework:LIST,v 1.3 1994/07/12 21:45:28 liw Exp"

NOTE: This list does not pretend to be complete, but I'd like it to
be.  If you develop new modules, or know of such, please inform me.

The port and errormsg modules are part of the framework, since they
are supposed to be heavily used by all other modules.  The Template
pseudo-module is also part of it, so that it will be easier to develop
new modules.

For each module, I try to have a short description, name and contact
information for the maintainer.  This information may well be out of
date.

At the moment, all the existing modules I know of are mine.

alloc	Memory allocation routines, including error checking frontends
	for standard allocation functions.

bitarr	An array of bits.

cmp	Comparison functions for qsort, bsearch, et al.

expr	Evaluate simple arithmetic expressions given as strings.

files	File and I/O routines.

fname	Filename manipulation (mostly for Unix).

iset	A set of long integers.

log	Print log messages to several files.

stack	A generic stack of things.

strutil	String and memory block utilities
