2000-09-15  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* extract-docstrings.scm: Added some comments and updated
	documentation.
	(format-docstring): New function for converting docstrings from
	texinfo to terminal-readable format.
	(write-docstrings): Use the new function `format-docstring' when
	writing out the docstrings.

2000-08-28  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am (EXTRA_DIST): Removed gen-if.scm.

2000-08-25  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	gen-if.scm is now available in src under the name sizzle-gen-if.
	
	* README: Removed description for gen-if.scm.

2000-08-23  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am: Added this directory to the distribution, so a
	Makefile.am is needed.

	* gen-if.scm: Arguments of type <number> are now converted to
	floating point number objects.
	(parse-syscall): New interface specification type $(syscall).
	Simliar to $(function), but calls an integer-valued function and
	throws an exception if the result is -1.

2000-08-22  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* gen-if.scm (parse-cpp-constant): The definition of preprocessor
	constants is now enclosed in conditional statements, so that the
	constant only gets created if it is defined.

2000-08-21  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* gen-if.scm: New script for generating glue code for Sizzle
	primitives from function specifications.

2000-08-14  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* README: Added compile.scm to the file list.

2000-06-27  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* extract-docstrings.scm: Made functional.  Now extracts
	docstrings from C source files in the format understood by
	sort-docstrings.scm and Sizzle self-documentation funcitons.

