home *** CD-ROM | disk | FTP | other *** search
/ PC Press 1997 July / Sezamfile97_1.iso / msdos / c / cbase11.a03 / CBASE11.ZIP / LSEQ / RLSNOTES.TXT < prev    next >
Text File  |  1993-01-01  |  2KB  |  104 lines

  1. ----------------------------------------------------------------------
  2. | Citadel Software, Inc.                                             |
  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.1 Release Notes
  13.                         ----------------------
  14. o <port.h> used for portability macros.
  15.  
  16. o DOS/Windows makefile added.
  17.  
  18. o LSHMOD causes flag to be set in lsp->flags instead of error.
  19.  
  20.  
  21.                        lseq 1.0.2 Release Notes
  22.                        ------------------------
  23. o <ansi.h> used for ANSI compatibility.
  24.  
  25. o Function prototype form used for function definitions if AC_PROTO
  26.   defined.
  27.  
  28. o Modified flag check removed from lsopen.
  29.  
  30. o lslock and lsopen fixed to work on systems with mandatory file
  31.   locking.
  32.  
  33. o DOS library names changed to more customary form where memory model
  34.   is first character rather than last.
  35.  
  36.  
  37.                        lseq 1.0.1 Release Notes
  38.                        ------------------------
  39. o AC_* macros (see blkio release notes) used in place of __STDC__ to
  40.   detect ANSI compatibility.
  41.  
  42. o ~NULL replaced with (char *)NULL + 1 in btcursor macro because some
  43.   compilers would not accept the ~ operator on NULL.
  44.  
  45. o lssearch bug fixed - calls to lsrecnext changed to lsnext.
  46.  
  47.  
  48.                         lseq 1.0 Release Notes
  49.                         ----------------------
  50. o lsinsert function dropped.  lsinscur renamed lsinsert.
  51.  
  52.                                                      Citadel  93/01/01
  53. o lspos_t is typedefed as bpos_t, and so changing bpos_t also changed
  54.   lspos_t.  See blkio release notes for explanation of the effects of
  55.   this change.
  56.  
  57. o lslock sets the cursor to null when unlocking.
  58.  
  59. o -A compiler option used in Turbo C installation batch file to set
  60.   __STDC__ to 1.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.                                                      Citadel  93/01/01