home *** CD-ROM | disk | FTP | other *** search
-
- README file for table: a package to manipulate tables (Version 0.3)
- By Joshua Levy
-
- This is a set of subroutines to handle tables, such as are commonly used in
- FRP and computer games. It also includes some random number routines.
-
- To make this stuff, unshar the two files and run make. This should produce
- several executables:
- in the apps directory, bw and cname
- in the src directory tbtest, rndtest, and tb2tbl
-
- To use these routines in your own program, you must link with table.a
- and random.o, which are in the src directory.
-
- There is documentation in the doc directory, and testing shell scripts in
- the tst directory.
-
- Read the file called UPDATES for some change history, but it is not complete.
-
- If you find these routine useful, please help me maintain them by doing one
- of the following things:
- Write a new test suite, which tests stuff currently untested, or acid
- tests something.
- Add a new table type.
- Add a new message type, or a new option to the print message, (a print
- in LaTeX message would be great, so would pre loaded C code).
- Send me a sample application.
- Extend the random routines.
-
- Thanks.
-
- Joshua Levy
- 905 W. Middlefield Apt. 946
- Mountain View, CA
- 94043
- (408) 734-9822
- joshua@atherton.com
-
- Legal Stuff:
-
- This package (source code and documentation) is covered by the GNU
- GENERAL AGREEMENT, commonly known as the "copyleft". If you want
- to do something not allowed by the copyleft, contact the author
- to arrange a seperate agreement.
-
-
-
-