home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / rpos2101.zip / CHANGES.TXT next >
Text File  |  1998-07-04  |  779b  |  22 lines

  1. Change log for RPilot
  2. =-=-=-=-=-=-=-=-=-=-=
  3.  
  4. 1.01: (Released July 4th, 1998)
  5. Fixed two bugs in rpilot.c, so it will now work when compiled by gcc.  The
  6.      lines read "strcpy( string, '\0')" when that should have been
  7.      "strset( string, 0)".  Thanks to Ken M who pointed this out.
  8. Fixed a few bugs in parse.c - see that file for more info.
  9. Revised documentation to point out differences in the size of numbers based
  10.      on what compiler the program was compiled with, and correct a few typos.
  11. Added a new example program, fact.p, for calculating factorials.
  12. Included a DJGPP-compiled version of RPilot in the DOS distribution.
  13. Released the first native OS/2 version.
  14. Added this file.
  15.  
  16. 1.0: (Released Apr 17th, 1998)
  17. First version for DOS and Linux.
  18.  
  19.  
  20.  
  21.  
  22.