-------------------------------------------------------------------------------
MANIFEST for DUEL 1.10 distribution   mg@cs.princeton.edu (M. Golan) Mar 93
-------------------------------------------------------------------------------
see README for orientation. This file simply list the contents of the archive.

The distribution contains:

README	        - some general details.
MANIFEST	- this file.
INSTALL         - how to install duel (you need gdb4.6 or later first!)
MANUAL		- duel.1 pre-formatted with nice "colors".
WHATNEW		- whats new in this version
duel.1	        - man page in tbl|troff -man format
internals.doc   - documents internals
wishlist.doc    - things that could be added/improved/hacked
gnu-vs-duel.doc - explains why Duel is not GNU and why you should release 
	          public domain code and not GNUish code.
duelgdb.c       - module linked in with gdb (sets 'dl' command, etc)

In ./src directory:

*.h	     - include files: duel.h proto.h global.h patchlevel.h
*.c	     - source: duel.c eval.c evalops.c print.c error.c misc.c types.c
		       output.c (and its replacement, output2.c)
parse.y      - yacc/bison parser & lexer.
duelself.c   - stand alone link module (for testing only)
Makefile     - vanilla make file
duel.pipe    - experimental perl script to process duel output. you need 
               to use output2.c instead of output.c. WHATNEW contains details.

tsuite.self - a test suite for duelself (includes intentional errors!)
tsuite.gdb  - a test suite for duelgdb	    -"-
tsuite.c    - file being "debug" by tsuite.gdb (cc -g tsuite.c -o tsuite)
tsuite.self.out - expected test suite self output 
tsuite.gdb.out  - expected test suite gdb output 
		(note different machines will have different addresses)

