home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2292 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  1.5 KB  |  49 lines

  1.  
  2. README file for table: a package to manipulate tables (Version 0.3)
  3. By Joshua Levy
  4.  
  5. This is a set of subroutines to handle tables, such as are commonly used in 
  6. FRP and computer games.  It also includes some random number routines.
  7.  
  8. To make this stuff, unshar the two files and run make.  This should produce 
  9. several executables: 
  10.     in the apps directory, bw and cname
  11.     in the src directory tbtest, rndtest, and tb2tbl
  12.  
  13. To use these routines in your own program, you must link with table.a
  14. and random.o, which are in the src directory.
  15.  
  16. There is documentation in the doc directory, and testing shell scripts in
  17. the tst directory.  
  18.  
  19. Read the file called UPDATES for some change history, but it is not complete.
  20.  
  21. If you find these routine useful, please help me maintain them by doing one
  22. of the following things:
  23.     Write a new test suite, which tests stuff currently untested, or acid 
  24.     tests something.
  25.     Add a new table type.
  26.     Add a new message type, or a new option to the print message, (a print
  27.     in LaTeX message would be great, so would pre loaded C code).
  28.     Send me a sample application.
  29.     Extend the random routines.
  30.  
  31. Thanks.
  32.  
  33. Joshua Levy
  34. 905 W. Middlefield Apt. 946
  35. Mountain View, CA
  36. 94043
  37. (408) 734-9822
  38. joshua@atherton.com
  39.  
  40. Legal Stuff:
  41.  
  42. This package (source code and documentation) is covered by the GNU 
  43. GENERAL AGREEMENT, commonly known as the "copyleft".  If you want
  44. to do something not allowed by the copyleft, contact the author
  45. to arrange a seperate agreement.
  46.  
  47.  
  48.  
  49.