home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / bltq13a.zip / !FIXES.TXT next >
Text File  |  1993-04-22  |  3KB  |  92 lines

  1. 22-Apr-93 (MG)
  2. Issued 1.03.
  3.  
  4. Bug with ReindexXB when followed up with InsertXB with a non-unique index
  5. file causing sporadic 201 error. Fixed.
  6.  
  7. Huge model properly supported with Borland C/C++ compilers. See MEMCXB.ASM
  8. for more.
  9.  
  10. CZ.HLP updated with new BBS support number and other minor changes. Shareware
  11. versions BLTQ13.ZIP and BLTC13.ZIP released.
  12. ---
  13.  
  14. 24-Aug-92 (WS)
  15. Issued 1.02.
  16.  
  17. Bug with CreateKeyXB (parsing the key expression) that would occur if making
  18. an EXE file from the environment. Would probably also occur if linking to
  19. other libraries if those libraries where place before BULLET.LIB on LINK's
  20. Libraries: prompt. Caused by using OFFSET DGROUP:kfKeyExpression--the DGROUP
  21. specifier was not intended since kfKeyExpression is used to compute the offset
  22. relative a dynamically allocated segment base, not DGROUPs base. Since LINK
  23. was making adjustments for DGROUP (some of it already having been used by
  24. those libraries appearing before) the key expression offset was not where it
  25. should have been (if BULLET.LIB was not first the first library specified)--
  26. --the parser was parsing thin air, resulting in error 240. Fixed.
  27.  
  28. CZ.COM changes: CZ.COM consolidated with CZXT.COM. CZ now bumps InDOS flag on
  29. popup for MT environments. Keypad-plus key functions as keypad-enter. Keypad-5
  30. moves cursor to center of screen. The mouse is software reset at popup.
  31.  
  32. Shareware release of C version of BULLET 1.02 (BLTC12.ZIP). BASIC version named
  33. BLTQ12.ZIP (formerly BULETQ10.ZIP). Only difference is the CZ.HLP file and the
  34. sample programs (or lack of in the case of BLTC12). Second shareware release
  35. for BLTQ12. First for BLTC12.  (Archive extensions may vary.)
  36. ---
  37.  
  38. 21-Aug-92 (chh)
  39. Issued 1.01b.
  40.  
  41. Added single-record locking to LockDataXB (and unlocking, of course). Requires
  42. that AP.RecNo be set to record number to lock. To lock the entire data file set
  43. AP.RecNo=0. Better still, use LockXB when locking more than a single record.
  44. See LockDataXB in CZ for more. For most purposes the LockXB full-region locks
  45. is the best way to go. Added BB_RKL10.BAS showing single-record locks in action.
  46.  
  47. Made some changes to CZ.HLP. Also added HLP2TXT.EXE to strip off the index data
  48. at the front of CZ.HLP. Makes it easier to import into WPs or even print
  49. directly. Creates CZ.TX!. About 5800 lines with 20 or so blank lines at the end
  50. (filler lines).
  51. ---
  52.  
  53. 28-July-92. (chh)
  54. Issued 1.01a.
  55.  
  56. In ReadKHXB the cache buffer needed to be invalidated since the cache buffer
  57. is invalid once control is released/made available to another process.
  58.  
  59. Added !README2 text file explaining value (status=) returned from
  60. transaction-based routines.
  61. ---
  62.  
  63. 24-July-92. (BJ)
  64. Issued 1.01
  65.  
  66. In PackRecordsXB, if the last physical record is the only record to be
  67. deleted, it won't. Fixed.
  68.  
  69. In ReindexXB, the index cache buffer was not invalidated after reindex which
  70. means that a subsequent request may be satisfied from the invalid cache
  71. (causing spurious 224 errors from no longer existing data records). Fixed.
  72.  
  73. CZ.HLP BULLET error 223 should be 224 (223 is the one reserved). Fixed.
  74. ---
  75.  
  76. 23-July-92 ()
  77.  
  78. Added CZXT.COM for PCs and early XTs. Popup text does not appear on the early
  79. machines. Fixed.
  80. ---
  81.  
  82. 22-July-92. (CH)
  83.  
  84. In OpenKXB, an invalid xbHandle link will return a negative 222 (-222). Fixed.
  85.  
  86. CZ.HLP lists OpenPack.xbHandle as OpenPack.XBlink. xbHandle will be used.
  87.  
  88. ---
  89.  
  90. 16-June-92.
  91. Issued 1.00.
  92.