home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / RECIO110.ZIP / HISTORY < prev    next >
Text File  |  1994-03-28  |  830b  |  23 lines

  1. recio, Version 1.10, Release March 28, 1994.
  2. Copyright (C) 1994, William Pierpoint.
  3.  
  4. History of recio library
  5.  
  6. 3/23/94 - Initial public release version 1.00
  7.  
  8. 3/28/94 - Public release of version 1.10
  9.  
  10.   Added single precision floating point functions rgetf() and rcgetf().
  11.  
  12.   Added functions rsetbegcolno() and rbegcolno() to make it easy to 
  13.   have column numbering start at either 0 or 1.  Default is 0.
  14.  
  15.   Added program TESTCO to test column delimited fields; enhanced test 
  16.   program TESTCH for character delimited fields.
  17.   
  18.   Enhanced error checking provides easier reporting and better portability.
  19.   New symbolic error constants are not compatible with version 1.00; 
  20.   some rework of version 1.00 callback error functions required.
  21.  
  22.   Fixed several bugs mainly related to column delimited functions.
  23.