home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / RECIO110.ZIP / WHATSNEW < prev   
Text File  |  1994-03-28  |  789b  |  20 lines

  1. recio, Version 1.10, Release March 28, 1994.
  2. Copyright (C) 1994, William Pierpoint.
  3.  
  4. What's new in recio version 1.10?
  5.  
  6. * Added single precision floating point functions rgetf() and rcgetf().
  7.  
  8. * Added functions rsetbegcolno() and rbegcolno() to make it easy to 
  9.   have column numbering start at either 0 or 1.  Default is 0.
  10.  
  11. * Added program TESTCO.EXE to test column delimited field functions; 
  12.   enhanced program TESTCH.EXE (was TEST.EXE) for character delimited 
  13.   field tests.
  14.   
  15. * Enhanced error checking provides easier reporting and better portability.
  16.   New symbolic error constants are not compatible with version 1.00; 
  17.   you will need to do a little rework on your callback error functions.
  18.  
  19. * Fixed several bugs mainly related to column delimited functions.
  20.