home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1412 / ReadMe < prev    next >
Text File  |  1990-12-28  |  1KB  |  25 lines

  1. This is pcal as posted some time ago.  However, the "for" loops didn't always
  2. use their arguments.  I found this when I tried to allow a full-year to be
  3. dumped at once.  I'd get through 3 months and *wham*: stack overflow.
  4. Surprise!
  5.  
  6. Anyways, I put in a couple of pop's, modified the command line a little
  7. and hopefully, the man page enough, and here it is.  The accompanying file
  8. called "ReadMe.orig" came with the original distribution as README and
  9. states this program is copyrighted but with permission to modify and
  10. redistribute.
  11.  
  12. Note: if I had the time, I'd pull the PostScript code back out of the
  13. program and include a PS prolog file; as is, this is ugly and a little
  14. more difficult to modify.  Ah well.  It may be easier sometimes to include
  15. log prolog inside the C program, but it's an awful lot easier to modify
  16. the prolog when it's a separate file.  Whatever.
  17.  
  18. -Joe
  19.  
  20. Additional note: This version incorporates several new command-line options
  21. and related features implemented by Ed Hand and myself.  Read the 'man' page
  22. for further details.
  23.  
  24. -Andrew
  25.