home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume13 / chemtab / patch01 / README.PATCH01 < prev    next >
Encoding:
Text File  |  1990-06-21  |  2.1 KB  |  44 lines

  1. Hello!  By taking the time to pull this patch off the net, I assume
  2. that you have unpacked and compiled Chemtab Version 1.0.  I'm glad
  3. that you could find a use for my program, entertainment, education or
  4. what have you.  This is the first patch to Chemtab V1.0, which contains
  5. minimal patches.  
  6.     *** I ask that someone out there, perhaps you, would look at the
  7.         code for wgetnum() in dogph.c.  The delete does not work as
  8.         it should, and I have tried to fix it too many times and failed.
  9.         Please, if you manage to fix it up, send the fixes to me and
  10.         I will post them to the world (with a letter of gratitude!)
  11.  
  12. Here is what's fixed:
  13.  
  14. Problem 1) If the transcript file could not be opened, the core dumped
  15.        because the program did not check to see if there was an error
  16.        opening this file.  This has been corrected.
  17. Problem 2) A curses macro (wgetch()) wal called with no argument.  This made
  18.        no difference on my system (strange) but it did on others.
  19.        This was fixed.
  20. Problem 3) The program seemed to think it could get away with making 
  21.        a transcript of what you were doing even if you typed NO for
  22.        a transcript.  This SHOULD be fixed!
  23. Problem 4) In cleanup.c, I forgot to make the program portable by letting
  24.        people use their own lpr program.  Files tune.h and cleanup.c
  25.        were changed to fix this small problem.  Please check tune.h
  26.        and make sure every pathname and program name will work on your
  27.        system!
  28. Misc)    Unused and redeclared variables have been fixed, with the help of
  29.     lint!
  30.  
  31. Thanks to Peter Knoppers - knop@duteca.tudelft.nl in the Netherlands
  32. for his speedy and helpful feedback to get these patches out ASAP so that
  33. people can actually USE the program.
  34.  
  35. *** Anyone who is interested in hacking the code up to make the program
  36.     completely SYSV portable (or any other system for that matter) please
  37.     do, and send the diffs to me!
  38.  
  39. *** Chemtab 2.0 is currently being written .. Chemtab 2.0 is the MAC version.
  40.     hopefully, once it is finished, it will be available to the general
  41.     public for use!
  42.  
  43. Thanks for reading this whole thing! - Jim
  44.