		CBUFF 0.9 -- November, 1993
	    Anjo Anjewierden, anjo@swi.psy.uva.nl

This is the table of contents for CBUFF 0.9.

        MAKEFILES (cbuff.src.tar.gz)
Makefile	  -- For use with GCC
Makefile.bcc	  -- For use with Borland C++ 3.1

	LIBRARY SOURCE CODE (cbuff.src.tar.gz)
alloc.c		  -- Memory allocation functions
cbase.c		  -- Operations on entire ChessBase databases
cbgame.c	  -- Operations on games in ChessBase format
cbheader.c	  -- Operations on the header of games in ChessBase format
cbuff.c		  -- General options
cbuff.h		  -- Include file with all public definitions
error.c		  -- Error handling
file.c		  -- File manipulation
game.c		  -- Operations on CBUFF internal game representation
language.c	  -- Names of chess pieces for various languages
machine.h	  -- Machine dependent declarations
move.c		  -- Operations on CBUFF internal move representation
option.c	  -- Option handling
position.c	  -- Operations on CBUFF internal position representation
strtable.c	  -- String tables (hashed strings)
string.c	  -- String manipulation including normalisation of names
symbols.c	  -- Mapping of chess symbols onto ASCII
text.c		  -- Text formatting

	UTILITY SOURCE CODE (cbuff.src.tar.gz)
clean.c		  -- Remove deleted games and compress
latex.c		  -- Convert database to LaTeX
list.c		  -- List header of games
merge.c		  -- Merges database
names.c		  -- Names of players and source
pgn.c		  -- Convert to PGN (Portable Game Notation)
sort.c		  -- Sort utility
stats.c		  -- Statistics
verify.c	  -- Verify database (integrity test)

	SYMBOL FILES (cbuff.support.tar.gz)
ascii.sym      	  -- Default chess symbol -> ASCII mappings
informant.sym	  -- Symbols for "culatex" and Piet Tutelaers' TeX fonts
pgn.sym		  -- PGN (Portable Game Notation) symbols

	DOCUMENTATION (cbuff.doc.tar.gz)
cbuff.texi	  -- Texinfo source for the documentation
cbuff.texinfo	  -- Texinfo source without function definitions
cbuff.ps	  -- PostScript version of documentation

	TEX RELATED FILES (cbuff.support.tar.gz)
cbuff.sty	  -- TeX style file for use with "culatex"
informant.beg	  -- TeX header for use with "culatex"
informant.end	  -- TeX trailer for use with "culatex"

	MS-DOS EXECUTABLES (cbuff.dos.tar.gz)
cuclean.exe	  -- MS-DOS executable of cuclean
culatex.exe	  -- MS-DOS executable of culatex
culist.exe	  -- MS-DOS executable of culist
cumerge.exe	  -- MS-DOS executable of cumerge
cunames.exe	  -- MS-DOS executable of cunames
cupgn.exe	  -- MS-DOS executable of cupgn
cusort.exe	  -- MS-DOS executable of cusort
custats.exe	  -- MS-DOS executable of custats
cuverify.exe	  -- MS-DOS executable of cuverify

	MISCELLANEOUS (cbuff.intro.tar.gz)
COPYING		  -- Your rights and mine
CONTENTS	  -- This file
NOTES		  -- Release notes
README		  -- Information about CBUFF

