								-*-text-*-

This directory holds Sizzle modules which will be installed in the
core namespace and can be used with statements like
`(use-modules (core sort))'.

autoloads.scm   Automagically generated file of autoload entries.  Currently
		not used, may get deprecated in the future.
crypt.scm	Module for loading the library `sizzlecrypt', which interfaces
		to the crypt(3) function.
format.scm	Also from the scsh distribution, routine to do
getopt-long.scm An implementation of GNU-style long options.  Taken from
		the Guile distribution and slightly modified.
init.scm	The main Sizzle initialization file.
		printf()-like formatted output.
list-lib.scm	All SRFI-1 procedures not in the core.
pipe.scm	Procedures for piping command in-/output.
posix.scm	Posix accessor and utility procedures.
pprint.scm	Pretty-printing Scheme objects.
record.scm	A record implementation.
regex.scm	Regular expression functions, ported from Guile.
sets.scm	A set implementation in Scheme.
sort.scm	List sort routine, taken from the scsh distribution.
string-lib.scm  Some useful string procedures, written in Scheme.
vector-lib.scm  Some vector procedures, inspired by the SRFI-1 list
		functions.

Other files:

ChangeLog	Change log for the core modules directory.
Makefile.am	Automake input file.
Makefile.in	Autoconf input file.
README		This file.
