rlsnotes.txt

来自「CBASE v1.01 采用Borland公司TC++编写的数据库管理源程序库」· 文本 代码 · 共 58 行

TXT
58
字号
----------------------------------------------------------------------
| Citadel                                                            |
| 241 East Eleventh Street * Brookville, IN 47012 * 317-647-4720     |
|                                               BBS 317-647-2403     |
----------------------------------------------------------------------
///////////////////////////////////////////////////////////
The lseq files have been modified to allowing compiling
under Borland C++. These changes are posted with the
permission of Lyle Frost of Citadel.
William E. Eaken 815/939-7896
//////////////////////////////////////////////////////////////
In this file are summarized the additions and modifications made to
cbase this release.  Users upgrading from a previous release should
read it carefully.


                       lseq 1.0.1 Release Notes
                       ------------------------
o AC_* macros (see blkio release notes) used in place of __STDC__ to
  detect ANSI compatibility.

o ~NULL replaced with (char *)NULL + 1 in btcursor macro because some
  compilers would not accept the ~ operator on NULL.

o lssearch bug fixed - calls to lsrecnext changed to lsnext.


                        lseq 1.0 Release Notes
                        ----------------------
o lsinsert function dropped.  lsinscur renamed lsinsert.

o lspos_t is typedefed as bpos_t, and so changing bpos_t also changed
  lspos_t.  See blkio release notes for explanation of the effects of
  this change.

o lslock sets the cursor to null when unlocking.

o -A compiler option used in Turbo C installation batch file to set
  __STDC__ to 1.

















                                                     Citadel  90/06/20

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?