home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 659 / _history next >
Text File  |  1994-02-03  |  8KB  |  218 lines

  1. Bullet History
  2. --------------
  3. 04-Feb-94 (MG)
  4. Issued 1.08.
  5.  
  6. Bug in PackRecordsXB where, if all records in an internal buffer were marked
  7. as deleted, the file would be truncated at start of buffer's position. This
  8. caused a -3 error (UNEXPECTED EOF since the DBF file is both read and written
  9. to by Bullet). Always do a BackupFileXB to an archive drive before packing
  10. your DBFs.
  11.  
  12. Sync'ed the BASIC and DOS C versions and other minor updates.
  13.  
  14.  
  15. --------------
  16. 22-Dec-93 (HV)
  17. Issued 1.07c (shareware) and 1.07d (registered)
  18. Correction to BC_LAI10.C in v1.07b.
  19.  
  20. The testrec.codename is declared as char[10]. But just before level 1200:
  21.  
  22.    strcpy(testrec.codenam, "xxxSAMExxx");
  23.  
  24. This little string adds up to a total length of 10. Strcpy ADDS a '\0' to the
  25. string so the total length becomes 11! Bad move!
  26.  
  27. Also the line at level 1312:          (long) *keybuffer = 5L;  is not tolerated
  28. by Borland C++ 3.1. It should read: *((long *)keybuffer) = 5L;
  29.  
  30.  
  31. ---------------
  32. 20-Oct-93 (chh)
  33. Issued 1.07b.
  34. Addendum to 1.07a (the 01-Oct-93 version).
  35. Was released without addendum notice. Re-released as 1.07b (BLTC17B.ZIP).
  36. Also, Borland patch is now plug-n-play with inclusion of TLIB tool.
  37.  
  38.  
  39. ---------------
  40. 01-Oct-93 (chh)
  41. Addendum to 1.07.
  42.  
  43. While I may have fixed the bugs in BC_LAI10.C (see below), I didn't seem
  44. to have updated the archive with it. The fixed BC_LAI10.C is included in
  45. the current archive, and is available separately. Still, no bets it's 100%.
  46.  
  47. Also, current versions of TLIB (those after 3.00) are not working as
  48. expected when using the Borland patch. Either use MS LIB or download
  49. TLIB300.ZIP from the Main Board.
  50.  
  51.  
  52. --------------
  53. 31-Aug-93 (ES)
  54. Issued 1.07 (currently a DOS C-only release).
  55.  
  56. Bugs in the C version of Bullet when the Borland patch was applied were killing
  57. nearly everyone concerned with Bullet, Borland, and the large memory model.
  58.  
  59. Fixed a few bad bugs in the BC_LAI10.C example (pretty obvious as they were).
  60.  
  61. BULLET.H file updated a bit with some new stuff by ES.
  62.  
  63. Added _max vars to MEMXB/MEMCXB.ASM to limit amount of memory allocated, if
  64. so desired (limits in place in MEMCXB for Borland patch, no limit otherwise).
  65.  
  66.  
  67. --------------
  68. 04-Aug-93 (MG)
  69. Issued 1.06.
  70.  
  71. Fixed PackRecordsXB bug where, if the number of records in the DBF were
  72. greater than 1 internal buffer's worth, but less than 2 buffer's worth,
  73. the routine would typically error out with a -2, UNEXPECTED EOF.
  74.  
  75. Altered UNEXPECTED EOF error code from -2 to -3.  DISK FULL remains -2.
  76.  
  77.  
  78. --------------
  79. 31-Jul-93 (DR)
  80. Internal 1.05.
  81.  
  82. Fixed UpdateXB CPU fault error when running BULLET in protected-mode. Fault
  83. occured only in protected-mode and has no impact on DOS programs, whatsoever.
  84. Also fixed ExitXB bug when ExitXB called BreakXB at shutdown (typically not
  85. a problem).
  86.  
  87.  
  88. --------------
  89. 27-Jul-93 (MG)
  90. Issued 1.04.
  91.  
  92. Bug with PackRecordsXB where, if from the last record in the internal buffer
  93. backward, there are no records that are un-deleted (i.e., all records past
  94. "any" point in the internal buffer are all deleted), then that buffers' worth
  95. of records are not written to disk. This situation would cause data loss. Fixed.
  96. Fixed typographical/syntax errors in BLTNETWK.TXT (originally added 14-Jul-93).
  97. For users with BULLET 1.03, get file BPAT104.ZIP (24K). For users with previous
  98. versions, get either CBULLET.ZIP or QBULLET.ZIP. See the BULLET conference
  99. files' listing for additional information.
  100.  
  101.  
  102. ---------------
  103. 22-July-93 (DS)
  104. Issued 1.03a.
  105.  
  106. Fixed documentation error in Borland C compiler patch that was causing patch to
  107. be ignored. Updated all distribution packages. Also, BLT13BOR.ZIP, containing
  108. updated patch documentation as well as an already-patched large model BULLET
  109. library, is available in the BULLET conference download area. BLT13BOR.ZIP
  110. is also included in the BULLET registered-version packages.
  111.  
  112.  
  113. ----------------
  114. 14-July-93 (chh)
  115. No version change; new timestamp of: 14-Jul-93  1:03a
  116.  
  117. Supplemental Network Information added to all distribution packages. Details
  118. network routines available in BULLET and their operatation. Also available as
  119. BLTNETWK.ZIP (4K) from Main Board Files and BULLET conference download area.
  120.  
  121.  
  122. --------------
  123. 22-Apr-93 (MG)
  124. Issued 1.03.
  125.  
  126. Bug with ReindexXB when followed up with InsertXB with a non-unique
  127. index file causing sporadic 201 error. Fixed.
  128.  
  129. CZ.HLP updated with new BBS support number and other minor changes.
  130. Shareware versions BLTQ13.ZIP and BLTC13.ZIP released.
  131.  
  132.  
  133. --------------
  134. 24-Aug-92 (WS)
  135. Issued 1.02.
  136.  
  137. Bug with CreateKeyXB (parsing the key expression) that would occur if making
  138. an EXE file from the environment. Would probably also occur if linking to
  139. other libraries if those libraries where place before BULLET.LIB on LINK's
  140. Libraries: prompt. Caused by using OFFSET DGROUP:kfKeyExpression--the DGROUP
  141. specifier was not intended since kfKeyExpression is used to compute the offset
  142. relative a dynamically allocated segment base, not DGROUPs base. Since LINK
  143. was making adjustments for DGROUP (some of it already having been used by
  144. those libraries appearing before) the key expression offset was not where it
  145. should have been (if BULLET.LIB was not first the first library specified)--
  146. --the parser was parsing thin air, resulting in error 240. Fixed.
  147.  
  148. CZ.COM changes: CZ.COM consolidated with CZXT.COM. CZ now bumps InDOS flag on
  149. popup for MT environments. Keypad-plus key functions as keypad-enter. Keypad-5
  150. moves cursor to center of screen. The mouse is software reset at popup.
  151.  
  152. Shareware release of C version of BULLET 1.02 (BLTC12.ZIP). BASIC version named
  153. BLTQ12.ZIP (formerly BULETQ10.ZIP). Only difference is the CZ.HLP file and the
  154. sample programs (or lack of in the case of BLTC12). Second shareware release
  155. for BLTQ12. First for BLTC12.  (Archive extensions may vary.)
  156.  
  157.  
  158. ---------------
  159. 21-Aug-92 (chh)
  160. Issued 1.01b.
  161.  
  162. Added single-record locking to LockDataXB (and unlocking, of course). Requires
  163. that AP.RecNo be set to record number to lock. To lock the entire data file set
  164. AP.RecNo=0. Better still, use LockXB when locking more than a single record.
  165. See LockDataXB in CZ for more. For most purposes the LockXB full-region locks
  166. is the best way to go. Added BB_RKL10.BAS showing single-record locks in action.
  167.  
  168. Made some changes to CZ.HLP. Also added HLP2TXT.EXE to strip off the index data
  169. at the front of CZ.HLP. Makes it easier to import into WPs or even print
  170. directly. Creates CZ.TX!. About 5800 lines with 20 or so blank lines at the end
  171. (filler lines).
  172.  
  173.  
  174. -----------------
  175. 28-July-92. (chh)
  176. Issued 1.01a.
  177.  
  178. In ReadKHXB the cache buffer needed to be invalidated since the cache buffer
  179. is invalid once control is released/made available to another process.
  180.  
  181. Added !README2 text file explaining value (status=) returned from
  182. transaction-based routines.
  183.  
  184.  
  185. ----------------
  186. 24-July-92. (BJ)
  187. Issued 1.01
  188.  
  189. In PackRecordsXB, if the last physical record is the only record to be
  190. deleted, it won't. Fixed.
  191.  
  192. In ReindexXB, the index cache buffer was not invalidated after reindex which
  193. means that a subsequent request may be satisfied from the invalid cache
  194. (causing spurious 224 errors from no longer existing data records). Fixed.
  195.  
  196. CZ.HLP BULLET error 223 should be 224 (223 is the one reserved). Fixed.
  197.  
  198.  
  199. -------------
  200. 23-July-92 ()
  201.  
  202. Added CZXT.COM for PCs and early XTs. Popup text does not appear on the early
  203. machines. Fixed.
  204.  
  205.  
  206. ----------------
  207. 22-July-92. (CH)
  208.  
  209. In OpenKXB, an invalid xbHandle link will return a negative 222 (-222). Fixed.
  210.  
  211. CZ.HLP lists OpenPack.xbHandle as OpenPack.XBlink. xbHandle will be used.
  212.  
  213.  
  214. ----------
  215. 16-June-92.
  216. Issued 1.00.
  217.  
  218.