home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / database / cbase103 / lseq / rlsnotes.txt < prev   
Encoding:
Text File  |  1991-09-23  |  1.9 KB  |  53 lines

  1. ----------------------------------------------------------------------
  2. | Citadel                                                            |
  3. | 241 East Eleventh Street * Brookville, IN 47012 * 317-647-4720     |
  4. |                                               BBS 317-647-2403     |
  5. ----------------------------------------------------------------------
  6.  
  7. In this file are summarized the additions and modifications made to
  8. cbase this release.  Users upgrading from a previous release should
  9. read it carefully.
  10.  
  11.  
  12.                        lseq 1.0.2 Release Notes
  13.                        ------------------------
  14. o <ansi.h> used for ANSI compatibility.
  15.  
  16. o Function prototype form used for function definitions if AC_PROTO
  17.   defined.
  18.  
  19. o Modified flag check removed from lsopen.
  20.  
  21. o lslock and lsopen fixed to work on systems with mandatory file
  22.   locking.
  23.  
  24. o DOS library names changed to more customary form where memory model
  25.   is first character rather than last.
  26.  
  27.  
  28.                        lseq 1.0.1 Release Notes
  29.                        ------------------------
  30. o AC_* macros (see blkio release notes) used in place of __STDC__ to
  31.   detect ANSI compatibility.
  32.  
  33. o ~NULL replaced with (char *)NULL + 1 in btcursor macro because some
  34.   compilers would not accept the ~ operator on NULL.
  35.  
  36. o lssearch bug fixed - calls to lsrecnext changed to lsnext.
  37.  
  38.  
  39.                         lseq 1.0 Release Notes
  40.                         ----------------------
  41. o lsinsert function dropped.  lsinscur renamed lsinsert.
  42.  
  43. o lspos_t is typedefed as bpos_t, and so changing bpos_t also changed
  44.   lspos_t.  See blkio release notes for explanation of the effects of
  45.   this change.
  46.  
  47. o lslock sets the cursor to null when unlocking.
  48.  
  49. o -A compiler option used in Turbo C installation batch file to set
  50.   __STDC__ to 1.
  51.  
  52.                                                      Citadel  91/09/23
  53.