home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / recio213.zip / whatsnew < prev   
Text File  |  1995-09-05  |  1KB  |  33 lines

  1. recio, Version 2.13, Release September 4, 1995.
  2. Copyright (C) 1994-1995, William Pierpoint.
  3.  
  4. WHAT'S NEW in RECIO version 2.13?
  5.  
  6.     Fixed bugs in rsetrecstr(), rcgett(), and rgett() functions.
  7.     Revised rfixt() function.
  8.  
  9.     Revised algorithm within sftotm() function in rgett.c file to do 
  10.     a better job of parsing incomplete time data.
  11.     
  12.     Added macro RECBEGYR and function rsetbegyr().  These control the 
  13.     interpretation of time data that is read by the %y format.  RECBEGYR 
  14.     defaults to 1951.  In other words, the %y input corresponds to the 
  15.     years from 1951 to 2050.  Note that time_t type variables may not 
  16.     be able to represent the complete range, but that you should not have 
  17.     this limitation if using struct tm type variables.  To represent a 
  18.     different range of years, you can change the beginning year of the 
  19.     range by using the rsetbegyr function.
  20.     
  21.     Examples: 1/1/51 -> Jan 1, 1951
  22.             12/31/99 -> Dec 31, 1999
  23.               1/1/00 -> Jan 1, 2000
  24.             12/31/50 -> Dec 31, 2050
  25.  
  26.     Changed EINVDAT to EDOM for ANSI-C compatibility.  
  27.     
  28.     Changed abort() to exit(EXIT_FAILURE) so that streams are flushed 
  29.     upon abnormal program termination.
  30.     
  31.     Improved portability by moving all compiler dependencies to recio.h.
  32.  
  33.