This directory contains source code and documentation for the checksum program developed by Robert Solovay; the README file gives further details. Makefile -- UNIX Makefile README -- program description checksum.c -- C source code of checksum utility checksum.eok -- spelling exception list checksum.man -- UNIX nroff man pages checksum.tex -- TeX documentation checksum.toc -- table of contents checksum.txt -- ASCII output of "nroff -man checksum.man" checksum.w -- C-Web source code index -- this file polynom.c -- C source code of polynomial generator polynom.eok -- spelling exception list polynom.tex -- TeX documentation polynom.toc -- table of contents polynom.w -- C-Web source code test.new -- correct output of "checksum test.org test.new" test.org -- input test file for checksum ibmpcdos/ -- IBM PC DOS subdirectory ibmpcdos/checksum.c -- C source code (with line terminators) ibmpcdos/checksum.exe -- PC DOS executable program ibmpcdos/test.new -- correct output of "checksum test.org test.new" ibmpcdos/test.org -- input test file for checksum vaxvms/ -- DEC VAX VMS subdirectory vaxvms/README -- installation instructions vaxvms/chksm.exe -- VMS executable program vaxvms/chksm.hlp -- VMS help file vaxvms/chksm.obj -- VMS object file to allow relinking vaxvms/index -- description of this subdirectory vaxvms/polynom.obj -- VMS object file to allow relinking vaxvms/vmsmake.com -- VMS DCL command file to compile, link, and test chksum